diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-02 18:17:39 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-02 18:17:39 +0000 |
commit | c3bfcce5c794f59588349c1f55b4535ce8a1a526 (patch) | |
tree | b4b25bdbd378f6da30013a1e36b66c34876ef841 /x11-plugins/gaim-xmms-remote | |
parent | gaim-0.80 stable, removing obsolete version and plugins (Manifest recommit) (diff) | |
download | gentoo-2-c3bfcce5c794f59588349c1f55b4535ce8a1a526.tar.gz gentoo-2-c3bfcce5c794f59588349c1f55b4535ce8a1a526.tar.bz2 gentoo-2-c3bfcce5c794f59588349c1f55b4535ce8a1a526.zip |
gaim-0.80 stable, removing old versions and plugins
Diffstat (limited to 'x11-plugins/gaim-xmms-remote')
4 files changed, 0 insertions, 57 deletions
diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.1 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.1 deleted file mode 100644 index 32c5efef874d..000000000000 --- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c134d0151b911313af505d35bb255208 gaim-xmms-remote-1.1.tar.gz 292565 diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.3 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.3 deleted file mode 100644 index e936974d2a1a..000000000000 --- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 669ccb71191c7d56f4d5dbf7f2294dee gaim-xmms-remote-1.3.tar.gz 304945 diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.1.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.1.ebuild deleted file mode 100644 index 30470bb663f5..000000000000 --- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.1.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.1.ebuild,v 1.7 2004/07/04 01:19:51 rizzo 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.77 - 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.3.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild deleted file mode 100644 index 6042bea690a0..000000000000 --- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.3.ebuild +++ /dev/null @@ -1,25 +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.3.ebuild,v 1.5 2004/07/16 13:06:55 rizzo Exp $ - -IUSE="debug" - -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 ~amd64 ~sparc" - -DEPEND=">=net-im/gaim-0.79 - media-sound/xmms" - -#RDEPEND="" - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION -} |