summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-01-10 06:42:06 +0000
committerDon Seiler <rizzo@gentoo.org>2004-01-10 06:42:06 +0000
commite3af1d1ec1d0414b60ac1170f0cba6ed79926b03 (patch)
tree624a363918ec7e1c4e389093abebfb4239740e99 /net-im
parentVersion bump. gaim-encryption not supported (diff)
downloadgentoo-2-e3af1d1ec1d0414b60ac1170f0cba6ed79926b03.tar.gz
gentoo-2-e3af1d1ec1d0414b60ac1170f0cba6ed79926b03.tar.bz2
gentoo-2-e3af1d1ec1d0414b60ac1170f0cba6ed79926b03.zip
Version bump. gaim-encryption not supported
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/ChangeLog11
-rw-r--r--net-im/gaim/Manifest4
-rw-r--r--net-im/gaim/files/digest-gaim-0.751
-rw-r--r--net-im/gaim/gaim-0.75.ebuild127
4 files changed, 139 insertions, 4 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index 5e9c6bba9e00..1a62d0b51ef8 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/gaim
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.110 2004/01/02 20:06:30 rizzo Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.111 2004/01/10 06:41:58 rizzo Exp $
+
+*gaim-0.75 (10 Jan 2004)
+
+ 10 Jan 2004; Don Seiler <rizzo@gentoo.org>; gaim-0.75.ebuild:
+ Version bump. SSL USERS: gaim-encryption does NOT yet work with gaim-0.75 and
+ so has been disabled. There will be a new revision when a new release of
+ gaim-encryption comes out.
*gaim-0.74-r2 (02 Jan 2004)
diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest
index d99508be4cfb..7db523dc49d5 100644
--- a/net-im/gaim/Manifest
+++ b/net-im/gaim/Manifest
@@ -1,11 +1,11 @@
MD5 ad0496c54abd8bcefbbca7bb90960162 gaim-0.74-r1.ebuild 3813
MD5 5fe791bbf70387b44fd2d1d5e857d5cc gaim-0.67.ebuild 2183
MD5 b3e470f59582b9b3379db2326e647e77 gaim-0.72-r2.ebuild 3331
-MD5 0e28ca8666ef11fb8eaf4ab541b3d700 gaim-0.75.ebuild 3636
+MD5 33560611d8e130429110109ce64d2032 gaim-0.75.ebuild 3918
MD5 78be5b331aa107c0ef01b5252eb8c87e gaim-0.72-r1.ebuild 2890
MD5 cecb719b31af4ea5759fffa397de52be gaim-0.72.ebuild 2508
MD5 9b0c0eb504517576c7d18406c8c52324 gaim-0.74-r2.ebuild 3858
-MD5 57607825a09ddf6d8a44f86f26bb4c3b ChangeLog 18230
+MD5 973657924636761aed27d9857a81cf9e ChangeLog 18505
MD5 19b3cafbbe380403d46cccc45a984b80 metadata.xml 481
MD5 5993641de8d56c2c433f252997c3c39c files/digest-gaim-0.67 135
MD5 e6a8773cabdf14d7422e573723258437 files/digest-gaim-0.72 135
diff --git a/net-im/gaim/files/digest-gaim-0.75 b/net-im/gaim/files/digest-gaim-0.75
new file mode 100644
index 000000000000..8fb73862347e
--- /dev/null
+++ b/net-im/gaim/files/digest-gaim-0.75
@@ -0,0 +1 @@
+MD5 227653b2987315f53f43b64aa3ba7216 gaim-0.75.tar.bz2 3368862
diff --git a/net-im/gaim/gaim-0.75.ebuild b/net-im/gaim/gaim-0.75.ebuild
new file mode 100644
index 000000000000..c8f157fec185
--- /dev/null
+++ b/net-im/gaim/gaim-0.75.ebuild
@@ -0,0 +1,127 @@
+# 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.ebuild,v 1.1 2004/01/10 06:41:58 rizzo Exp $
+
+IUSE="nls perl spell nas mozilla cjk debug" #ssl
+
+DESCRIPTION="GTK Instant Messenger client"
+HOMEPAGE="http://gaim.sourceforge.net/"
+EV=2.18
+SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2"
+ #ssl? ( mirror://sourceforge/gaim-encryption/gaim-encryption-${EV}.tar.gz )"
+RESTRICT="nomirror"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+
+DEPEND="=sys-libs/db-1*
+ >=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 )
+ mozilla? ( net-www/mozilla )
+ !mozilla? ( dev-libs/nss )
+ spell? ( >=app-text/gtkspell-2.0.2 )"
+
+pkg_setup() {
+ if [ `use ssl` ]; then
+ eerror
+ eerror "gaim-encryption 2.18 doesn't work with gaim 0.75"
+ eerror "If you wish to install gaim without gaim-encryption,"
+ eerror "run: USE=\"-ssl\" emerge gaim"
+ eerror
+ fi
+ die "net-im/gaim-0.75 does not yet support USE=\"ssl\""
+}
+
+src_unpack() {
+ unpack ${P}.tar.bz2 || die
+ cd ${S}
+ use cjk && epatch ${FILESDIR}/gaim-0.74_cjk_gtkconv.patch
+
+ #use ssl && {
+ #cd ${S}/plugins
+ #unpack gaim-encryption-${EV}.tar.gz
+ #cd ${S}/plugins/gaim-encryption-${EV}
+ #epatch ${FILESDIR}/gaim-encryption-2.18-moz1.6.patch
+ #}
+}
+
+src_compile() {
+
+ 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"
+ use debug && myconf="${myconf} --enable-debug"
+
+ NSS_LIB=/usr/lib
+ NSS_INC=/usr/include
+ use mozilla || {
+ # 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
+
+ einfo "Replacing -Os CFLAG with -O2"
+ replace-flags -Os -O2
+
+ emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed"
+
+ #use ssl && {
+ #local myencconf
+ #cd ${S}/plugins/gaim-encryption-${EV}
+
+ #use mozilla || {
+ ## Only need to specify this if no pkgconfig from mozilla
+ #myencconf="${myencconf} --with-nspr-includes=${NSS_INC}/nspr"
+ #myencconf="${myencconf} --with-nss-includes=${NSS_INC}/nss"
+ #myencconf="${myencconf} --with-nspr-libs=${NSS_LIB}"
+ #myencconf="${myencconf} --with-nss-libs=${NSS_LIB}"
+ #}
+ #econf ${myencconf} || die "Configuration failed for encryption"
+ #emake || die "Make failed for encryption"
+ #}
+}
+
+src_install() {
+ einstall || die "Install failed"
+ #use ssl && {
+ #cd ${S}/plugins/gaim-encryption-${EV}
+ #einstall || die "Install failed for encryption"
+ #cd ${S}
+ #}
+ dodoc ABOUT-NLS AUTHORS COPYING HACKING INSTALL NEWS PROGRAMMING_NOTES README ChangeLog VERSION
+}
+
+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
+
+ #if [ `use ssl` ]; then
+ #ewarn
+ #ewarn "You have chosen (by selecting 'USE=ssl') to install"
+ #ewarn "the gaim-encryption plugin ( http://gaim-encryption.sf.net/ )"
+ #ewarn "this plugin is NOT supported by the Gaim project, and if you"
+ #ewarn "expierence problems related to it, contact the Gentoo project"
+ #ewarn "via http://bugs.gentoo.org/ or the gaim-encryption project."
+ #ewarn
+ #fi
+}