diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-01-12 01:48:24 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-01-12 01:48:24 +0000 |
commit | a8cf3fea3c158ca3a5454536b84ea43e579eee19 (patch) | |
tree | 00c5c26d549e7e09aebb8f3a0a0962c3d6a9b3a4 /net-im | |
parent | Marked mips (Manifest recommit) (diff) | |
download | gentoo-2-a8cf3fea3c158ca3a5454536b84ea43e579eee19.tar.gz gentoo-2-a8cf3fea3c158ca3a5454536b84ea43e579eee19.tar.bz2 gentoo-2-a8cf3fea3c158ca3a5454536b84ea43e579eee19.zip |
Revision bump for new gaim-encryption. I'm going to look into exporting gaim libs into a /usr/include/gaim so gaim-encryption can have it's own package
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/gaim/Manifest | 4 | ||||
-rw-r--r-- | net-im/gaim/files/digest-gaim-0.75-r2 | 2 | ||||
-rw-r--r-- | net-im/gaim/gaim-0.75-r2.ebuild | 114 |
4 files changed, 125 insertions, 3 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index b5ca74799aeb..c1ebad648863 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,12 @@ # 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.113 2004/01/11 04:53:15 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.114 2004/01/12 01:48:15 rizzo Exp $ + +*gaim-0.75-r2 (11 Jan 2004) + + 11 Jan 2004; Don Seiler <rizzo@gentoo.org>; gaim-0.75-r2.ebuild: + Revision bump for gaim-encryption bump. Fixes compiling on older gcc. If you + weren't having problems before, no need to update 10 Jan 2004; Don Seiler <rizzo@gentoo.org>; : gaim developers decided to make a second release of 0.75 so digests are all diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index 432a2349937e..fdac5b4caa0e 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,13 +1,13 @@ MD5 ad0496c54abd8bcefbbca7bb90960162 gaim-0.74-r1.ebuild 3813 MD5 5fe791bbf70387b44fd2d1d5e857d5cc gaim-0.67.ebuild 2183 MD5 b3e470f59582b9b3379db2326e647e77 gaim-0.72-r2.ebuild 3331 -MD5 8fb2bad166d6269f2f3572449cc86893 gaim-0.75-r2.ebuild 3505 +MD5 a45de72081c78f61dfc3c17285997f7c gaim-0.75-r2.ebuild 3505 MD5 4a8680f8755cca3c465dc0e05bca0c23 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 456550d7203f82316e7e598a7655c2fa gaim-0.75-r1.ebuild 3505 -MD5 0d0342be9d24b6a201dd6de2b2a758de ChangeLog 19149 +MD5 c957ee7119e0ff1de59edc609e01757d ChangeLog 19149 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-r2 b/net-im/gaim/files/digest-gaim-0.75-r2 new file mode 100644 index 000000000000..60e9c562007b --- /dev/null +++ b/net-im/gaim/files/digest-gaim-0.75-r2 @@ -0,0 +1,2 @@ +MD5 9935155985c25dfc9b59183de0da3c30 gaim-0.75.tar.bz2 3370977 +MD5 5fca4b0299aa09e6b2af8ad02b8c175d gaim-encryption-2.20.tar.gz 355015 diff --git a/net-im/gaim/gaim-0.75-r2.ebuild b/net-im/gaim/gaim-0.75-r2.ebuild new file mode 100644 index 000000000000..1c5cca8ab6f7 --- /dev/null +++ b/net-im/gaim/gaim-0.75-r2.ebuild @@ -0,0 +1,114 @@ +# 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-r2.ebuild,v 1.1 2004/01/12 01:48:15 rizzo Exp $ + +IUSE="nls perl spell nas mozilla cjk debug ssl" + +DESCRIPTION="GTK Instant Messenger client" +HOMEPAGE="http://gaim.sourceforge.net/" +EV=2.20 +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 )" + +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 + } +} + +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 +} |