Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmdate/
Date: Fri, 24 Nov 2017 10:10:14
Message-Id: 1511516781.12a0bfa6fa6324dc912590c6095cea2cf2c2546e.voyageur@gentoo
1 commit: 12a0bfa6fa6324dc912590c6095cea2cf2c2546e
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 09:46:21 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 09:46:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a0bfa6
7
8 x11-plugins/wmdate: drop old and stable keywords
9
10 Old dockapp mostly unmaintained upstream with even older stable version
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 x11-plugins/wmdate/wmdate-0.7.ebuild | 38 ------------------------------------
15 1 file changed, 38 deletions(-)
16
17 diff --git a/x11-plugins/wmdate/wmdate-0.7.ebuild b/x11-plugins/wmdate/wmdate-0.7.ebuild
18 deleted file mode 100644
19 index 021567d077f..00000000000
20 --- a/x11-plugins/wmdate/wmdate-0.7.ebuild
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="yet another date-display dock application"
29 -HOMEPAGE="http://solfertje.student.utwente.nl/~dalroi/applications.php"
30 -SRC_URI="http://solfertje.student.utwente.nl/~dalroi/${PN}/files/${P}.tar.gz"
31 -
32 -LICENSE="BSD"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc ppc64 sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="<x11-libs/libdockapp-0.7
38 - x11-libs/libX11
39 - x11-libs/libXext
40 - x11-libs/libXpm"
41 -DEPEND="${RDEPEND}
42 - x11-misc/gccmakedep
43 - x11-misc/imake"
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 - epatch "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch
49 -}
50 -
51 -src_compile() {
52 - xmkmf || die "xmkmf failed."
53 - emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \
54 - LDOPTIONS="${LDFLAGS}" || die "emake failed."
55 -}
56 -
57 -src_install() {
58 - dobin ${PN}
59 - dodoc Changelog README
60 -}