diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:07:35 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-06-12 21:07:35 +0000 |
commit | 032470b0ef48feab02c2ced18cbac13381f48eb6 (patch) | |
tree | d0958eb8b2253fe65f0d9f2790d452722b1d91eb /x11-plugins/gkrellmss | |
parent | Old version cleanup (diff) | |
download | gentoo-2-032470b0ef48feab02c2ced18cbac13381f48eb6.tar.gz gentoo-2-032470b0ef48feab02c2ced18cbac13381f48eb6.tar.bz2 gentoo-2-032470b0ef48feab02c2ced18cbac13381f48eb6.zip |
Old version cleanup
(Portage version: 2.1.2.8)
Diffstat (limited to 'x11-plugins/gkrellmss')
-rw-r--r-- | x11-plugins/gkrellmss/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/files/digest-gkrellmss-2.3 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/files/digest-gkrellmss-2.4 | 3 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.3.ebuild | 37 | ||||
-rw-r--r-- | x11-plugins/gkrellmss/gkrellmss-2.4.ebuild | 31 |
5 files changed, 5 insertions, 75 deletions
diff --git a/x11-plugins/gkrellmss/ChangeLog b/x11-plugins/gkrellmss/ChangeLog index 0d14cbe7de16..4df911823c0c 100644 --- a/x11-plugins/gkrellmss/ChangeLog +++ b/x11-plugins/gkrellmss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellmss # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.24 2007/06/01 00:21:01 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmss/ChangeLog,v 1.25 2007/06/12 21:07:35 lack Exp $ + + 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellmss-2.3.ebuild, + -gkrellmss-2.4.ebuild: + Old version cleanup 01 Jun 2007; Christoph Mende <angelos@gentoo.org> gkrellmss-2.6.ebuild: Stable on amd64 wrt bug 176144 diff --git a/x11-plugins/gkrellmss/files/digest-gkrellmss-2.3 b/x11-plugins/gkrellmss/files/digest-gkrellmss-2.3 deleted file mode 100644 index 1cfbb4de2878..000000000000 --- a/x11-plugins/gkrellmss/files/digest-gkrellmss-2.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 457a85c28f049ef0787c842b5494ece0 gkrellmss-2.3.tar.gz 24398 -RMD160 a007a2e26676fb44f4b5e936fc8b2b9247f6b68d gkrellmss-2.3.tar.gz 24398 -SHA256 68dd018ca85dc7c41d1fa2e84fee330075f06e7e0a3591df148203c6b776ebbe gkrellmss-2.3.tar.gz 24398 diff --git a/x11-plugins/gkrellmss/files/digest-gkrellmss-2.4 b/x11-plugins/gkrellmss/files/digest-gkrellmss-2.4 deleted file mode 100644 index 47095b75014f..000000000000 --- a/x11-plugins/gkrellmss/files/digest-gkrellmss-2.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aa409c75bacce81d5125330f3f6c5df3 gkrellmss-2.4.tar.gz 31736 -RMD160 029d9490b8718302b8f8db6efb46e3067da79856 gkrellmss-2.4.tar.gz 31736 -SHA256 674bad0ee7abc98fd071137d8d8fa236b9a260e9b70effe138ec54e2a234c314 gkrellmss-2.4.tar.gz 31736 diff --git a/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild deleted file mode 100644 index 51095e7ba451..000000000000 --- a/x11-plugins/gkrellmss/gkrellmss-2.3.ebuild +++ /dev/null @@ -1,37 +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/gkrellmss/gkrellmss-2.3.ebuild,v 1.16 2007/04/26 17:46:36 lack Exp $ - -inherit gkrellm-plugin - -IUSE="nls" - -DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" -HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" - -DEPEND="=sci-libs/fftw-2* - media-sound/esound" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc ~alpha" - -PLUGIN_SO="src/gkrellmss.so" -PLUGIN_DOCS="Themes" - -src_unpack() { - unpack ${P}.tar.gz - - cd ${S} - epatch ${FILESDIR}/gkrellmss-patch-2.3.diff -} - -src_compile() { - local myconf - - use nls && myconf="${myconf} enable_nls=1" - - emake ${myconf} || die -} - diff --git a/x11-plugins/gkrellmss/gkrellmss-2.4.ebuild b/x11-plugins/gkrellmss/gkrellmss-2.4.ebuild deleted file mode 100644 index 198595349cc2..000000000000 --- a/x11-plugins/gkrellmss/gkrellmss-2.4.ebuild +++ /dev/null @@ -1,31 +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/gkrellmss/gkrellmss-2.4.ebuild,v 1.12 2007/04/26 17:46:36 lack Exp $ - -inherit gkrellm-plugin - -IUSE="nls" - -DESCRIPTION="A plugin for GKrellM2 that has a VU meter and a sound chart" -HOMEPAGE="http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html" -SRC_URI="http://web.wt.net/~billw/gkrellmss/${P}.tar.gz" - -DEPEND="=sci-libs/fftw-2* - media-sound/esound" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc ~alpha amd64" - -PLUGIN_SO="src/gkrellmss.so" -PLUGIN_DOCS="Themes" - -src_compile() { - local myconf - - use nls && myconf="${myconf} enable_nls=1" - - addpredict /dev/snd - emake ${myconf} || die -} - |