diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:09:54 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:09:54 +0000 |
commit | b6bf43a989756c282a988d49bed3f5e3c550fbad (patch) | |
tree | badcff0794c26a42db560943d7673f6668981bc8 /x11-plugins/gkrellm-radio | |
parent | Stable on x86 wrt bug #181735 (diff) | |
download | historical-b6bf43a989756c282a988d49bed3f5e3c550fbad.tar.gz historical-b6bf43a989756c282a988d49bed3f5e3c550fbad.tar.bz2 historical-b6bf43a989756c282a988d49bed3f5e3c550fbad.zip |
Old version cleanup
Package-Manager: portage-2.1.2.8
Diffstat (limited to 'x11-plugins/gkrellm-radio')
-rw-r--r-- | x11-plugins/gkrellm-radio/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellm-radio/files/digest-gkrellm-radio-2.0.3-r1 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellm-radio/gkrellm-radio-2.0.3-r1.ebuild | 26 |
3 files changed, 4 insertions, 30 deletions
diff --git a/x11-plugins/gkrellm-radio/ChangeLog b/x11-plugins/gkrellm-radio/ChangeLog index 06f07978236b..c731779bb486 100644 --- a/x11-plugins/gkrellm-radio/ChangeLog +++ b/x11-plugins/gkrellm-radio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellm-radio # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/ChangeLog,v 1.19 2007/04/27 20:05:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/ChangeLog,v 1.20 2007/06/12 21:05:53 lack Exp $ + + 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellm-radio-2.0.3-r1.ebuild: + Old version cleanup 27 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> gkrellm-radio-2.0.4.ebuild: diff --git a/x11-plugins/gkrellm-radio/files/digest-gkrellm-radio-2.0.3-r1 b/x11-plugins/gkrellm-radio/files/digest-gkrellm-radio-2.0.3-r1 deleted file mode 100644 index f4377b7052e0..000000000000 --- a/x11-plugins/gkrellm-radio/files/digest-gkrellm-radio-2.0.3-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 18e2ccda2646ff3cb1e7e53177bdfc6d gkrellm-radio-2.0.3.tar.gz 15646 -RMD160 3e5d97a2b2fb86419f2dbd1113ab2354c5786bda gkrellm-radio-2.0.3.tar.gz 15646 -SHA256 8e8f8b7e5fced0b6a697d9ac96cec0f5fea903d7f3211c4748854255a8b5588c gkrellm-radio-2.0.3.tar.gz 15646 diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.3-r1.ebuild b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.3-r1.ebuild deleted file mode 100644 index 962ed49ca843..000000000000 --- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.3-r1.ebuild,v 1.8 2007/03/12 14:26:24 lack Exp $ - -inherit gkrellm-plugin - -IUSE="lirc" - -S=${WORKDIR}/${PN} -DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners." -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" -HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.phtml" - -DEPEND="lirc? ( app-misc/lirc )" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc" - -PLUGIN_SO=radio.so - -src_compile() { - use lirc && myconf="${myconf} WITH_LIRC=1" - emake ${myconf} || die -} - |