diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 12:56:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 12:56:08 +0000 |
commit | f1efdfa8730c47e9f69b0b17ca87e4aef072c927 (patch) | |
tree | 817da802d8a11bca5a312de933d43638068b9a07 /x11-plugins/gkrellmms | |
parent | Added patches for the CAN-2004-0010, CAN-2004-0177 and CAN-2004-0178 vulnerab... (diff) | |
download | gentoo-2-f1efdfa8730c47e9f69b0b17ca87e4aef072c927.tar.gz gentoo-2-f1efdfa8730c47e9f69b0b17ca87e4aef072c927.tar.bz2 gentoo-2-f1efdfa8730c47e9f69b0b17ca87e4aef072c927.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-plugins/gkrellmms')
-rw-r--r-- | x11-plugins/gkrellmms/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/gkrellmms/ChangeLog b/x11-plugins/gkrellmms/ChangeLog index 88d878300c1d..e478c0955375 100644 --- a/x11-plugins/gkrellmms/ChangeLog +++ b/x11-plugins/gkrellmms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellmms # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.25 2004/04/12 16:42:32 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/ChangeLog,v 1.26 2004/04/17 12:56:08 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gkrellmms-2.1.15.ebuild: + Added IUSE, stable on x86 and amd64. 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gkrellmms-2.1.14.ebuild: Stable on x86 and amd64, adding IUSE. diff --git a/x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild b/x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild index 470053b8a0f8..1c70b51c7fbe 100644 --- a/x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild +++ b/x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild,v 1.1 2004/03/17 00:48:14 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmms/gkrellmms-2.1.15.ebuild,v 1.2 2004/04/17 12:56:08 aliz Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A sweet plugin to control XMMS from GKrellM2" SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/gkrellmms.phtml" - +IUSE="" DEPEND=">=app-admin/gkrellm-2* media-sound/xmms" SLOT="2" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64" src_compile() { emake || die |