Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xosview/
Date: Wed, 06 Jul 2016 14:07:29
Message-Id: 1467813975.eebc8abbbf1e5ef9a4ff2b621ad3270ad6709ffe.jer@gentoo
1 commit: eebc8abbbf1e5ef9a4ff2b621ad3270ad6709ffe
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 14:06:15 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 14:06:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eebc8abb
7
8 x11-misc/xosview: Old.
9
10 Package-Manager: portage-2.3.0
11
12 x11-misc/xosview/Manifest | 1 -
13 x11-misc/xosview/xosview-1.16.ebuild | 50 ------------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/x11-misc/xosview/Manifest b/x11-misc/xosview/Manifest
17 index e4901b3..f3c5521 100644
18 --- a/x11-misc/xosview/Manifest
19 +++ b/x11-misc/xosview/Manifest
20 @@ -1,2 +1 @@
21 -DIST xosview-1.16.tar.gz 137097 SHA256 8e9e130d1bbb30b68419d12f0d74609c10eeed4d6c6a85f35d9941ea3c7b23a0 SHA512 f83cddebd260a5468110418172623d1367a50eeb69cdce63bff8e93a1908a2d6d860978f7d96eac700e238b270984df1802788400080ccd27ad76c964534e1c2 WHIRLPOOL 36ab8fa63f3bea4b8d87fbd4559fa1d7a8df47f25a558f80c25065b62e7b7c51121aa91604fed4c095fd7fae853cfe37c911710faef5b7f1d0de6e2db7816879
22 DIST xosview-1.17.tar.gz 143263 SHA256 640998e7bd23b875e2556a97b9149a4cca0ac255889f484489b13a888c19b3f1 SHA512 c1d34887aa75afd244d9b5399c00642e68e75f8b0aafc06555955200e13bca398080dfcc92421f72b0242dcfac1e41d05bfb031e49f1560196a8f6e33ce79df6 WHIRLPOOL 28530451395cfd2b971cfb1f62b21bc3a1cb08f1792f3be87cfb91b7735102cc5bc5b7d5c12f787674ce926a1bc143905db243187cc0ef7beaaa1d0354c05349
23
24 diff --git a/x11-misc/xosview/xosview-1.16.ebuild b/x11-misc/xosview/xosview-1.16.ebuild
25 deleted file mode 100644
26 index 0f29a11..0000000
27 --- a/x11-misc/xosview/xosview-1.16.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=4
35 -
36 -inherit eutils toolchain-funcs
37 -
38 -DESCRIPTION="X11 operating system viewer"
39 -HOMEPAGE="http://www.pogo.org.uk/~mark/xosview/"
40 -SRC_URI="http://www.pogo.org.uk/~mark/${PN}/releases/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2 BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc ppc64 x86"
45 -IUSE="suid"
46 -
47 -COMMON_DEPS="x11-libs/libX11
48 - x11-libs/libXpm
49 - x11-libs/libXt"
50 -RDEPEND="${COMMON_DEPS}
51 - media-fonts/font-misc-misc"
52 -DEPEND="${COMMON_DEPS}
53 - x11-proto/xproto"
54 -
55 -src_prepare() {
56 - sed -i -e 's:lib/X11/app:share/X11/app:g' -i ${PN}.1 || die
57 - sed -i -e "s:Git:${PV}:g" ${PN}.cc || die
58 - tc-export CXX
59 -}
60 -
61 -src_compile() {
62 - emake OPTFLAGS=''
63 -}
64 -
65 -src_install() {
66 - dobin ${PN}
67 - use suid && fperms 4755 /usr/bin/${PN}
68 - insinto /usr/share/X11/app-defaults
69 - newins Xdefaults XOsview
70 - doman *.1
71 - dodoc CHANGES README.linux TODO
72 -}
73 -
74 -pkg_postinst() {
75 - if ! use suid ; then
76 - ewarn "If you want to use serial meters ${PN} needs to be executed as root."
77 - ewarn "Please see ${EPREFIX}/usr/share/doc/${PF}/README.linux for details."
78 - fi
79 -}