summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-08-09 12:14:44 +0000
committerDon Seiler <rizzo@gentoo.org>2004-08-09 12:14:44 +0000
commit2debd2e400537e8f0e63858971b1cade67ba7d08 (patch)
tree38fcc7852e004d605b598760969fd8db0ee9f90a /x11-plugins
parentVersion bump (Manifest recommit) (diff)
downloadgentoo-2-2debd2e400537e8f0e63858971b1cade67ba7d08.tar.gz
gentoo-2-2debd2e400537e8f0e63858971b1cade67ba7d08.tar.bz2
gentoo-2-2debd2e400537e8f0e63858971b1cade67ba7d08.zip
Removing obsolete version
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-xmms-remote/files/digest-gaim-xmms-remote-1.4-r11
-rw-r--r--x11-plugins/gaim-xmms-remote/files/gxr-1.4-gaim-0.81.patch26
-rw-r--r--x11-plugins/gaim-xmms-remote/gaim-xmms-remote-1.4-r1.ebuild32
3 files changed, 0 insertions, 59 deletions
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
-}