commit: 707d34827838bcbda8ef2546d8e0bb28d2fb8546 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Dec 8 19:52:44 2018 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Dec 11 14:27:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707d3482
x11-plugins/bubblemon: drop old Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild | 42 -------------------------- 1 file changed, 42 deletions(-) diff --git a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild b/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild deleted file mode 100644 index e674ea57dc9..00000000000 --- a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils toolchain-funcs - -DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="" - -RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${PN}-dockapp-${PV} - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-gtk.patch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-no_display.patch -} - -src_compile() { - tc-export CC - emake GENTOO_CFLAGS="${CFLAGS}" -} - -src_install() { - dobin bubblemon - dodoc ChangeLog README doc/Xdefaults.sample - - insinto /usr/share/${PN} - doins misc/*.{xcf,wav} - exeinto /usr/share/${PN} - doexe misc/wakwak.sh -}
