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/wmtimer/
Date: Fri, 24 Nov 2017 09:10:52
Message-Id: 1511513654.ab27c583b8d55980a025dea116bc7e186db21029.voyageur@gentoo
1 commit: ab27c583b8d55980a025dea116bc7e186db21029
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 08:42:32 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 08:54:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab27c583
7
8 x11-plugins/wmtimer: drop old
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild | 42 ------------------------------
13 x11-plugins/wmtimer/wmtimer-2.92.ebuild | 40 ----------------------------
14 2 files changed, 82 deletions(-)
15
16 diff --git a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild b/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild
17 deleted file mode 100644
18 index 66928b5aa63..00000000000
19 --- a/x11-plugins/wmtimer/wmtimer-2.92-r1.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit eutils multilib toolchain-funcs
28 -
29 -DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
30 -HOMEPAGE="http://www.darkops.net/wmtimer"
31 -SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND=">=dev-libs/glib-2
39 - x11-libs/gtk+:2
40 - x11-libs/libXpm
41 - x11-libs/libXext
42 - x11-libs/libX11"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig"
45 -
46 -S=${WORKDIR}/${P}/${PN}
47 -
48 -src_prepare() {
49 - sed -i -e "s:\$(CFLAGS)::" Makefile || die
50 - sed -i -e "s:-g::g" Makefile || die
51 - sed -i -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" Makefile || die
52 - sed -i -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" Makefile || die
53 - epatch "${FILESDIR}"/${PN}-counter-fix.patch
54 -}
55 -
56 -src_compile() {
57 - emake CC="$(tc-getCC)" LIBDIR="-L/usr/$(get_libdir)"
58 -}
59 -
60 -src_install() {
61 - dobin wmtimer
62 - dodoc ../{Changelog,CREDITS,README}
63 -}
64
65 diff --git a/x11-plugins/wmtimer/wmtimer-2.92.ebuild b/x11-plugins/wmtimer/wmtimer-2.92.ebuild
66 deleted file mode 100644
67 index 0d5ae3d2433..00000000000
68 --- a/x11-plugins/wmtimer/wmtimer-2.92.ebuild
69 +++ /dev/null
70 @@ -1,40 +0,0 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -
76 -inherit multilib toolchain-funcs
77 -
78 -DESCRIPTION="Dockable clock which can run in alarm, countdown timer or chronograph mode"
79 -HOMEPAGE="http://www.darkops.net/wmtimer"
80 -SRC_URI="http://www.darkops.net/${PN}/${P}.tar.gz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="amd64 ppc ppc64 ~sparc x86"
85 -IUSE=""
86 -
87 -RDEPEND="x11-libs/gtk+:2
88 - x11-libs/libXpm
89 - x11-libs/libXext
90 - x11-libs/libX11"
91 -DEPEND="${RDEPEND}
92 - virtual/pkgconfig"
93 -
94 -S=${WORKDIR}/${P}/${PN}
95 -
96 -src_prepare() {
97 - sed -e "s:\$(CFLAGS)::" -i Makefile
98 - sed -e "s:-g::g" -i Makefile
99 - sed -e "s:-O2:\$(CFLAGS) ${CFLAGS}:" -i Makefile
100 - sed -e "s:-o wmtimer:\$(LDFLAGS) -o wmtimer:" -i Makefile
101 -}
102 -
103 -src_compile() {
104 - emake CC="$(tc-getCC)" LIBDIR="-L/usr/$(get_libdir)"
105 -}
106 -
107 -src_install() {
108 - dobin wmtimer
109 - dodoc ../{Changelog,CREDITS,README}
110 -}