summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-08-02 18:23:58 +0000
committerDon Seiler <rizzo@gentoo.org>2004-08-02 18:23:58 +0000
commite6161081214313d7a30042f36c1bd7172bae0f3a (patch)
tree3ea2b1c9d52b64ac6628ac7c4f6fe6b726da542c /net-im
parentStable on hppa wrt #58612 (Manifest recommit) (diff)
downloadgentoo-2-e6161081214313d7a30042f36c1bd7172bae0f3a.tar.gz
gentoo-2-e6161081214313d7a30042f36c1bd7172bae0f3a.tar.bz2
gentoo-2-e6161081214313d7a30042f36c1bd7172bae0f3a.zip
gaim-0.80 stable, removing old versions and plugins
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.3.01
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.5.01
-rw-r--r--net-im/gaim-snpp/files/digest-gaim-snpp-0.6.01
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild32
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.5.0.ebuild22
-rw-r--r--net-im/gaim-snpp/gaim-snpp-0.6.0.ebuild22
-rw-r--r--net-im/gaim/files/digest-gaim-0.771
-rw-r--r--net-im/gaim/files/gaim-0.77-c99.patch140
-rw-r--r--net-im/gaim/files/gaim-0.78cvs-novelltweaks5.patch22
-rw-r--r--net-im/gaim/gaim-0.77.ebuild125
10 files changed, 0 insertions, 367 deletions
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.3.0 b/net-im/gaim-snpp/files/digest-gaim-snpp-0.3.0
deleted file mode 100644
index eae2a513b235..000000000000
--- a/net-im/gaim-snpp/files/digest-gaim-snpp-0.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 578b2de605a755ae9b08cc6ed44679f8 gaim-snpp-0.3.0.tar.gz 305370
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.5.0 b/net-im/gaim-snpp/files/digest-gaim-snpp-0.5.0
deleted file mode 100644
index fe4afaa730a1..000000000000
--- a/net-im/gaim-snpp/files/digest-gaim-snpp-0.5.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cccada2a9c51dceb1f17cf49064a3e11 gaim-snpp-0.5.0.tar.gz 306237
diff --git a/net-im/gaim-snpp/files/digest-gaim-snpp-0.6.0 b/net-im/gaim-snpp/files/digest-gaim-snpp-0.6.0
deleted file mode 100644
index bf8d5cc477b7..000000000000
--- a/net-im/gaim-snpp/files/digest-gaim-snpp-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 64671b3f8ed3b063a5d2a72281796248 gaim-snpp-0.6.0.tar.gz 306447
diff --git a/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild b/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild
deleted file mode 100644
index 9bc8d99fa580..000000000000
--- a/net-im/gaim-snpp/gaim-snpp-0.3.0.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/net-im/gaim-snpp/gaim-snpp-0.3.0.ebuild,v 1.5 2004/06/24 22:51:44 agriffis Exp $
-
-use debug && inherit debug
-
-DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
-HOMEPAGE="http://gaim-snpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="debug"
-
-DEPEND="~net-im/gaim-0.77"
-#RDEPEND=""
-
-#S=${WORKDIR}/${P}
-
-src_compile() {
- local myconf
- myconf="${myconf} --with-gaim=/usr/include/gaim"
-
- econf ${myconf} || die "econf failure"
- emake || die "emake failure"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "install failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
-}
diff --git a/net-im/gaim-snpp/gaim-snpp-0.5.0.ebuild b/net-im/gaim-snpp/gaim-snpp-0.5.0.ebuild
deleted file mode 100644
index cfa762a98521..000000000000
--- a/net-im/gaim-snpp/gaim-snpp-0.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.5.0.ebuild,v 1.4 2004/07/16 12:54:58 rizzo Exp $
-
-use debug && inherit debug
-
-DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
-HOMEPAGE="http://gaim-snpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="debug"
-
-DEPEND=">=net-im/gaim-0.79"
-#RDEPEND=""
-
-src_install() {
- make install DESTDIR=${D} || die "install failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
-}
diff --git a/net-im/gaim-snpp/gaim-snpp-0.6.0.ebuild b/net-im/gaim-snpp/gaim-snpp-0.6.0.ebuild
deleted file mode 100644
index 4dddb8eaed9d..000000000000
--- a/net-im/gaim-snpp/gaim-snpp-0.6.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-snpp/gaim-snpp-0.6.0.ebuild,v 1.1 2004/07/16 15:31:57 rizzo Exp $
-
-use debug && inherit debug
-
-DESCRIPTION="gaim-snpp is an SNPP protocol plug-in for Gaim"
-HOMEPAGE="http://gaim-snpp.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="debug"
-
-DEPEND=">=net-im/gaim-0.79"
-#RDEPEND=""
-
-src_install() {
- make install DESTDIR=${D} || die "install failure"
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS PROTOCOL README VERSION
-}
diff --git a/net-im/gaim/files/digest-gaim-0.77 b/net-im/gaim/files/digest-gaim-0.77
deleted file mode 100644
index 9b4f6738da22..000000000000
--- a/net-im/gaim/files/digest-gaim-0.77
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2ac2eb75e5e27f7fddf2a7dc19eb045 gaim-0.77.tar.bz2 3709914
diff --git a/net-im/gaim/files/gaim-0.77-c99.patch b/net-im/gaim/files/gaim-0.77-c99.patch
deleted file mode 100644
index 0c9b72a8fe1b..000000000000
--- a/net-im/gaim/files/gaim-0.77-c99.patch
+++ /dev/null
@@ -1,140 +0,0 @@
---- /src/protocols/novell/nmcontact.c 2004/04/17 18:29:20 1.2
-+++ /src/protocols/novell/nmcontact.c 2004/04/23 06:14:15 1.3
-@@ -701,11 +701,11 @@
- void
- nm_folder_remove_contact(NMFolder * folder, NMContact * contact)
- {
-+ GSList *node = folder->contacts;
-+
- if (folder == NULL || contact == NULL)
- return;
-
-- GSList *node = folder->contacts;
--
- while (node) {
- if (contact->id == ((NMContact *) (node->data))->id) {
- folder->contacts = g_slist_remove(folder->contacts, node->data);
---- /src/protocols/novell/nmuser.c 21 Apr 2004 21:01:16 -0000 1.3
-+++ /src/protocols/novell/nmuser.c 23 Apr 2004 09:13:40 -0000
-@@ -50,10 +50,12 @@ NMUser *
- nm_initialize_user(const char *name, const char *server_addr,
- int port, gpointer data, nm_event_cb event_callback)
- {
-+ NMUser *user;
-+
- if (name == NULL || server_addr == NULL || event_callback == NULL)
- return NULL;
-
-- NMUser *user = g_new0(NMUser, 1);
-+ user = g_new0(NMUser, 1);
-
- user->conn = g_new0(NMConn, 1);
-
-@@ -1647,11 +1649,12 @@ char *
- nm_typed_to_dotted(const char *typed)
- {
- unsigned i = 0, j = 0;
-+ char *dotted;
-
- if (typed == NULL)
- return NULL;
-
-- char *dotted = g_new0(char, strlen(typed));
-+ dotted = g_new0(char, strlen(typed));
-
- do {
-
---- /src/protocols/novell/nmuser.c 21 Apr 2004 21:01:16 -0000 1.3
-+++ /src/protocols/novell/nmuser.c 23 Apr 2004 09:28:59 -0000
-@@ -1690,6 +1690,7 @@ _update_contact_list(NMUser * user, NMFi
- {
- NMField *list, *cursor, *locate;
- gint objid1;
-+ gpointer item;
- NMContact *contact;
- NMFolder *folder;
-
-@@ -1713,8 +1714,7 @@ _update_contact_list(NMUser * user, NMFi
- nm_locate_field(NM_A_SZ_OBJECT_ID, (NMField *) cursor->value);
- if (locate != NULL && locate->value != 0) {
- objid1 = atoi((char *) locate->value);
-- gpointer item =
-- nm_folder_find_item_by_object_id(user->root_folder, objid1);
-+ item = nm_folder_find_item_by_object_id(user->root_folder, objid1);
- if (item != NULL) {
- if (cursor->method == NMFIELD_METHOD_ADD) {
- if (g_ascii_strcasecmp(cursor->tag, NM_A_FA_CONTACT) == 0) {
---- /src/protocols/novell/novell.c 22 Apr 2004 01:53:15 -0000 1.9
-+++ /src/protocols/novell/novell.c 23 Apr 2004 09:41:23 -0000
-@@ -893,6 +893,7 @@ _add_contacts_to_gaim_blist(NMUser * use
- NMUserRecord *user_record = NULL;
- NMContact *contact = NULL;
- GaimBuddy *buddy = NULL;
-+ GaimGroup *group = NULL;
- NMERR_T cnt = 0, i;
- const char *text = NULL;
- const char *name = NULL;
-@@ -912,7 +913,7 @@ _add_contacts_to_gaim_blist(NMUser * use
- nm_contact_get_display_name(contact));
-
- /* Does the Gaim group exist already? */
-- GaimGroup *group = gaim_find_group(nm_folder_get_name(folder));
-+ group = gaim_find_group(nm_folder_get_name(folder));
-
- if (group == NULL) {
- group = gaim_group_new(nm_folder_get_name(folder));
---- /src/protocols/novell/novell.c 22 Apr 2004 01:53:15 -0000 1.9
-+++ /src/protocols/novell/novell.c 23 Apr 2004 09:56:52 -0000
-@@ -2062,6 +2062,7 @@ novell_rename_group(GaimConnection * gc,
- {
- NMERR_T rc = NM_OK;
- NMUser *user;
-+ NMFolder *folder;
-
- if (gc == NULL || old_name == NULL || new_name == NULL || tobemoved == NULL) {
- return;
-@@ -2078,7 +2079,7 @@ novell_rename_group(GaimConnection * gc,
- return;
- }
-
-- NMFolder *folder = nm_find_folder(user, old_name);
-+ folder = nm_find_folder(user, old_name);
-
- if (folder) {
- rc = nm_send_rename_folder(user, folder, new_name,
---- /src/gtkrequest.c Sun Apr 18 09:22:41 2004
-+++ /src/gtkrequest.c Fri Apr 23 13:42:07 2004
-@@ -261,6 +261,7 @@
- GtkWidget *entry;
- GtkWidget *img;
- char *label_text;
-+ GtkWidget *toolbar;
-
- data = g_new0(GaimGtkRequestData, 1);
- data->type = GAIM_REQUEST_INPUT;
-@@ -338,7 +339,6 @@
- gtk_widget_set_size_request(sw, 320, 130);
-
- /* Toolbar */
-- GtkWidget *toolbar;
- toolbar = gtk_imhtmltoolbar_new();
- gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0);
-
---- /src/gtkimhtml.c Thu Apr 22 19:24:05 2004
-+++ /src/gtkimhtml.c Fri Apr 23 13:40:12 2004
-@@ -539,13 +539,14 @@
- #if GTK_CHECK_VERSION(2,2,0)
- static void gtk_imhtml_clipboard_get(GtkClipboard *clipboard, GtkSelectionData *selection_data, guint info, GtkIMHtml *imhtml) {
- char *text;
-+ gboolean primary ;
- GtkTextIter start, end;
- GtkTextMark *sel = gtk_text_buffer_get_selection_bound(imhtml->text_buffer);
- GtkTextMark *ins = gtk_text_buffer_get_insert(imhtml->text_buffer);
-
- gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &start, sel);
- gtk_text_buffer_get_iter_at_mark(imhtml->text_buffer, &end, ins);
-- gboolean primary = gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY) == clipboard;
-+ primary= gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_PRIMARY) == clipboard;
-
- if (info == TARGET_HTML) {
- int len;
diff --git a/net-im/gaim/files/gaim-0.78cvs-novelltweaks5.patch b/net-im/gaim/files/gaim-0.78cvs-novelltweaks5.patch
deleted file mode 100644
index 2228efd649df..000000000000
--- a/net-im/gaim/files/gaim-0.78cvs-novelltweaks5.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: nmcontact.c
-===================================================================
-RCS file: /cvsroot/gaim/gaim/src/protocols/novell/nmcontact.c,v
-retrieving revision 1.3
-diff -u -p -u -r1.3 nmcontact.c
---- nmcontact.c 23 Apr 2004 06:14:15 -0000 1.3
-+++ nmcontact.c 23 Apr 2004 12:23:33 -0000
-@@ -701,11 +701,13 @@ nm_folder_add_folder_to_list(NMFolder *
- void
- nm_folder_remove_contact(NMFolder * folder, NMContact * contact)
- {
-- GSList *node = folder->contacts;
-+ GSList *node;
-
- if (folder == NULL || contact == NULL)
- return;
-
-+ node = folder->contacts;
-+
- while (node) {
- if (contact->id == ((NMContact *) (node->data))->id) {
- folder->contacts = g_slist_remove(folder->contacts, node->data);
diff --git a/net-im/gaim/gaim-0.77.ebuild b/net-im/gaim/gaim-0.77.ebuild
deleted file mode 100644
index cc1a8a39c8f7..000000000000
--- a/net-im/gaim/gaim-0.77.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.77.ebuild,v 1.17 2004/07/08 15:33:59 rizzo Exp $
-
-inherit flag-o-matic eutils gcc
-use debug && inherit debug
-
-IUSE="nls perl spell nas debug crypt cjk"
-
-DESCRIPTION="GTK Instant Messenger client"
-HOMEPAGE="http://gaim.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc amd64 ppc alpha ia64 mips hppa"
-
-DEPEND=">=x11-libs/gtk+-2.0
- >=dev-libs/glib-2.0
- nas? ( >=media-libs/nas-1.4.1-r1 )
- sys-devel/gettext
- media-libs/libao
- >=media-libs/audiofile-0.2.0
- perl? ( >=dev-lang/perl-5.8.2-r1
- !<dev-perl/ExtUtils-MakeMaker-6.17 )
- spell? ( >=app-text/gtkspell-2.0.2 )
- || ( dev-libs/nss net-www/mozilla )"
-PDEPEND="crypt? ( ~x11-plugins/gaim-encryption-2.25 )"
-
-pkg_setup() {
- ewarn
- ewarn "If you are merging ${P} from an earlier version, you will need"
- ewarn "to re-merge any plugins like gaim-encryption or gaim-snpp."
- ewarn
- ewarn "If you experience problems with gaim, file them as bugs with"
- ewarn "Gentoo's bugzilla, http://bugs.gentoo.org. DO NOT report them"
- ewarn "as bugs with gaim's sourceforge tracker, and by all means DO NOT"
- ewarn "seek help in #gaim."
- ewarn
- ewarn "Be sure to USE=\"debug\" and include a backtrace for any seg"
- ewarn "faults, see http://gaim.sourceforge.net/gdb.php for details on"
- ewarn "backtraces."
- ewarn
- ewarn "Please read the gaim FAQ at http://gaim.sourceforge.net/faq.php"
- ewarn
- for TICKER in 1 2 3 4 5; do
- # Double beep here.
- echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null
- echo -ne "\a" ; sleep 1
- done
- sleep 8
-}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/gaim-0.77-c99.patch
- use cjk && epatch ${FILESDIR}/gaim-0.76-xinput.patch
- cd src/protocols/novell
- epatch ${FILESDIR}/gaim-0.78cvs-novelltweaks5.patch
-}
-
-src_compile() {
- einfo "Replacing -Os CFLAG with -O2"
- replace-flags -Os -O2
-
- # -msse2 doesn't play nice on gcc 3.2
- [ "`gcc-version`" == "3.2" ] && filter-flags -msse2
-
- local myconf
- use perl || myconf="${myconf} --disable-perl"
- use spell || myconf="${myconf} --disable-gtkspell"
- use nls || myconf="${myconf} --disable-nls"
- use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas"
-
- NSS_LIB=/usr/lib
- NSS_INC=/usr/include
- has_version dev-libs/nss && {
- # Only need to specify this if no pkgconfig from mozilla
- myconf="${myconf} --with-nspr-includes=${NSS_INC}/nspr"
- myconf="${myconf} --with-nss-includes=${NSS_INC}/nss"
- myconf="${myconf} --with-nspr-libs=${NSS_LIB}"
- myconf="${myconf} --with-nss-libs=${NSS_LIB}"
- }
-
- econf ${myconf} || die "Configuration failed"
-
- emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc ABOUT-NLS AUTHORS COPYING HACKING INSTALL NEWS PROGRAMMING_NOTES README ChangeLog VERSION
-
- # Copy header files for gaim plugin use
- dodir /usr/include/gaim/src
- cp config.h ${D}/usr/include/gaim/
- cd ${S}/src
- tar cf - *.h | (cd ${D}/usr/include/gaim/src ; tar xvf -)
- assert "Failed to install header files to /usr/include/gaim"
-}
-
-pkg_postinst() {
- ewarn
- ewarn "If you are merging ${P} from an earlier version, you will need"
- ewarn "to re-merge any plugins like gaim-encryption or gaim-snpp."
- ewarn
- ewarn "If you experience problems with gaim, file them as bugs with"
- ewarn "Gentoo's bugzilla, http://bugs.gentoo.org. DO NOT report them"
- ewarn "as bugs with gaim's sourceforge tracker, and by all means DO NOT"
- ewarn "seek help in #gaim."
- ewarn
- ewarn "Be sure to USE=\"debug\" and include a backtrace for any seg"
- ewarn "faults, see http://gaim.sourceforge.net/gdb.php for details on"
- ewarn "backtraces."
- ewarn
- ewarn "Please read the gaim FAQ at http://gaim.sourceforge.net/faq.php"
- ewarn
- for TICKER in 1 2 3 4 5; do
- # Double beep here.
- echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null
- echo -ne "\a" ; sleep 1
- done
- sleep 8
-}