summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-05-04 16:01:20 +0000
committerDon Seiler <rizzo@gentoo.org>2004-05-04 16:01:20 +0000
commitb2728b1a6cb421765e595c44b0fc1888674108ea (patch)
tree9457561aa98b5dc68d7736b0de6ed135ebad0542 /net-im/gaim
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-b2728b1a6cb421765e595c44b0fc1888674108ea.tar.gz
gentoo-2-b2728b1a6cb421765e595c44b0fc1888674108ea.tar.bz2
gentoo-2-b2728b1a6cb421765e595c44b0fc1888674108ea.zip
Pruning obsoleteness
Diffstat (limited to 'net-im/gaim')
-rw-r--r--net-im/gaim/ChangeLog6
-rw-r--r--net-im/gaim/files/digest-gaim-0.75-r81
-rw-r--r--net-im/gaim/files/gevolution.h107
-rw-r--r--net-im/gaim/gaim-0.75-r8.ebuild107
4 files changed, 5 insertions, 216 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index f232caf45b8e..3b1df0a25934 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gaim
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.170 2004/05/01 16:04:19 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.171 2004/05/04 16:01:20 rizzo Exp $
+
+ 04 May 2004; Don Seiler <rizzo@gentoo.org>; -files/gevolution.h,
+ -gaim-0.75-r8.ebuild:
+ Pruning obsoleteness
01 May 2004; Bryan Østergaard <kloeri@gentoo.org> gaim-0.77.ebuild:
Stable on alpha.
diff --git a/net-im/gaim/files/digest-gaim-0.75-r8 b/net-im/gaim/files/digest-gaim-0.75-r8
deleted file mode 100644
index 63510235452c..000000000000
--- a/net-im/gaim/files/digest-gaim-0.75-r8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9935155985c25dfc9b59183de0da3c30 gaim-0.75.tar.bz2 3370977
diff --git a/net-im/gaim/files/gevolution.h b/net-im/gaim/files/gevolution.h
deleted file mode 100644
index fe24652bec1b..000000000000
--- a/net-im/gaim/files/gevolution.h
+++ /dev/null
@@ -1,107 +0,0 @@
-/*
- * Evolution integration plugin for Gaim
- *
- * Copyright (C) 2003 Christian Hammond.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
- */
-#ifndef _GEVOLUTION_H_
-#define _GEVOLUTION_H_
-
-#include <libebook/e-book.h>
-
-typedef struct
-{
- GaimAccount *account;
- char *username;
-
- EBook *book;
-
- GtkWidget *win;
- GtkWidget *treeview;
- GtkWidget *addressbooks_menu;
- GtkWidget *search_field;
- GtkWidget *group_combo;
- GtkWidget *select_button;
- GtkWidget *account_optmenu;
- GtkListStore *model;
-
- GList *contacts;
-
-} GevoAddBuddyDialog;
-
-typedef struct
-{
- gboolean person_only;
-
- GaimAccount *account;
- GaimBuddy *buddy;
-
- EContact *contact;
-
- GtkWidget *win;
- GtkWidget *accounts_menu;
- GtkWidget *screenname;
- GtkWidget *firstname;
- GtkWidget *lastname;
- GtkWidget *email;
- GtkWidget *group_combo;
- GtkWidget *add_button;
-
- char *buddy_icon;
-
-} GevoNewPersonDialog;
-
-typedef struct
-{
- GaimBuddy *buddy;
-
- EBook *book;
-
- GtkWidget *win;
- GtkWidget *treeview;
- GtkWidget *addressbooks_menu;
- GtkWidget *search_field;
- GtkWidget *assoc_button;
- GtkWidget *imhtml;
- GtkListStore *model;
-
- GList *contacts;
-
-} GevoAssociateBuddyDialog;
-
-void gevo_add_buddy_dialog_show(GaimAccount *account, const char *username,
- const char *group, const char *alias);
-void gevo_add_buddy_dialog_add_person(GevoAddBuddyDialog *dialog,
- EContact *contact,
- const char *name, GaimAccount *account,
- const char *screenname);
-
-void gevo_new_person_dialog_show(EContact *contact, GaimAccount *account,
- const char *username, const char *group,
- GaimBuddy *buddy, gboolean person_only);
-
-void gevo_add_buddy(GaimAccount *account, const char *group_name,
- const char *screenname, const char *alias);
-GList *gevo_get_groups(void);
-
-EContactField gevo_prpl_get_field(GaimAccount *account, GaimBuddy *buddy);
-gboolean gevo_prpl_is_supported(GaimAccount *account, GaimBuddy *buddy);
-gboolean gevo_load_addressbook(EBook **book, GError **error);
-
-GevoAssociateBuddyDialog *gevo_associate_buddy_dialog_new(GaimBuddy *buddy);
-
-#endif /* _GEVOLUTION_H_ */
diff --git a/net-im/gaim/gaim-0.75-r8.ebuild b/net-im/gaim/gaim-0.75-r8.ebuild
deleted file mode 100644
index fa99671f9c8e..000000000000
--- a/net-im/gaim/gaim-0.75-r8.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.75-r8.ebuild,v 1.13 2004/03/22 03:35:02 rizzo Exp $
-
-inherit flag-o-matic eutils gcc
-use debug && inherit debug
-
-IUSE="nls perl spell nas cjk debug crypt"
-
-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 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.6.1
- >=sys-apps/sed-4.0.0 )
- spell? ( >=app-text/gtkspell-2.0.2 )
- || ( dev-libs/nss net-www/mozilla )"
-PDEPEND="crypt? ( net-im/gaim-encryption )"
-
-pkg_setup() {
- 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
-}
-
-src_unpack() {
- unpack ${P}.tar.bz2 || die
- cd ${S}
- epatch ${FILESDIR}/gaim-0.75-static-prpls.patch
- epatch ${FILESDIR}/gaim-0.76cvs-signals-varargs.diff
- epatch ${FILESDIR}/gaim-0.76cvs-yahoo-login-fix.diff
- epatch ${FILESDIR}/gaim-0.75-yahoo-security.diff
- use cjk && epatch ${FILESDIR}/gaim-0.74_cjk_gtkconv.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"
- use perl && sed -i -e 's:^\(PERL_MM_PARAMS =.*PREFIX=\)\(.*\):\1'${D}'\2:' plugins/perl/Makefile
-
- emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
-}
-
-src_install() {
- einstall || 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 - `find . -name \*.h` | (cd ${D}/usr/include/gaim/src ; tar xvf -)
- tar cf - *.h | (cd ${D}/usr/include/gaim/src ; tar xvf -)
- assert "Failed to install header files to /usr/include/gaim"
-}
-
-pkg_postinst() {
- if [ `use cjk` ]; then
- ewarn
- ewarn "You have chosen (by selecting 'USE=cjk') to compile with"
- ewarn "a patch for CJK support. Please be aware that this patch"
- ewarn "causes problems with skkinput. kinput2 works fine. Details"
- ewarn "can be found at http://bugs.gentoo.org/show_bug.cgi?id=24657#c23"
- ewarn
- fi
-
- 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
-}