diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-06-28 19:01:10 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-06-28 19:01:10 +0000 |
commit | e7eb7dde23b02ae7f47f4ae50b5573ef7a056f0a (patch) | |
tree | db51d4a7bc843dc98c87d04215935ea77a17c477 /x11-plugins/gaim-xmms-remote | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-e7eb7dde23b02ae7f47f4ae50b5573ef7a056f0a.tar.gz gentoo-2-e7eb7dde23b02ae7f47f4ae50b5573ef7a056f0a.tar.bz2 gentoo-2-e7eb7dde23b02ae7f47f4ae50b5573ef7a056f0a.zip |
Removing old files for gaim pruning
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
5 files changed, 5 insertions, 63 deletions
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog index ba58b974c525..914125f74706 100644 --- a/x11-plugins/gaim-xmms-remote/ChangeLog +++ b/x11-plugins/gaim-xmms-remote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaim-xmms-remote # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.8 2004/06/26 02:27:38 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.9 2004/06/28 18:59:42 rizzo Exp $ + + 28 Jun 2004; Don Seiler <rizzo@gentoo.org> -gaim-xmms-remote-1.0.ebuild, + -gaim-xmms-remote-1.2.ebuild: + Removing old files for gaim pruning *gaim-xmms-remote-1.3 (25 Jun 2004) diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.0 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.0 deleted file mode 100644 index 21ce44b12c03..000000000000 --- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 65005ea2f31eb9be7cb60872209a686e gaim-xmms-remote-1.0.tar.gz 290175 diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.2 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.2 deleted file mode 100644 index 847da21a665f..000000000000 --- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 741b29feb83d8c958e39d4aaca9cdbdc gaim-xmms-remote-1.2.tar.gz 304352 diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild deleted file mode 100644 index ebbf4bc0b430..000000000000 --- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.0.ebuild,v 1.8 2004/06/24 22:52:22 agriffis Exp $ - -use debug && inherit debug - -DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you control XMMS from within gaim." - -HOMEPAGE="http://guifications.sourceforge.net/gaim-xmms-remote/" -SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ppc" -IUSE="debug" - -DEPEND="<=net-im/gaim-0.76 - media-sound/xmms" -#RDEPEND="" - -src_compile() { - local myconf - myconf="${myconf} --with-gaim=/usr/include/gaim" - econf ${myconf} || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION -} diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.2.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.2.ebuild deleted file mode 100644 index a5a913f9193a..000000000000 --- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.2.ebuild,v 1.3 2004/06/24 22:52:22 agriffis Exp $ - -use debug && inherit debug - -DESCRIPTION="Gaim XMMS Remote is a Gaim plugin that lets you control XMMS from within gaim." - -HOMEPAGE="http://guifications.sourceforge.net/gaim-xmms-remote/" -SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="debug" - -DEPEND="~net-im/gaim-0.78 - media-sound/xmms" -#RDEPEND="" - -src_compile() { - local myconf - myconf="${myconf} --with-gaim=/usr/include/gaim" - econf ${myconf} || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION -} |