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/bubblemon/
Date: Tue, 11 Dec 2018 14:29:44
Message-Id: 1544538478.707d34827838bcbda8ef2546d8e0bb28d2fb8546.voyageur@gentoo
1 commit: 707d34827838bcbda8ef2546d8e0bb28d2fb8546
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 8 19:52:44 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707d3482
7
8 x11-plugins/bubblemon: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild | 42 --------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild b/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild
17 deleted file mode 100644
18 index e674ea57dc9..00000000000
19 --- a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
29 -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
30 -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2"
38 -DEPEND="${RDEPEND}
39 - virtual/pkgconfig"
40 -
41 -S=${WORKDIR}/${PN}-dockapp-${PV}
42 -
43 -src_prepare() {
44 - epatch \
45 - "${FILESDIR}"/${P}-gtk.patch \
46 - "${FILESDIR}"/${P}-asneeded.patch \
47 - "${FILESDIR}"/${P}-no_display.patch
48 -}
49 -
50 -src_compile() {
51 - tc-export CC
52 - emake GENTOO_CFLAGS="${CFLAGS}"
53 -}
54 -
55 -src_install() {
56 - dobin bubblemon
57 - dodoc ChangeLog README doc/Xdefaults.sample
58 -
59 - insinto /usr/share/${PN}
60 - doins misc/*.{xcf,wav}
61 - exeinto /usr/share/${PN}
62 - doexe misc/wakwak.sh
63 -}