diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-09 12:14:44 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-09 12:14:44 +0000 |
commit | 2b020074ca295d6da6fb953d4d241874b0fbf04e (patch) | |
tree | 8b896e6668ae39f735d532bcc3c4e0cd6aa0ace7 | |
parent | Version bump (diff) | |
download | historical-2b020074ca295d6da6fb953d4d241874b0fbf04e.tar.gz historical-2b020074ca295d6da6fb953d4d241874b0fbf04e.tar.bz2 historical-2b020074ca295d6da6fb953d4d241874b0fbf04e.zip |
Removing obsolete version
5 files changed, 4 insertions, 62 deletions
diff --git a/x11-plugins/gaim-rhythmbox/Manifest b/x11-plugins/gaim-rhythmbox/Manifest new file mode 100644 index 000000000000..c54b4d9b6d92 --- /dev/null +++ b/x11-plugins/gaim-rhythmbox/Manifest @@ -0,0 +1,4 @@ +MD5 c1a2d7f113e28668f770c363bd5e761f metadata.xml 224 +MD5 50030592f4b1f3fe6978b27a14579a1b gaim-rhythmbox-0.81.3.ebuild 827 +MD5 b06d7458927ceedf7a66ac34c71be527 ChangeLog 393 +MD5 51106dd3e9f0ce3cfffe1d4c56b454b2 files/digest-gaim-rhythmbox-0.81.3 73 diff --git a/x11-plugins/gaim-xmms-remote/Manifest b/x11-plugins/gaim-xmms-remote/Manifest index 31a3e2469d38..66f59091ab2a 100644 --- a/x11-plugins/gaim-xmms-remote/Manifest +++ b/x11-plugins/gaim-xmms-remote/Manifest @@ -1,9 +1,6 @@ MD5 6f468e00ca9241ae620176db35fc0822 ChangeLog 2268 -MD5 201be6ee40edfb23a0d8f7a3966cb1ce gaim-xmms-remote-1.4-r1.ebuild 831 MD5 4d3d95a45b24c1f9824d3fb40d93ce44 gaim-xmms-remote-1.4.ebuild 727 MD5 dc59d3fab14b084056bc1b0faec90778 metadata.xml 574 MD5 43cd3c5b5aca3db6e6787d805f37ecb1 gaim-xmms-remote-1.5.ebuild 728 -MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4-r1 72 -MD5 cbbbfed3871a420efcb29d0ca9c95e3a files/gxr-1.4-gaim-0.81.patch 990 MD5 e402c043a8272796e43c24e802390133 files/digest-gaim-xmms-remote-1.4 72 MD5 28e73e0d886d9531795f1afb1ea45b7e files/digest-gaim-xmms-remote-1.5 72 diff --git a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r1 b/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r1 deleted file mode 100644 index cc1e8077054e..000000000000 --- a/x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 54af9bc90ffd55d68192fa81b791822a gaim-xmms-remote-1.4.tar.gz 306872 diff --git a/x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch b/x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch deleted file mode 100644 index acd74ce1d478..000000000000 --- a/x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: src/gaim-xmms-remote.c -=================================================================== -RCS file: /var/lib/cvs/gaim-xmms-remote/src/gaim-xmms-remote.c,v -retrieving revision 1.20 -retrieving revision 1.21 -diff -u -p -r1.20 -r1.21 ---- src/gaim-xmms-remote.c 6 Jul 2004 00:40:41 -0000 1.20 -+++ src/gaim-xmms-remote.c 26 Jul 2004 14:53:59 -0000 1.21 -@@ -551,7 +551,7 @@ gxr_conv_destroyed_cb(GaimConversation * - } - - static GaimCmdRet --gxr_cmd_cb(GaimConversation *c, const gchar *cmd, gchar **args, gchar **error) { -+gxr_cmd_cb(GaimConversation *c, const gchar *cmd, gchar **args, gchar **error, void *data) { - gchar *lower; - gint session = GXR_SESSION; - -@@ -780,7 +780,7 @@ gxr_load(GaimPlugin *plugin) { - /* register our command */ - gxr_cmd = gaim_cmd_register("gxr", "w", GAIM_CMD_P_PLUGIN, - GAIM_CMD_FLAG_IM | GAIM_CMD_FLAG_CHAT, NULL, -- gxr_cmd_cb, help); -+ gxr_cmd_cb, help, NULL); - - /* hijack the popup menus in the imhtmls */ - gxr_hook_popups(); diff --git a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild b/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild deleted file mode 100644 index ad39618042d7..000000000000 --- a/x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild +++ /dev/null @@ -1,32 +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.4-r1.ebuild,v 1.1 2004/08/06 14:37:16 rizzo Exp $ - -IUSE="debug" - -inherit eutils -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.81 - media-sound/xmms" - -#RDEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gxr-1.4-gaim-0.81.patch -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION -} |