summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-06-12 21:09:54 +0000
committerJim Ramsay <lack@gentoo.org>2007-06-12 21:09:54 +0000
commitb6bf43a989756c282a988d49bed3f5e3c550fbad (patch)
treebadcff0794c26a42db560943d7673f6668981bc8 /x11-plugins/gkrellmss
parentStable on x86 wrt bug #181735 (diff)
downloadhistorical-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/gkrellmss')
-rw-r--r--x11-plugins/gkrellmss/ChangeLog6
-rw-r--r--x11-plugins/gkrellmss/files/digest-gkrellmss-2.33
-rw-r--r--x11-plugins/gkrellmss/files/digest-gkrellmss-2.43
-rw-r--r--x11-plugins/gkrellmss/gkrellmss-2.3.ebuild37
-rw-r--r--x11-plugins/gkrellmss/gkrellmss-2.4.ebuild31
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
-}
-