[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/, x11-misc/xosview/files/

2023-05-05 Thread Andreas K. Hüttel
commit: 190862253a9293810df3854be41acc7d95a2f39d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May  5 20:19:55 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May  5 20:20:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19086225

x11-misc/xosview: fix build with musl

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 x11-misc/xosview/files/xosview-1.23-musl.patch | 14 ++
 x11-misc/xosview/xosview-1.23.ebuild   |  6 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xosview/files/xosview-1.23-musl.patch 
b/x11-misc/xosview/files/xosview-1.23-musl.patch
new file mode 100644
index ..a2879f0b957f
--- /dev/null
+++ b/x11-misc/xosview/files/xosview-1.23-musl.patch
@@ -0,0 +1,14 @@
+Musl does not have sys/perm.h. Luckily, sys/io.h has the required
+definitions both for musl and glibc.
+
+diff -ruN xosview-1.23.orig/linux/serialmeter.cc 
xosview-1.23/linux/serialmeter.cc
+--- xosview-1.23.orig/linux/serialmeter.cc 2020-07-11 14:10:34.0 
+0200
 xosview-1.23/linux/serialmeter.cc  2023-05-05 22:13:19.863489393 +0200
+@@ -25,7 +25,6 @@
+  */
+ #if defined(__i386__) || defined(__ia64__) || defined(__amd64__)
+ #include 
+-#include 
+ #define HAVE_IOPERM
+ #endif
+ 

diff --git a/x11-misc/xosview/xosview-1.23.ebuild 
b/x11-misc/xosview/xosview-1.23.ebuild
index e47a5770c69b..0de8636ff4a8 100644
--- a/x11-misc/xosview/xosview-1.23.ebuild
+++ b/x11-misc/xosview/xosview-1.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,6 +24,10 @@ DEPEND="${COMMON_DEPS}
 
 DOCS=( CHANGES README.linux TODO )
 
+PATCHES=(
+   "${FILESDIR}/${P}-musl.patch"
+)
+
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2022-08-29 Thread Andreas Sturmlechner
commit: a1f403e24a446f364fad480d13941a46cbaaaf07
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 19:10:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 29 19:22:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f403e2

x11-misc/xosview: drop 1.20-r1, EAPI-6--

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/xosview/Manifest   |  1 -
 x11-misc/xosview/xosview-1.20-r1.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 4cb2050ba588..ba85c1144c6b 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,3 +1,2 @@
-DIST xosview-1.20.tar.gz 146373 BLAKE2B 
7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6
 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
 DIST xosview-1.22.tar.gz 146459 BLAKE2B 
7f4920b5b5a765f574694ab64e1d34ad6dbc33893cb816bb73119b4f72b7d23900528cb0db9302b24d20d7b8ce1738ce2d00be572c9fd4b391724f277afb02d5
 SHA512 
9bf37f557d9c07a300f6f9c21e197d25d4c5a4bb6e67b40af9c44a3159ea5010d7ba5bf427a9cec9729fa423da132a1364d0ac7027e9bc9bcd33f490d9e8282a
 DIST xosview-1.23.tar.gz 146299 BLAKE2B 
ba336ac152ac6c44bd51c84c160d7c1b565fe23c17aa89db36be7325f4f1caa1ab84a1ad386041841a0aacb62208fb5d59f5dd7a9d2bf071c76dff2901eb2c60
 SHA512 
10a25f644ec3d896071990117c6d80e553a17baf64809f11bc778652dca1498f81c333ac0f21a809ef617d7e6cbe65afaa14d5bc96908958d8f997234e660ba1

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
deleted file mode 100644
index 3ecc36b3b663..
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs xdg-utils
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-base/xorg-proto"
-
-DOCS=( CHANGES README.linux TODO )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   emake PREFIX="${D%/}/usr" install
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2022-08-29 Thread Andreas Sturmlechner
commit: 65df71f9198eab3790d55741f33fbbdb5ed9916c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 19:11:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 29 19:22:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65df71f9

x11-misc/xosview: drop 1.22

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.22.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index ba85c1144c6b..5197d620a901 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,2 +1 @@
-DIST xosview-1.22.tar.gz 146459 BLAKE2B 
7f4920b5b5a765f574694ab64e1d34ad6dbc33893cb816bb73119b4f72b7d23900528cb0db9302b24d20d7b8ce1738ce2d00be572c9fd4b391724f277afb02d5
 SHA512 
9bf37f557d9c07a300f6f9c21e197d25d4c5a4bb6e67b40af9c44a3159ea5010d7ba5bf427a9cec9729fa423da132a1364d0ac7027e9bc9bcd33f490d9e8282a
 DIST xosview-1.23.tar.gz 146299 BLAKE2B 
ba336ac152ac6c44bd51c84c160d7c1b565fe23c17aa89db36be7325f4f1caa1ab84a1ad386041841a0aacb62208fb5d59f5dd7a9d2bf071c76dff2901eb2c60
 SHA512 
10a25f644ec3d896071990117c6d80e553a17baf64809f11bc778652dca1498f81c333ac0f21a809ef617d7e6cbe65afaa14d5bc96908958d8f997234e660ba1

diff --git a/x11-misc/xosview/xosview-1.22.ebuild 
b/x11-misc/xosview/xosview-1.22.ebuild
deleted file mode 100644
index e47a5770c69b..
--- a/x11-misc/xosview/xosview-1.22.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs xdg-utils
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-base/xorg-proto"
-
-DOCS=( CHANGES README.linux TODO )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   emake PREFIX="${D}/usr" install
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-03-01 Thread Sam James
commit: 8d434e34212de23e71b8df11fbe4786424dcc08f
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  2 01:59:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  2 01:59:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d434e34

x11-misc/xosview: Stabilize 1.23 amd64, #773457

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.23.ebuild 
b/x11-misc/xosview/xosview-1.23.ebuild
index b5bdb959a7b..e47a5770c69 100644
--- a/x11-misc/xosview/xosview-1.23.ebuild
+++ b/x11-misc/xosview/xosview-1.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-02-28 Thread Sam James
commit: 3256c2c8ca47e37221eac3409bc6bd1da6ccbb0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 28 23:22:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 28 23:22:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3256c2c8

x11-misc/xosview: Stabilize 1.23 ppc64, #773457

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.23.ebuild 
b/x11-misc/xosview/xosview-1.23.ebuild
index 3557a293799..b5bdb959a7b 100644
--- a/x11-misc/xosview/xosview-1.23.ebuild
+++ b/x11-misc/xosview/xosview-1.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-02-28 Thread Sam James
commit: 05f4374d255044fe7869d0727a80f7c6123ecdf6
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 28 21:36:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 28 21:36:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f4374d

x11-misc/xosview: Stabilize 1.23 ppc, #773457

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.23.ebuild 
b/x11-misc/xosview/xosview-1.23.ebuild
index 47bb4c84b69..3557a293799 100644
--- a/x11-misc/xosview/xosview-1.23.ebuild
+++ b/x11-misc/xosview/xosview-1.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-02-28 Thread Sam James
commit: b472df95aeda408139daad6535bfabd1e7e2ea1c
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 28 21:35:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 28 21:35:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b472df95

x11-misc/xosview: Stabilize 1.23 x86, #773457

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.23.ebuild 
b/x11-misc/xosview/xosview-1.23.ebuild
index 43582f7a181..47bb4c84b69 100644
--- a/x11-misc/xosview/xosview-1.23.ebuild
+++ b/x11-misc/xosview/xosview-1.23.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-17 Thread Sam James
commit: fec99c232aca061c060013ebc33a857ab745c872
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 02:55:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 02:55:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec99c23

x11-misc/xosview: Stabilize 1.22 ppc64, #765532

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.22.ebuild 
b/x11-misc/xosview/xosview-1.22.ebuild
index 52abed1bf65..e47a5770c69 100644
--- a/x11-misc/xosview/xosview-1.22.ebuild
+++ b/x11-misc/xosview/xosview-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-15 Thread Sam James
commit: 15ec4bb7ab626132710070063cd9b40e2ed97094
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 15 22:07:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 15 22:07:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ec4bb7

x11-misc/xosview: Stabilize 1.22 ppc, #765532

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.22.ebuild 
b/x11-misc/xosview/xosview-1.22.ebuild
index 01d5ee99a86..52abed1bf65 100644
--- a/x11-misc/xosview/xosview-1.22.ebuild
+++ b/x11-misc/xosview/xosview-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-15 Thread Sam James
commit: aaf103bbfc4b912a7f78901c6cb3ee1521643e62
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 15 22:06:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 15 22:06:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf103bb

x11-misc/xosview: Stabilize 1.22 amd64, #765532

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.22.ebuild 
b/x11-misc/xosview/xosview-1.22.ebuild
index 47bb4c84b69..01d5ee99a86 100644
--- a/x11-misc/xosview/xosview-1.22.ebuild
+++ b/x11-misc/xosview/xosview-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-15 Thread Sam James
commit: 70c2e82ba14ab106f972c72c2f4dde78761332b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 15 22:06:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 15 22:06:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c2e82b

x11-misc/xosview: Stabilize 1.22 x86, #765532

Signed-off-by: Sam James  gentoo.org>

 x11-misc/xosview/xosview-1.22.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.22.ebuild 
b/x11-misc/xosview/xosview-1.22.ebuild
index 73b4e293299..47bb4c84b69 100644
--- a/x11-misc/xosview/xosview-1.22.ebuild
+++ b/x11-misc/xosview/xosview-1.22.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-15 Thread Lars Wendler
commit: 825125b6feb6ab05206149f490d2d0f5cffc1db9
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 15 14:48:28 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 15 14:48:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825125b6

x11-misc/xosview: Removed old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.21.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index ad962180ee2..4cb2050ba58 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,4 +1,3 @@
 DIST xosview-1.20.tar.gz 146373 BLAKE2B 
7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6
 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
-DIST xosview-1.21.tar.gz 146428 BLAKE2B 
899e0cb68489bd02e035765f8f33424d41996b80a7c16651f60a2e46538cf4eac1a9377342c2ed4f35da6cb00aa3961e34802c77fe26e4743a23e2d3dc443484
 SHA512 
9c42247d9e9b391b94c18ffc8c38df414f5293b7426aa57d3b357e680b02e9a3a2b332299905f2f529d488c23590e957cad9e088ddf753a6904905e2dff8074b
 DIST xosview-1.22.tar.gz 146459 BLAKE2B 
7f4920b5b5a765f574694ab64e1d34ad6dbc33893cb816bb73119b4f72b7d23900528cb0db9302b24d20d7b8ce1738ce2d00be572c9fd4b391724f277afb02d5
 SHA512 
9bf37f557d9c07a300f6f9c21e197d25d4c5a4bb6e67b40af9c44a3159ea5010d7ba5bf427a9cec9729fa423da132a1364d0ac7027e9bc9bcd33f490d9e8282a
 DIST xosview-1.23.tar.gz 146299 BLAKE2B 
ba336ac152ac6c44bd51c84c160d7c1b565fe23c17aa89db36be7325f4f1caa1ab84a1ad386041841a0aacb62208fb5d59f5dd7a9d2bf071c76dff2901eb2c60
 SHA512 
10a25f644ec3d896071990117c6d80e553a17baf64809f11bc778652dca1498f81c333ac0f21a809ef617d7e6cbe65afaa14d5bc96908958d8f997234e660ba1

diff --git a/x11-misc/xosview/xosview-1.21.ebuild 
b/x11-misc/xosview/xosview-1.21.ebuild
deleted file mode 100644
index 73b4e293299..000
--- a/x11-misc/xosview/xosview-1.21.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs xdg-utils
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-base/xorg-proto"
-
-DOCS=( CHANGES README.linux TODO )
-
-src_prepare() {
-   default
-
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   emake PREFIX="${D}/usr" install
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-15 Thread Lars Wendler
commit: e529cf50208c54b604713436e19a40dc04ff5a0c
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 15 14:44:14 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 15 14:48:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e529cf50

x11-misc/xosview: Added myself as co-maintainer

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-misc/xosview/metadata.xml b/x11-misc/xosview/metadata.xml
index cc7bf6e4bb7..834e3ee30ea 100644
--- a/x11-misc/xosview/metadata.xml
+++ b/x11-misc/xosview/metadata.xml
@@ -4,4 +4,8 @@
 
 dilfri...@gentoo.org
 
+
+polynomia...@gentoo.org
+Lars Wendler
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2021-01-15 Thread Lars Wendler
commit: d6494c20195f653e905224b0422f7e714345f8c7
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Jan 15 14:45:20 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Jan 15 14:48:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6494c20

x11-misc/xosview: Bump to version 1.23

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.23.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 8d06f3e1c37..ad962180ee2 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,3 +1,4 @@
 DIST xosview-1.20.tar.gz 146373 BLAKE2B 
7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6
 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
 DIST xosview-1.21.tar.gz 146428 BLAKE2B 
899e0cb68489bd02e035765f8f33424d41996b80a7c16651f60a2e46538cf4eac1a9377342c2ed4f35da6cb00aa3961e34802c77fe26e4743a23e2d3dc443484
 SHA512 
9c42247d9e9b391b94c18ffc8c38df414f5293b7426aa57d3b357e680b02e9a3a2b332299905f2f529d488c23590e957cad9e088ddf753a6904905e2dff8074b
 DIST xosview-1.22.tar.gz 146459 BLAKE2B 
7f4920b5b5a765f574694ab64e1d34ad6dbc33893cb816bb73119b4f72b7d23900528cb0db9302b24d20d7b8ce1738ce2d00be572c9fd4b391724f277afb02d5
 SHA512 
9bf37f557d9c07a300f6f9c21e197d25d4c5a4bb6e67b40af9c44a3159ea5010d7ba5bf427a9cec9729fa423da132a1364d0ac7027e9bc9bcd33f490d9e8282a
+DIST xosview-1.23.tar.gz 146299 BLAKE2B 
ba336ac152ac6c44bd51c84c160d7c1b565fe23c17aa89db36be7325f4f1caa1ab84a1ad386041841a0aacb62208fb5d59f5dd7a9d2bf071c76dff2901eb2c60
 SHA512 
10a25f644ec3d896071990117c6d80e553a17baf64809f11bc778652dca1498f81c333ac0f21a809ef617d7e6cbe65afaa14d5bc96908958d8f997234e660ba1

diff --git a/x11-misc/xosview/xosview-1.23.ebuild 
b/x11-misc/xosview/xosview-1.23.ebuild
new file mode 100644
index 000..43582f7a181
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.23.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs xdg-utils
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-base/xorg-proto"
+
+DOCS=( CHANGES README.linux TODO )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   emake PREFIX="${D}/usr" install
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2020-12-01 Thread Andreas K. Hüttel
commit: c680db4fda1d2be9fae6d29fc4ca38da907111b3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Nov 29 15:53:17 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Dec  1 17:29:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c680db4f

x11-misc/xosview: Adopt

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 x11-misc/xosview/metadata.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xosview/metadata.xml b/x11-misc/xosview/metadata.xml
index 66187a0f421..cc7bf6e4bb7 100644
--- a/x11-misc/xosview/metadata.xml
+++ b/x11-misc/xosview/metadata.xml
@@ -1,8 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
+
+dilfri...@gentoo.org
 
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2020-05-04 Thread Lars Wendler
commit: af5f0a1e9fbb1d2ae2e6643ca89857bf6ee77fee
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May  4 15:42:33 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May  4 15:42:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5f0a1e

x11-misc/xosview: Bump to version 1.22

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.22.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 394b8f26725..8d06f3e1c37 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,2 +1,3 @@
 DIST xosview-1.20.tar.gz 146373 BLAKE2B 
7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6
 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
 DIST xosview-1.21.tar.gz 146428 BLAKE2B 
899e0cb68489bd02e035765f8f33424d41996b80a7c16651f60a2e46538cf4eac1a9377342c2ed4f35da6cb00aa3961e34802c77fe26e4743a23e2d3dc443484
 SHA512 
9c42247d9e9b391b94c18ffc8c38df414f5293b7426aa57d3b357e680b02e9a3a2b332299905f2f529d488c23590e957cad9e088ddf753a6904905e2dff8074b
+DIST xosview-1.22.tar.gz 146459 BLAKE2B 
7f4920b5b5a765f574694ab64e1d34ad6dbc33893cb816bb73119b4f72b7d23900528cb0db9302b24d20d7b8ce1738ce2d00be572c9fd4b391724f277afb02d5
 SHA512 
9bf37f557d9c07a300f6f9c21e197d25d4c5a4bb6e67b40af9c44a3159ea5010d7ba5bf427a9cec9729fa423da132a1364d0ac7027e9bc9bcd33f490d9e8282a

diff --git a/x11-misc/xosview/xosview-1.22.ebuild 
b/x11-misc/xosview/xosview-1.22.ebuild
new file mode 100644
index 000..73b4e293299
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.22.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs xdg-utils
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-base/xorg-proto"
+
+DOCS=( CHANGES README.linux TODO )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   emake PREFIX="${D}/usr" install
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2020-02-08 Thread David Seifert
commit: 61760010a45a07dc25484bbadf930ffe18130dbd
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb  8 16:24:04 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  8 16:24:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61760010

x11-misc/xosview: [QA] Fix UnnecessarySlashStrip

Signed-off-by: David Seifert  gentoo.org>

 x11-misc/xosview/xosview-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.21.ebuild 
b/x11-misc/xosview/xosview-1.21.ebuild
index f19498d3781..002938c6608 100644
--- a/x11-misc/xosview/xosview-1.21.ebuild
+++ b/x11-misc/xosview/xosview-1.21.ebuild
@@ -37,7 +37,7 @@ src_compile() {
 }
 
 src_install() {
-   emake PREFIX="${D%/}/usr" install
+   emake PREFIX="${D}/usr" install
use suid && fperms 4755 /usr/bin/${PN}
insinto /usr/share/X11/app-defaults
newins Xdefaults XOsview



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2019-01-21 Thread Lars Wendler
commit: b272cd81ce5b69e3cd10eb31ef9ce6ec8dc28f25
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jan 21 14:44:44 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jan 21 14:44:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b272cd81

x11-misc/xosview: Removed eutils from inherit.

Package-Manager: Portage-2.3.57, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/xosview-1.20-r1.ebuild | 4 ++--
 x11-misc/xosview/xosview-1.21.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
index e06a58bfd2c..3ecc36b3b66 100644
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils toolchain-funcs xdg-utils
+inherit toolchain-funcs xdg-utils
 
 DESCRIPTION="X11 operating system viewer"
 HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;

diff --git a/x11-misc/xosview/xosview-1.21.ebuild 
b/x11-misc/xosview/xosview-1.21.ebuild
index a88949d99bb..f19498d3781 100644
--- a/x11-misc/xosview/xosview-1.21.ebuild
+++ b/x11-misc/xosview/xosview-1.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils toolchain-funcs xdg-utils
+inherit toolchain-funcs xdg-utils
 
 DESCRIPTION="X11 operating system viewer"
 HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-10-05 Thread Lars Wendler
commit: 24facaf6e00f87090c314ee7bc0c1cacc7689e12
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  5 12:27:05 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  5 12:27:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24facaf6

x11-misc/xosview: Bump to version 1.21

Signed-off-by: Lars Wendler  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.21.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 124e9ee57cd..394b8f26725 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1 +1,2 @@
 DIST xosview-1.20.tar.gz 146373 BLAKE2B 
7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6
 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
+DIST xosview-1.21.tar.gz 146428 BLAKE2B 
899e0cb68489bd02e035765f8f33424d41996b80a7c16651f60a2e46538cf4eac1a9377342c2ed4f35da6cb00aa3961e34802c77fe26e4743a23e2d3dc443484
 SHA512 
9c42247d9e9b391b94c18ffc8c38df414f5293b7426aa57d3b357e680b02e9a3a2b332299905f2f529d488c23590e957cad9e088ddf753a6904905e2dff8074b

diff --git a/x11-misc/xosview/xosview-1.21.ebuild 
b/x11-misc/xosview/xosview-1.21.ebuild
new file mode 100644
index 000..a88949d99bb
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.21.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils toolchain-funcs xdg-utils
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-base/xorg-proto"
+
+DOCS=( CHANGES README.linux TODO )
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   emake PREFIX="${D%/}/usr" install
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-04-20 Thread Lars Wendler
commit: bcb5f910d050e1107cde58debd94642ebafa810f
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Apr 20 10:39:10 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Apr 20 11:12:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb5f910

x11-misc/xosview: Removed old.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.19.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 8c0bbd87c5e..124e9ee57cd 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,2 +1 @@
-DIST xosview-1.19.tar.gz 143151 BLAKE2B 
b5675d897f1ada4be068ebe68a177ef4a0d1cc732bfccce66019e7b40569662cf11135a0f5abf8d9792c5cd9342cc8d64cb707a7dca46dbcd457183e49aa0c1d
 SHA512 
57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08
 DIST xosview-1.20.tar.gz 146373 BLAKE2B 
7d53b5f2f8ce463917a1cfa65eedb60c835c6d530a19ede6bba6bfe295a01582861ca3fb7513b9a8590d9fe5111779a38db8723a2e38c911f002bce88bfc95f6
 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a

diff --git a/x11-misc/xosview/xosview-1.19.ebuild 
b/x11-misc/xosview/xosview-1.19.ebuild
deleted file mode 100644
index fa37b4a95fb..000
--- a/x11-misc/xosview/xosview-1.19.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-proto/xproto"
-
-src_prepare() {
-   default
-
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   dobin ${PN}
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
-}
-
-pkg_postinst() {
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-04-15 Thread Sergei Trofimovich
commit: db9bf932806723ccf66ab2ed388e31db36c3512b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 15 21:18:30 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 15 21:18:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9bf932

x11-misc/xosview: stable 1.20-r1 for ppc64, bug #649856

Bug: https://bugs.gentoo.org/649856
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-misc/xosview/xosview-1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
index 0b6005c48f6..5cc53ca93db 100644
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-04-12 Thread Sergei Trofimovich
commit: 0d290aca25211363839b9403fa17a59f60adb622
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Apr 12 14:43:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Apr 12 14:43:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d290aca

x11-misc/xosview: stable 1.20-r1 for ppc, bug #649856

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 x11-misc/xosview/xosview-1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
index 1113ff7560f..0b6005c48f6 100644
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-03-14 Thread Mikle Kolyada
commit: 6e409000d570e817d4a5d6607fc6677c4be9d95c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Mar 14 12:51:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Mar 14 12:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e409000

x11-misc/xosview: amd64 stable wrt bug #649856

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/xosview/xosview-1.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
index ca6458b56c7..1113ff7560f 100644
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2018-03-10 Thread Thomas Deutschmann
commit: 9417b9e611482c791d7d740c68e251433cffe0d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Mar 11 02:15:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Mar 11 02:16:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9417b9e6

x11-misc/xosview: x86 stable (bug #649856)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/xosview/xosview-1.20-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.20-r1.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
index f342c4311c8..ca6458b56c7 100644
--- a/x11-misc/xosview/xosview-1.20-r1.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-11-06 Thread Lars Wendler
commit: 056e71b2a4d598195715eb5930a8ab92bd3f48aa
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 12:38:32 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 12:38:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056e71b2

x11-misc/xosview: Revbump to install some more files.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../{xosview-1.20.ebuild => xosview-1.20-r1.ebuild}| 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.20.ebuild 
b/x11-misc/xosview/xosview-1.20-r1.ebuild
similarity index 84%
rename from x11-misc/xosview/xosview-1.20.ebuild
rename to x11-misc/xosview/xosview-1.20-r1.ebuild
index 76ba156e04d..f342c4311c8 100644
--- a/x11-misc/xosview/xosview-1.20.ebuild
+++ b/x11-misc/xosview/xosview-1.20-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs xdg-utils
 
 DESCRIPTION="X11 operating system viewer"
 HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
@@ -22,6 +22,8 @@ RDEPEND="${COMMON_DEPS}
 DEPEND="${COMMON_DEPS}
x11-proto/xproto"
 
+DOCS=( CHANGES README.linux TODO )
+
 src_prepare() {
default
 
@@ -35,17 +37,21 @@ src_compile() {
 }
 
 src_install() {
-   dobin ${PN}
+   emake PREFIX="${D%/}/usr" install
use suid && fperms 4755 /usr/bin/${PN}
insinto /usr/share/X11/app-defaults
newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
 }
 
 pkg_postinst() {
+   xdg_desktop_database_update
+
if ! use suid ; then
ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
fi
 }
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-11-06 Thread Lars Wendler
commit: ed8c672bdaf81c4b2d3b1be27b8386900e4f327d
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Nov  6 12:25:46 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Nov  6 12:25:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8c672b

x11-misc/xosview: Bump to version 1.20

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.20.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 95b5d28836f..ba72b51d103 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1 +1,2 @@
 DIST xosview-1.19.tar.gz 143151 SHA256 
08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf SHA512 
57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08
 WHIRLPOOL 
6796305fe1c78beed977758e54a0df17ed5e82f13cd5499a0f7ac8bc8f9ad8da6dc96534f406b919e92a747889a3650e97c559288a2efcd288a81602387d9e15
+DIST xosview-1.20.tar.gz 146373 SHA256 
5acbb90273e2473235d2fd63e1725dbef3eb217f09f3ed7b38b8c7fbbad144e1 SHA512 
25cd6a8cdaaff9121f0e8de7a1799d4c2706c5ebf3b3f8427b16e45a333fb4c675a1dec2ef6b40773e83124ff27eacc82f2b9eb6c836855930cbbf08957a
 WHIRLPOOL 
38c71c8a3d062e48f2429993edaeced828dc6b0744e1f8c6f3b647931f392de897362c32b1fa40be07dac33f407e321a364e4fd219ed4e59503c8abe28398bc6

diff --git a/x11-misc/xosview/xosview-1.20.ebuild 
b/x11-misc/xosview/xosview-1.20.ebuild
new file mode 100644
index 000..76ba156e04d
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.20.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-proto/xproto"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   dobin ${PN}
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+   doman *.1
+   dodoc CHANGES README.linux TODO
+}
+
+pkg_postinst() {
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-04-01 Thread David Seifert
commit: d329e6699923883a56400f0621a25c5db18d82b2
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Mar 28 18:32:24 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Apr  1 10:23:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d329e669

x11-misc/xosview: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.18.ebuild | 51 
 2 files changed, 52 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 4e5704d06d1..95b5d28836f 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,2 +1 @@
-DIST xosview-1.18.tar.gz 143565 SHA256 
833c8a865b6a21d4edf0ed34c78e8586954615e68dab619b079f8691fadb74fa SHA512 
7ce441a24ec301fcfad251c75291a8759f42a0a3c7face4681e2e2f935a827ae3d0ba15f275151846cb4004654895a3571e89911d6846c01d8c0f81159efdab6
 WHIRLPOOL 
ee6f9ccc95d982b64d6d96f8f90ad1596015b3d9d1c7803231cfbdf29da4f29b71137b365a74ffa9431c09c9b805c5a3bd7bb72bcf5d314b01879327741d4972
 DIST xosview-1.19.tar.gz 143151 SHA256 
08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf SHA512 
57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08
 WHIRLPOOL 
6796305fe1c78beed977758e54a0df17ed5e82f13cd5499a0f7ac8bc8f9ad8da6dc96534f406b919e92a747889a3650e97c559288a2efcd288a81602387d9e15

diff --git a/x11-misc/xosview/xosview-1.18.ebuild 
b/x11-misc/xosview/xosview-1.18.ebuild
deleted file mode 100644
index fa37b4a95fb..000
--- a/x11-misc/xosview/xosview-1.18.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-proto/xproto"
-
-src_prepare() {
-   default
-
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   dobin ${PN}
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
-}
-
-pkg_postinst() {
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-03-22 Thread Michael Weber
commit: a334dbc0489d705383510feb9fc314584d7c751a
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 21 15:33:53 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Mar 22 07:29:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a334dbc0

x11-misc/xosview: ppc stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-misc/xosview/xosview-1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.19.ebuild 
b/x11-misc/xosview/xosview-1.19.ebuild
index abce558e7f3..fa37b4a95fb 100644
--- a/x11-misc/xosview/xosview-1.19.ebuild
+++ b/x11-misc/xosview/xosview-1.19.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-03-21 Thread Agostino Sarubbo
commit: c6c71fe7ad203cdd1860586c3976bc46677365d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 21 14:32:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 21 14:32:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c71fe7

x11-misc/xosview: x86 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xosview/xosview-1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.19.ebuild 
b/x11-misc/xosview/xosview-1.19.ebuild
index a8aaf826c69..abce558e7f3 100644
--- a/x11-misc/xosview/xosview-1.19.ebuild
+++ b/x11-misc/xosview/xosview-1.19.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-03-21 Thread Michael Weber
commit: 937be19d50df89bf35c713b737c1d16726ed0a06
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 21 10:04:58 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 21 10:08:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937be19d

x11-misc/xosview: ppc64 stable (bug 613104)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-misc/xosview/xosview-1.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.19.ebuild 
b/x11-misc/xosview/xosview-1.19.ebuild
index e7720bfaa89..a8aaf826c69 100644
--- a/x11-misc/xosview/xosview-1.19.ebuild
+++ b/x11-misc/xosview/xosview-1.19.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-03-20 Thread Agostino Sarubbo
commit: 52092b9caa487bc4cc627a8ea6c0c472c7a6dab4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 20 11:03:33 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 20 11:03:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52092b9c

x11-misc/xosview: amd64 stable wrt bug #613104

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xosview/xosview-1.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xosview/xosview-1.19.ebuild 
b/x11-misc/xosview/xosview-1.19.ebuild
index 57b7ce9465c..e7720bfaa89 100644
--- a/x11-misc/xosview/xosview-1.19.ebuild
+++ b/x11-misc/xosview/xosview-1.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2017-03-07 Thread David Seifert
commit: 7a5a5521493227e848f9b8c84225912d7fead1f4
Author: Harri Nieminen  gmail  com>
AuthorDate: Mon Mar  6 15:23:20 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Mar  7 09:12:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5a5521

x11-misc/xosview: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4142

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.17.ebuild | 49 
 2 files changed, 50 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 4e96de7d37d..4e5704d06d1 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,3 +1,2 @@
-DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349
 DIST xosview-1.18.tar.gz 143565 SHA256 
833c8a865b6a21d4edf0ed34c78e8586954615e68dab619b079f8691fadb74fa SHA512 
7ce441a24ec301fcfad251c75291a8759f42a0a3c7face4681e2e2f935a827ae3d0ba15f275151846cb4004654895a3571e89911d6846c01d8c0f81159efdab6
 WHIRLPOOL 
ee6f9ccc95d982b64d6d96f8f90ad1596015b3d9d1c7803231cfbdf29da4f29b71137b365a74ffa9431c09c9b805c5a3bd7bb72bcf5d314b01879327741d4972
 DIST xosview-1.19.tar.gz 143151 SHA256 
08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf SHA512 
57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08
 WHIRLPOOL 
6796305fe1c78beed977758e54a0df17ed5e82f13cd5499a0f7ac8bc8f9ad8da6dc96534f406b919e92a747889a3650e97c559288a2efcd288a81602387d9e15

diff --git a/x11-misc/xosview/xosview-1.17.ebuild 
b/x11-misc/xosview/xosview-1.17.ebuild
deleted file mode 100644
index dad5d126a26..000
--- a/x11-misc/xosview/xosview-1.17.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-proto/xproto"
-
-src_prepare() {
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   dobin ${PN}
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
-}
-
-pkg_postinst() {
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-12-03 Thread Lars Wendler
commit: 9f5666a14672e9af492ce05f8172371a2eede447
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec  3 21:10:35 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec  3 21:10:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5666a1

x11-misc/xosview: Stable for amd64 (bug #595638).

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="amd64"

 x11-misc/xosview/xosview-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.18.ebuild 
b/x11-misc/xosview/xosview-1.18.ebuild
index bfb34d2..8a4a9c3 100644
--- a/x11-misc/xosview/xosview-1.18.ebuild
+++ b/x11-misc/xosview/xosview-1.18.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-12-03 Thread Lars Wendler
commit: 458272792ba52276c999c10ad97fdb52e4d50502
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec  3 20:57:27 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec  3 20:57:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45827279

x11-misc/xosview: Stable for x86 (bug #595638).

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="x86"

 x11-misc/xosview/xosview-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.18.ebuild 
b/x11-misc/xosview/xosview-1.18.ebuild
index 676a207..bfb34d2 100644
--- a/x11-misc/xosview/xosview-1.18.ebuild
+++ b/x11-misc/xosview/xosview-1.18.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-12-03 Thread Lars Wendler
commit: 0a7cfad2fba3ebd240c56e67a79476720fc5fbb9
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Dec  3 20:19:47 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Dec  3 20:20:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7cfad2

x11-misc/xosview: Bump to version 1.19

Package-Manager: portage-2.3.2

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.19.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 5850a43..4e96de7 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,2 +1,3 @@
 DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349
 DIST xosview-1.18.tar.gz 143565 SHA256 
833c8a865b6a21d4edf0ed34c78e8586954615e68dab619b079f8691fadb74fa SHA512 
7ce441a24ec301fcfad251c75291a8759f42a0a3c7face4681e2e2f935a827ae3d0ba15f275151846cb4004654895a3571e89911d6846c01d8c0f81159efdab6
 WHIRLPOOL 
ee6f9ccc95d982b64d6d96f8f90ad1596015b3d9d1c7803231cfbdf29da4f29b71137b365a74ffa9431c09c9b805c5a3bd7bb72bcf5d314b01879327741d4972
+DIST xosview-1.19.tar.gz 143151 SHA256 
08b6a9e6c1963c03ba9dcb31981b9e0e93d5d1d9959cadec86be1b09e2b22caf SHA512 
57234a232617b14925e21864334f2d06dce442d552763835b1a505863dd80efc27d3d55d50692de4a548e86e25bb5ab3354bd92801b6504c030e1985f19b6a08
 WHIRLPOOL 
6796305fe1c78beed977758e54a0df17ed5e82f13cd5499a0f7ac8bc8f9ad8da6dc96534f406b919e92a747889a3650e97c559288a2efcd288a81602387d9e15

diff --git a/x11-misc/xosview/xosview-1.19.ebuild 
b/x11-misc/xosview/xosview-1.19.ebuild
new file mode 100644
index ..676a207
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.19.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-proto/xproto"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   dobin ${PN}
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+   doman *.1
+   dodoc CHANGES README.linux TODO
+}
+
+pkg_postinst() {
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-08-14 Thread Lars Wendler
commit: 85fb3c8e757171bc4682821d5fc602a1bf3f755c
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Aug 14 13:06:45 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Aug 14 13:06:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fb3c8e

x11-misc/xosview: Bump to version 1.18

Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.18.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index f3c5521..5850a43 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1 +1,2 @@
 DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349
+DIST xosview-1.18.tar.gz 143565 SHA256 
833c8a865b6a21d4edf0ed34c78e8586954615e68dab619b079f8691fadb74fa SHA512 
7ce441a24ec301fcfad251c75291a8759f42a0a3c7face4681e2e2f935a827ae3d0ba15f275151846cb4004654895a3571e89911d6846c01d8c0f81159efdab6
 WHIRLPOOL 
ee6f9ccc95d982b64d6d96f8f90ad1596015b3d9d1c7803231cfbdf29da4f29b71137b365a74ffa9431c09c9b805c5a3bd7bb72bcf5d314b01879327741d4972

diff --git a/x11-misc/xosview/xosview-1.18.ebuild 
b/x11-misc/xosview/xosview-1.18.ebuild
new file mode 100644
index 000..676a207
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.18.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-proto/xproto"
+
+src_prepare() {
+   default
+
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   dobin ${PN}
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+   doman *.1
+   dodoc CHANGES README.linux TODO
+}
+
+pkg_postinst() {
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-07-06 Thread Jeroen Roovers
commit: eebc8abbbf1e5ef9a4ff2b621ad3270ad6709ffe
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Jul  6 14:06:15 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Jul  6 14:06:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebc8abb

x11-misc/xosview: Old.

Package-Manager: portage-2.3.0

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.16.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index e4901b3..f3c5521 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,2 +1 @@
-DIST xosview-1.16.tar.gz 137097 SHA256 
8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 SHA512 
f83cddebd260a5468110418172623d1367a50eeb69cdce63bff8e93a1908a2d6d860978f7d96eac700e238b270984df1802788400080ccd27ad76c964534e1c2
 WHIRLPOOL 
36ab8fa63f3bea4b8d87fbd4559fa1d7a8df47f25a558f80c25065b62e7b7c51121aa91604fed4c095fd7fae853cfe37c911710faef5b7f1d0de6e2db7816879
 DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349

diff --git a/x11-misc/xosview/xosview-1.16.ebuild 
b/x11-misc/xosview/xosview-1.16.ebuild
deleted file mode 100644
index 0f29a11..000
--- a/x11-misc/xosview/xosview-1.16.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-proto/xproto"
-
-src_prepare() {
-   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
-   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   dobin ${PN}
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
-}
-
-pkg_postinst() {
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-04-03 Thread Jeroen Roovers
commit: 3af96d99641e510c4f0d2d5966259d146369c216
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Apr  4 02:41:22 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Apr  4 02:41:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af96d99

x11-misc/xosview: Stable for PPC64 (bug #578564).

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 x11-misc/xosview/xosview-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.17.ebuild 
b/x11-misc/xosview/xosview-1.17.ebuild
index 366d18c..f0e0c24 100644
--- a/x11-misc/xosview/xosview-1.17.ebuild
+++ b/x11-misc/xosview/xosview-1.17.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2016-04-02 Thread Agostino Sarubbo
commit: 0aaca37396c8c668fc01c56d1aafdc1e19d3ad1a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  2 13:43:41 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  2 13:43:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aaca373

x11-misc/xosview: amd64 stable wrt bug #578564

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/xosview/xosview-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.17.ebuild 
b/x11-misc/xosview/xosview-1.17.ebuild
index 1327737..366d18c 100644
--- a/x11-misc/xosview/xosview-1.17.ebuild
+++ b/x11-misc/xosview/xosview-1.17.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2015-10-30 Thread Jeroen Roovers
commit: 1c2b70e1d33194f8562d090271cbfa9583d05ab6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 31 04:29:21 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 31 04:29:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2b70e1

x11-misc/xosview: Old.

Package-Manager: portage-2.2.23

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.14.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 57763a0..e4901b3 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,3 +1,2 @@
-DIST xosview-1.14.tar.gz 135178 SHA256 
d2f8c0b9e25ad259d114963d64aa9d3c532398fcbbb4213f24a876a94fb23012 SHA512 
0d3e2e17c000358183ca8438fef621d7ec10533171a7cf92db7ae9e9fc5e5dbde0dc81d82431e5b252322ba0d07b7917ec4462c1bc1364e17f12b1f0acaaf7e7
 WHIRLPOOL 
e75e7caa439a768c85c850c419e8682e69e24cd3b89cb9f224ac6c0888f091b652c0b70109825d0ec5352b3b53abac2ed62871e78a4a8bcc7186eeeffd5c9129
 DIST xosview-1.16.tar.gz 137097 SHA256 
8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 SHA512 
f83cddebd260a5468110418172623d1367a50eeb69cdce63bff8e93a1908a2d6d860978f7d96eac700e238b270984df1802788400080ccd27ad76c964534e1c2
 WHIRLPOOL 
36ab8fa63f3bea4b8d87fbd4559fa1d7a8df47f25a558f80c25065b62e7b7c51121aa91604fed4c095fd7fae853cfe37c911710faef5b7f1d0de6e2db7816879
 DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349

diff --git a/x11-misc/xosview/xosview-1.14.ebuild 
b/x11-misc/xosview/xosview-1.14.ebuild
deleted file mode 100644
index 3ff3262..000
--- a/x11-misc/xosview/xosview-1.14.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-proto/xproto"
-
-src_prepare() {
-   sed -e 's:lib/X11/app:share/X11/app:g' \
-   -i xosview.1 || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS="${CXXFLAGS}"
-}
-
-src_install() {
-   dobin ${PN}
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
-}
-
-pkg_postinst() {
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2015-10-04 Thread Jeroen Roovers
commit: 29a79128e0d394180f1efd8e8b1f7eebadf6f784
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  4 07:41:15 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  4 07:41:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a79128

x11-misc/xosview: Stable for PPC64 (bug #561704).

Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches

 x11-misc/xosview/xosview-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.16.ebuild 
b/x11-misc/xosview/xosview-1.16.ebuild
index dec30bd..bcbcdd4 100644
--- a/x11-misc/xosview/xosview-1.16.ebuild
+++ b/x11-misc/xosview/xosview-1.16.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2015-09-30 Thread Agostino Sarubbo
commit: c0870c52471977af074195589e213b1bdb12ef3a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 30 13:42:39 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 30 13:42:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0870c52

x11-misc/xosview: x86 stable wrt bug #561704

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 x11-misc/xosview/xosview-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.16.ebuild 
b/x11-misc/xosview/xosview-1.16.ebuild
index 523b455..dec30bd 100644
--- a/x11-misc/xosview/xosview-1.16.ebuild
+++ b/x11-misc/xosview/xosview-1.16.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2015-09-28 Thread Lars Wendler
commit: 12b4561f88711fb0a73f5dd5ff39318674d2dc17
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 28 07:36:46 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 28 07:36:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b4561f

x11-misc/xosview: Bump to version 1.17

Package-Manager: portage-2.2.22
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/Manifest|  1 +
 x11-misc/xosview/xosview-1.17.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 8bf8b5e..986ae98 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,3 +1,4 @@
 DIST xosview-1.14.tar.gz 135178 SHA256 
d2f8c0b9e25ad259d114963d64aa9d3c532398fcbbb4213f24a876a94fb23012 SHA512 
0d3e2e17c000358183ca8438fef621d7ec10533171a7cf92db7ae9e9fc5e5dbde0dc81d82431e5b252322ba0d07b7917ec4462c1bc1364e17f12b1f0acaaf7e7
 WHIRLPOOL 
e75e7caa439a768c85c850c419e8682e69e24cd3b89cb9f224ac6c0888f091b652c0b70109825d0ec5352b3b53abac2ed62871e78a4a8bcc7186eeeffd5c9129
 DIST xosview-1.15.tar.gz 135553 SHA256 
cd43bfbada900db2b2709251c50e8fb9299c44758742cd76e324fed623d1de84 SHA512 
dec560fe801bac713e92ffdf036ec3995c10d11621fd880c5314d69650fbc5a718bf17da1a68e60eddd97be7bded1fcb1f5bdf201bb18267d57b9fa2b42f0124
 WHIRLPOOL 
c45eccd04564c6d32c7c9864069f39804c919e6ef438cfaedc71ee317c4d10c2cca9646cf35b816634a03df399baef22c918cfc537d35bd21f383bbed11ff43d
 DIST xosview-1.16.tar.gz 137097 SHA256 
8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 SHA512 
f83cddebd260a5468110418172623d1367a50eeb69cdce63bff8e93a1908a2d6d860978f7d96eac700e238b270984df1802788400080ccd27ad76c964534e1c2
 WHIRLPOOL 
36ab8fa63f3bea4b8d87fbd4559fa1d7a8df47f25a558f80c25065b62e7b7c51121aa91604fed4c095fd7fae853cfe37c911710faef5b7f1d0de6e2db7816879
+DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349

diff --git a/x11-misc/xosview/xosview-1.17.ebuild 
b/x11-misc/xosview/xosview-1.17.ebuild
new file mode 100644
index 000..1327737
--- /dev/null
+++ b/x11-misc/xosview/xosview-1.17.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="X11 operating system viewer"
+HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
+SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="suid"
+
+COMMON_DEPS="x11-libs/libX11
+   x11-libs/libXpm
+   x11-libs/libXt"
+RDEPEND="${COMMON_DEPS}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPS}
+   x11-proto/xproto"
+
+src_prepare() {
+   sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
+   sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
+   tc-export CXX
+}
+
+src_compile() {
+   emake OPTFLAGS=''
+}
+
+src_install() {
+   dobin ${PN}
+   use suid && fperms 4755 /usr/bin/${PN}
+   insinto /usr/share/X11/app-defaults
+   newins Xdefaults XOsview
+   doman *.1
+   dodoc CHANGES README.linux TODO
+}
+
+pkg_postinst() {
+   if ! use suid ; then
+   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
+   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2015-09-28 Thread Lars Wendler
commit: 8983da13275a9a407467ce5972ac77f57cc35757
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 28 07:42:55 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 28 07:42:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8983da13

x11-misc/xosview: Removed old.

Package-Manager: portage-2.2.22
Signed-off-by: Lars Wendler  gentoo.org>

 x11-misc/xosview/Manifest|  1 -
 x11-misc/xosview/xosview-1.15.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
index 986ae98..57763a0 100644
--- a/x11-misc/xosview/Manifest
+++ b/x11-misc/xosview/Manifest
@@ -1,4 +1,3 @@
 DIST xosview-1.14.tar.gz 135178 SHA256 
d2f8c0b9e25ad259d114963d64aa9d3c532398fcbbb4213f24a876a94fb23012 SHA512 
0d3e2e17c000358183ca8438fef621d7ec10533171a7cf92db7ae9e9fc5e5dbde0dc81d82431e5b252322ba0d07b7917ec4462c1bc1364e17f12b1f0acaaf7e7
 WHIRLPOOL 
e75e7caa439a768c85c850c419e8682e69e24cd3b89cb9f224ac6c0888f091b652c0b70109825d0ec5352b3b53abac2ed62871e78a4a8bcc7186eeeffd5c9129
-DIST xosview-1.15.tar.gz 135553 SHA256 
cd43bfbada900db2b2709251c50e8fb9299c44758742cd76e324fed623d1de84 SHA512 
dec560fe801bac713e92ffdf036ec3995c10d11621fd880c5314d69650fbc5a718bf17da1a68e60eddd97be7bded1fcb1f5bdf201bb18267d57b9fa2b42f0124
 WHIRLPOOL 
c45eccd04564c6d32c7c9864069f39804c919e6ef438cfaedc71ee317c4d10c2cca9646cf35b816634a03df399baef22c918cfc537d35bd21f383bbed11ff43d
 DIST xosview-1.16.tar.gz 137097 SHA256 
8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 SHA512 
f83cddebd260a5468110418172623d1367a50eeb69cdce63bff8e93a1908a2d6d860978f7d96eac700e238b270984df1802788400080ccd27ad76c964534e1c2
 WHIRLPOOL 
36ab8fa63f3bea4b8d87fbd4559fa1d7a8df47f25a558f80c25065b62e7b7c51121aa91604fed4c095fd7fae853cfe37c911710faef5b7f1d0de6e2db7816879
 DIST xosview-1.17.tar.gz 143263 SHA256 
640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 
c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6
 WHIRLPOOL 
28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349

diff --git a/x11-misc/xosview/xosview-1.15.ebuild 
b/x11-misc/xosview/xosview-1.15.ebuild
deleted file mode 100644
index 363ea6c..000
--- a/x11-misc/xosview/xosview-1.15.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="X11 operating system viewer"
-HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/;
-SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="suid"
-
-COMMON_DEPS="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${COMMON_DEPS}
-   media-fonts/font-misc-misc"
-DEPEND="${COMMON_DEPS}
-   x11-proto/xproto"
-
-src_prepare() {
-   sed -e 's:lib/X11/app:share/X11/app:g' \
-   -i xosview.1 || die
-   tc-export CXX
-}
-
-src_compile() {
-   emake OPTFLAGS=''
-}
-
-src_install() {
-   dobin ${PN}
-   use suid && fperms 4755 /usr/bin/${PN}
-   insinto /usr/share/X11/app-defaults
-   newins Xdefaults XOsview
-   doman *.1
-   dodoc CHANGES README.linux TODO
-}
-
-pkg_postinst() {
-   if ! use suid ; then
-   ewarn "If you want to use serial meters ${PN} needs to be 
executed as root."
-   ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux 
for details."
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/

2015-09-28 Thread Agostino Sarubbo
commit: 5d94e2017fb040208a1ea3049f8c1d45685d2061
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 28 09:29:30 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 28 09:29:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d94e201

x11-misc/xosview: amd64 stable wrt bug #561704

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-misc/xosview/xosview-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xosview/xosview-1.16.ebuild 
b/x11-misc/xosview/xosview-1.16.ebuild
index d622a25..523b455 100644
--- a/x11-misc/xosview/xosview-1.16.ebuild
+++ b/x11-misc/xosview/xosview-1.16.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz;
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="suid"
 
 COMMON_DEPS="x11-libs/libX11