Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmXName/
Date: Wed, 19 Sep 2018 19:14:23
Message-Id: 1537384447.983c043a6a986376e018ab2fca87aa2d5f0b6e8b.zlogene@gentoo
1 commit: 983c043a6a986376e018ab2fca87aa2d5f0b6e8b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 19:14:07 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 19:14:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c043a
7
8 x11-plugins/wmXName: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-plugins/wmXName/wmXName-0.1.ebuild | 48 ----------------------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/x11-plugins/wmXName/wmXName-0.1.ebuild b/x11-plugins/wmXName/wmXName-0.1.ebuild
16 deleted file mode 100644
17 index b3fbbf1a621..00000000000
18 --- a/x11-plugins/wmXName/wmXName-0.1.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -MY_PV="0.01"
27 -MY_P="${PN}-${MY_PV}"
28 -
29 -IUSE=""
30 -DESCRIPTION="dock-app showing you status of your XName hosted zones"
31 -SRC_URI="http://source.xname.org/${MY_P}.tgz"
32 -HOMEPAGE="http://source.xname.org/"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="x86"
37 -
38 -COMMON_DEPEND=">=x11-libs/libXpm-3.5.7
39 - >=x11-libs/libX11-1.1.4
40 - >=x11-libs/libXext-1.0.3"
41 -
42 -DEPEND="${COMMON_DEPEND}
43 - >=sys-apps/sed-4.1.5-r1"
44 -
45 -RDEPEND="${COMMON_DEPEND}
46 - >=dev-lang/perl-5.8.8-r5
47 - >=www-client/lynx-2.8.6-r2"
48 -
49 -S="${WORKDIR}/${MY_P}"
50 -
51 -src_unpack() {
52 - unpack ${A}
53 -
54 - #some magic sed to fix CFLAGS
55 - sed -i "s/-O2 -Wall/$CFLAGS/" "${S}/Makefile"
56 -
57 - #INSTALL file actually contains use instructions
58 - mv "${S}/INSTALL" "${S}/README"
59 -}
60 -
61 -src_compile() {
62 - emake SYSTEM="${LDFLAGS}" || die
63 -}
64 -
65 -src_install () {
66 - dobin wmXName GrabXName
67 - dodoc README config.sample
68 -}