diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-14 07:14:30 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-14 07:14:30 +0000 |
commit | 95936caa75dd603027a1009cd173ff00fca2bd76 (patch) | |
tree | 8627f84ef2c3bdc53b50b200c759bb41773f86ef /media-plugins/xmms-shell | |
parent | Stable x86. Added ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-95936caa75dd603027a1009cd173ff00fca2bd76.tar.gz gentoo-2-95936caa75dd603027a1009cd173ff00fca2bd76.tar.bz2 gentoo-2-95936caa75dd603027a1009cd173ff00fca2bd76.zip |
Added ~ppc to 0.99.3-r3 as it shouldn't have been removed. Removed old ebuild. Stable amd64, sparc.
Diffstat (limited to 'media-plugins/xmms-shell')
4 files changed, 10 insertions, 60 deletions
diff --git a/media-plugins/xmms-shell/ChangeLog b/media-plugins/xmms-shell/ChangeLog index c90029d5adc7..a9c4164a9c35 100644 --- a/media-plugins/xmms-shell/ChangeLog +++ b/media-plugins/xmms-shell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/xmms-shell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/ChangeLog,v 1.15 2004/07/03 23:10:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/ChangeLog,v 1.16 2004/09/14 07:14:30 eradicator Exp $ + + 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> + -xmms-shell-0.99.3-r2.ebuild: + Added ~ppc to 0.99.3-r3 as it shouldn't have been removed. Removed old ebuild. + Stable amd64, sparc. 03 Jul 2004; Jason Wever <weeve@gentoo.org> xmms-shell-0.99.3-r3.ebuild: Added ~sparc keyword. diff --git a/media-plugins/xmms-shell/files/digest-xmms-shell-0.99.3-r2 b/media-plugins/xmms-shell/files/digest-xmms-shell-0.99.3-r2 deleted file mode 100644 index 3302688d80d5..000000000000 --- a/media-plugins/xmms-shell/files/digest-xmms-shell-0.99.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 7c59ff584ae146282259fd6cdc8fe669 xmms-shell-0.99.3.tar.gz 59940 diff --git a/media-plugins/xmms-shell/xmms-shell-0.99.3-r2.ebuild b/media-plugins/xmms-shell/xmms-shell-0.99.3-r2.ebuild deleted file mode 100644 index 3313c11833ec..000000000000 --- a/media-plugins/xmms-shell/xmms-shell-0.99.3-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/xmms-shell-0.99.3-r2.ebuild,v 1.3 2004/06/24 23:45:16 agriffis Exp $ - -inherit eutils - -DESCRIPTION="simple utility to control XMMS externally" -SRC_URI="mirror://sourceforge/xmms-shell/${P}.tar.gz" -HOMEPAGE="http://www.loganh.com/xmms-shell/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" -IUSE="readline" - -RDEPEND=">=media-sound/xmms-1.2.7 - readline? ( >=sys-libs/readline-4.1 )" - -DEPEND="${RDEPEND} - sys-apps/sed - sys-devel/automake - sys-devel/autoconf" - -src_unpack() { - unpack ${A} - - cd ${S} - - # Fix configure.in to detect readline - epatch ${FILESDIR}/${PN}-readline.patch - - # Fix null pointer when default skin - epatch ${FILESDIR}/${PN}-null-skin.patch - - WANT_AUTOCONF=2.1 - WANT_AUTOMAKE=1.4 - aclocal - automake --gnu --include-deps Makefile - autoconf - - # Fix compilation in gcc3.3 - mv ${S}/src/getline.cc ${S}/src/getline.cc.orig - sed 's/<string>/<string.h>/' < ${S}/src/getline.cc.orig > ${S}/src/getline.cc -} - -src_compile() { - econf `use_with readline` || die "Configuration failed." - emake || die "Make failed." -} - -src_install() { - make DESTDIR=${D} install || die "Install failed." - dodoc AUTHORS ChangeLog INSTALL README -} - diff --git a/media-plugins/xmms-shell/xmms-shell-0.99.3-r3.ebuild b/media-plugins/xmms-shell/xmms-shell-0.99.3-r3.ebuild index eee29f6ce13e..33f645dad907 100644 --- a/media-plugins/xmms-shell/xmms-shell-0.99.3-r3.ebuild +++ b/media-plugins/xmms-shell/xmms-shell-0.99.3-r3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/xmms-shell-0.99.3-r3.ebuild,v 1.5 2004/07/03 23:08:52 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shell/xmms-shell-0.99.3-r3.ebuild,v 1.6 2004/09/14 07:14:30 eradicator Exp $ + +IUSE="readline" inherit eutils @@ -11,8 +13,7 @@ HOMEPAGE="http://www.loganh.com/xmms-shell/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~sparc" -IUSE="readline" +KEYWORDS="x86 amd64 sparc ~ppc" RDEPEND=">=media-sound/xmms-1.2.7 readline? ( >=sys-libs/readline-4.1 )" |