summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-10-21 15:48:38 +0000
committerDon Seiler <rizzo@gentoo.org>2004-10-21 15:48:38 +0000
commitfc2bb6eb64ae7090c51031df0d0ffbb7c15dc436 (patch)
tree4d7ce3858ced2e57e8464536275601528e9c4149 /x11-plugins
parentStable on x86, pruning old versions (diff)
downloadhistorical-fc2bb6eb64ae7090c51031df0d0ffbb7c15dc436.tar.gz
historical-fc2bb6eb64ae7090c51031df0d0ffbb7c15dc436.tar.bz2
historical-fc2bb6eb64ae7090c51031df0d0ffbb7c15dc436.zip
Stable on x86, pruning old versions
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/autoprofile/ChangeLog7
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.07.ebuild30
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.08.ebuild24
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.09.ebuild24
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.10.ebuild4
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.071
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.081
-rw-r--r--x11-plugins/autoprofile/files/digest-autoprofile-2.091
-rw-r--r--x11-plugins/gaim-encryption/Manifest12
-rw-r--r--x11-plugins/gaim-extprefs/ChangeLog5
-rw-r--r--x11-plugins/gaim-rhythmbox/ChangeLog6
-rw-r--r--x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.31
-rw-r--r--x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.82.11
-rw-r--r--x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild23
-rw-r--r--x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.82.1.ebuild23
-rw-r--r--x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild4
-rw-r--r--x11-plugins/gaim-xmms-remote/ChangeLog6
-rw-r--r--x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.51
-rw-r--r--x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.61
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild23
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.6.ebuild23
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild4
22 files changed, 28 insertions, 197 deletions
diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog
index 69284975a842..0c593ac6508b 100644
--- a/x11-plugins/autoprofile/ChangeLog
+++ b/x11-plugins/autoprofile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/autoprofile
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.15 2004/09/23 14:27:33 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.16 2004/10/21 15:41:33 rizzo Exp $
+
+ 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -autoprofile-2.07.ebuild,
+ -autoprofile-2.08.ebuild, -autoprofile-2.09.ebuild,
+ autoprofile-2.10.ebuild:
+ Stable on x86, pruning old versions
*autoprofile-2.10 (23 Sep 2004)
diff --git a/x11-plugins/autoprofile/autoprofile-2.07.ebuild b/x11-plugins/autoprofile/autoprofile-2.07.ebuild
deleted file mode 100644
index a4bcb94e3a4c..000000000000
--- a/x11-plugins/autoprofile/autoprofile-2.07.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/autoprofile/autoprofile-2.07.ebuild,v 1.8 2004/09/18 01:13:27 rizzo Exp $
-
-DESCRIPTION=" AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
-HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc"
-IUSE=""
-DEPEND=">=net-im/gaim-0.79
- <net-im/gaim-1.0.0"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:PREFIX = /usr/local:PREFIX = '${D}'/usr:g' Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- insinto /usr/lib/gaim
- doins autoprofile.so
-
- dodoc COPYING CHANGELOG FORTUNE INSTALL README TODO
-}
diff --git a/x11-plugins/autoprofile/autoprofile-2.08.ebuild b/x11-plugins/autoprofile/autoprofile-2.08.ebuild
deleted file mode 100644
index daf93cad7bfc..000000000000
--- a/x11-plugins/autoprofile/autoprofile-2.08.ebuild
+++ /dev/null
@@ -1,24 +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/autoprofile/autoprofile-2.08.ebuild,v 1.4 2004/09/18 01:13:27 rizzo Exp $
-
-DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
-HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc"
-IUSE=""
-DEPEND=">=net-im/gaim-0.82
- <net-im/gaim-1.0.0"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/lib/gaim
- make install PREFIX=${D}/usr || die "make install failed"
-
- dodoc COPYING CHANGELOG INSTALL README TODO
-}
diff --git a/x11-plugins/autoprofile/autoprofile-2.09.ebuild b/x11-plugins/autoprofile/autoprofile-2.09.ebuild
deleted file mode 100644
index 98f520470db7..000000000000
--- a/x11-plugins/autoprofile/autoprofile-2.09.ebuild
+++ /dev/null
@@ -1,24 +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/autoprofile/autoprofile-2.09.ebuild,v 1.2 2004/09/18 01:13:27 rizzo Exp $
-
-DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
-HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-DEPEND=">=net-im/gaim-0.82.1
- <net-im/gaim-1.0.0"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/lib/gaim
- make install PREFIX=${D}/usr || die "make install failed"
-
- dodoc COPYING CHANGELOG INSTALL README TODO
-}
diff --git a/x11-plugins/autoprofile/autoprofile-2.10.ebuild b/x11-plugins/autoprofile/autoprofile-2.10.ebuild
index 3e10dfa0666f..157d537b578d 100644
--- a/x11-plugins/autoprofile/autoprofile-2.10.ebuild
+++ b/x11-plugins/autoprofile/autoprofile-2.10.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.10.ebuild,v 1.1 2004/09/23 14:27:33 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.10.ebuild,v 1.2 2004/10/21 15:41:33 rizzo Exp $
DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim."
HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ppc"
IUSE=""
DEPEND=">=net-im/gaim-1.0.0"
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.07 b/x11-plugins/autoprofile/files/digest-autoprofile-2.07
deleted file mode 100644
index fdd8a6cf81d2..000000000000
--- a/x11-plugins/autoprofile/files/digest-autoprofile-2.07
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f3a3d06fbb8e6de39137ca8aa7243ac4 autoprofile-2.07.tar.gz 43614
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.08 b/x11-plugins/autoprofile/files/digest-autoprofile-2.08
deleted file mode 100644
index bbe0cefa0865..000000000000
--- a/x11-plugins/autoprofile/files/digest-autoprofile-2.08
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e22ee2cb22ef2e0974254e26e2d578b autoprofile-2.08.tar.gz 54908
diff --git a/x11-plugins/autoprofile/files/digest-autoprofile-2.09 b/x11-plugins/autoprofile/files/digest-autoprofile-2.09
deleted file mode 100644
index 624b6ccf8abf..000000000000
--- a/x11-plugins/autoprofile/files/digest-autoprofile-2.09
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8efadef85b68a9b103ce861aac654738 autoprofile-2.09.tar.gz 55327
diff --git a/x11-plugins/gaim-encryption/Manifest b/x11-plugins/gaim-encryption/Manifest
index edb95d2bfa64..aaa01dad1d4e 100644
--- a/x11-plugins/gaim-encryption/Manifest
+++ b/x11-plugins/gaim-encryption/Manifest
@@ -1,12 +1,4 @@
-MD5 bb162c17660316ce0125f9de02a01d6f gaim-encryption-2.29.ebuild 1109
-MD5 4a973606854da49154e44eaef7da7a75 gaim-encryption-2.30.ebuild 1107
-MD5 7544921131b7a6421059bd1c08b3f6f7 gaim-encryption-2.32.ebuild 1090
-MD5 f10f1caad1b77674a58acf2635e52910 gaim-encryption-2.28.ebuild 1114
-MD5 fe3dc097233bc06e7be52effc3c59419 ChangeLog 8834
-MD5 9d83c53ac36fea7edebe6cafc3746efe gaim-encryption-2.31.ebuild 1087
+MD5 35ed112b89e15246389bced6810b34cb ChangeLog 9026
MD5 ab7db4bf9ff48c8de9da14fd12f6c15c metadata.xml 344
-MD5 4199a4a07c312219c1667706cd77df4f files/digest-gaim-encryption-2.28 72
-MD5 571e96ba73294761bf61482053d3f169 files/digest-gaim-encryption-2.29 72
-MD5 95c12d6da2c16c80baccdd20cb9032b4 files/digest-gaim-encryption-2.30 72
-MD5 328582eaf2056a82875c2ac7218373a8 files/digest-gaim-encryption-2.31 72
+MD5 7544921131b7a6421059bd1c08b3f6f7 gaim-encryption-2.32.ebuild 1090
MD5 ff64a30a61d21ad47aab6594e4b1325b files/digest-gaim-encryption-2.32 72
diff --git a/x11-plugins/gaim-extprefs/ChangeLog b/x11-plugins/gaim-extprefs/ChangeLog
index 342026873424..79121bd1ea82 100644
--- a/x11-plugins/gaim-extprefs/ChangeLog
+++ b/x11-plugins/gaim-extprefs/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for x11-plugins/gaim-extprefs
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-extprefs/ChangeLog,v 1.3 2004/10/17 09:28:26 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-extprefs/ChangeLog,v 1.4 2004/10/21 15:45:02 rizzo Exp $
17 Oct 2004; David Holm <dholm@gentoo.org> gaim-extprefs-0.3.ebuild:
Added to ~ppc.
@@ -9,6 +9,9 @@
gaim-extprefs-0.3.ebuild:
Keyworded ~sparc
+ 21 Oct 2004; Don Seiler <rizzo@gentoo.org> gaim-extprefs-0.3.ebuild:
+ Stable on x86, pruning old versions
+
*gaim-extprefs-0.3 (18 Sep 2004)
18 Sep 2004; Don Seiler <rizzo@gentoo.org> +metadata.xml,
diff --git a/x11-plugins/gaim-rhythmbox/ChangeLog b/x11-plugins/gaim-rhythmbox/ChangeLog
index dc7a660d852e..d3f54c23bfbf 100644
--- a/x11-plugins/gaim-rhythmbox/ChangeLog
+++ b/x11-plugins/gaim-rhythmbox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gaim-rhythmbox
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/ChangeLog,v 1.5 2004/10/03 20:52:11 malverian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/ChangeLog,v 1.6 2004/10/21 15:47:22 rizzo Exp $
+
+ 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -gaim-rhythmbox-0.81.3.ebuild,
+ -gaim-rhythmbox-0.82.1.ebuild, gaim-rhythmbox-1.0.0.1.ebuild:
+ Stable on x86, pruning old versions
*gaim-rhythmbox-1.0.0.1 (03 Oct 2004)
diff --git a/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3 b/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3
deleted file mode 100644
index 2fcdfe5a3358..000000000000
--- a/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.81.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 82a90e626d60f186802b484e4c3d2834 gaim-rhythmbox-0.81.3.tar.gz 294478
diff --git a/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.82.1 b/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.82.1
deleted file mode 100644
index d0673d789561..000000000000
--- a/x11-plugins/gaim-rhythmbox/files/digest-gaim-rhythmbox-0.82.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8f4febf40ba0aa2a85dcc8dfb697e2b gaim-rhythmbox-0.82.1.tar.gz 295439
diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild
deleted file mode 100644
index 65d132cf2b88..000000000000
--- a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.81.3.ebuild
+++ /dev/null
@@ -1,23 +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-rhythmbox/gaim-rhythmbox-0.81.3.ebuild,v 1.7 2004/09/18 01:16:47 rizzo Exp $
-
-inherit debug
-
-DESCRIPTION="automatically update your Gaim profile with current info from Rhythmbox"
-HOMEPAGE="http://gaim-rhythmbox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ppc"
-IUSE=""
-
-DEPEND=">=net-im/gaim-0.81
- <net-im/gaim-1.0.0
- media-sound/rhythmbox"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}
diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.82.1.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.82.1.ebuild
deleted file mode 100644
index 95f524748769..000000000000
--- a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-0.82.1.ebuild
+++ /dev/null
@@ -1,23 +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-rhythmbox/gaim-rhythmbox-0.82.1.ebuild,v 1.2 2004/09/18 01:16:47 rizzo Exp $
-
-inherit debug
-
-DESCRIPTION="automatically update your Gaim profile with current info from Rhythmbox"
-HOMEPAGE="http://gaim-rhythmbox.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND=">=net-im/gaim-${PV}
- <net-im/gaim-1.0.0
- media-sound/rhythmbox"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}
diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild
index 274a4210ded8..deb92f346e8b 100644
--- a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild
+++ b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild,v 1.1 2004/10/03 20:52:11 malverian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild,v 1.2 2004/10/21 15:47:22 rizzo Exp $
inherit debug
@@ -12,7 +12,7 @@ GAIM_API="1.0.0"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND=">=net-im/gaim-${GAIM_API}
diff --git a/x11-plugins/gaim-xmms-remote/ChangeLog b/x11-plugins/gaim-xmms-remote/ChangeLog
index 38506e053186..bc22be2b489f 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.21 2004/10/04 13:15:14 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/ChangeLog,v 1.22 2004/10/21 15:48:38 rizzo Exp $
+
+ 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -gaim-xmms-remote-1.5.ebuild,
+ -gaim-xmms-remote-1.6.ebuild, gaim-xmms-remote-1.7.ebuild:
+ Stable on x86, pruning old versions
04 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org>
gaim-xmms-remote-1.7.ebuild:
diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.5 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.5
deleted file mode 100644
index d7ea29bf1496..000000000000
--- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a3a7486ffff45a55c2faf5fc52536a85 gaim-xmms-remote-1.5.tar.gz 311188
diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.6 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.6
deleted file mode 100644
index f5cc77287673..000000000000
--- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9359fa59f6825dc5e89a1c527ad14b96 gaim-xmms-remote-1.6.tar.gz 312129
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild
deleted file mode 100644
index 605240b971bf..000000000000
--- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.5.ebuild
+++ /dev/null
@@ -1,23 +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.5.ebuild,v 1.6 2004/09/18 01:17:44 rizzo Exp $
-
-inherit debug
-
-DESCRIPTION="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 ~sparc ~amd64"
-IUSE=""
-
-DEPEND=">=net-im/gaim-0.81
- <net-im/gaim-1.0.0
- media-sound/xmms"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
-}
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.6.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.6.ebuild
deleted file mode 100644
index a373e3fe3f86..000000000000
--- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.6.ebuild
+++ /dev/null
@@ -1,23 +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.6.ebuild,v 1.2 2004/09/18 01:17:44 rizzo Exp $
-
-inherit debug
-
-DESCRIPTION="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 ~sparc ~amd64"
-IUSE=""
-
-DEPEND=">=net-im/gaim-0.82.1
- <net-im/gaim-1.0.0
- media-sound/xmms"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
-}
diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild
index 8c0ae4f30992..99e3010de512 100644
--- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild
+++ b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild
@@ -1,6 +1,6 @@
# 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.7.ebuild,v 1.2 2004/10/04 13:15:14 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.7.ebuild,v 1.3 2004/10/21 15:48:38 rizzo Exp $
inherit debug
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/guifications/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc sparc ~amd64"
+KEYWORDS="x86 ~ppc sparc ~amd64"
IUSE=""
DEPEND=">=net-im/gaim-1.0.0