diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-09-19 03:50:09 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-09-19 03:50:09 +0000 |
commit | d6e5d3dabd61e2ea69af5c652a429ee7c77c7ffb (patch) | |
tree | 44d6c86819a6ba9fed57d60d2f7f423852e25692 /x11-plugins | |
parent | Version bumped. #64533. (diff) | |
download | historical-d6e5d3dabd61e2ea69af5c652a429ee7c77c7ffb.tar.gz historical-d6e5d3dabd61e2ea69af5c652a429ee7c77c7ffb.tar.bz2 historical-d6e5d3dabd61e2ea69af5c652a429ee7c77c7ffb.zip |
Version bump
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-encryption/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/Manifest | 6 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 | 1 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild | 39 |
4 files changed, 50 insertions, 3 deletions
diff --git a/x11-plugins/gaim-encryption/ChangeLog b/x11-plugins/gaim-encryption/ChangeLog index 658facc65b19..2cff1f0bab39 100644 --- a/x11-plugins/gaim-encryption/ChangeLog +++ b/x11-plugins/gaim-encryption/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/gaim-encryption # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.24 2004/09/11 16:31:38 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/ChangeLog,v 1.25 2004/09/19 03:50:09 rizzo Exp $ + +*gaim-encryption-2.31 (18 Sep 2004) + + 18 Sep 2004; Don Seiler <rizzo@gentoo.org> +gaim-encryption-2.31.ebuild: + Version bump 11 Sep 2004; Tom Martin <slarti@gentoo.org> gaim-encryption-2.30.ebuild: Stable on amd64. diff --git a/x11-plugins/gaim-encryption/Manifest b/x11-plugins/gaim-encryption/Manifest index db723f1e27f0..900c3f42bb77 100644 --- a/x11-plugins/gaim-encryption/Manifest +++ b/x11-plugins/gaim-encryption/Manifest @@ -1,8 +1,10 @@ -MD5 81e5a55e6345e3153d2a42c982594b8f ChangeLog 7130 MD5 bb162c17660316ce0125f9de02a01d6f gaim-encryption-2.29.ebuild 1109 -MD5 f10f1caad1b77674a58acf2635e52910 gaim-encryption-2.28.ebuild 1114 +MD5 e9acf3e89d867126171313a7cf224409 gaim-encryption-2.31.ebuild 1093 MD5 ab7db4bf9ff48c8de9da14fd12f6c15c metadata.xml 344 +MD5 c6b65759b707f2458758003a24ea5f69 ChangeLog 7257 MD5 cc005ac55d490b7c0f12ad5c7fba8ac8 gaim-encryption-2.30.ebuild 1108 +MD5 f10f1caad1b77674a58acf2635e52910 gaim-encryption-2.28.ebuild 1114 MD5 571e96ba73294761bf61482053d3f169 files/digest-gaim-encryption-2.29 72 +MD5 328582eaf2056a82875c2ac7218373a8 files/digest-gaim-encryption-2.31 72 MD5 95c12d6da2c16c80baccdd20cb9032b4 files/digest-gaim-encryption-2.30 72 MD5 4199a4a07c312219c1667706cd77df4f files/digest-gaim-encryption-2.28 72 diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 new file mode 100644 index 000000000000..804a50397512 --- /dev/null +++ b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.31 @@ -0,0 +1 @@ +MD5 850c1026b3d69f022c60c561ea850003 gaim-encryption-2.31.tar.gz 510406 diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild new file mode 100644 index 000000000000..40a5cd7f0a92 --- /dev/null +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.31.ebuild,v 1.1 2004/09/19 03:50:09 rizzo Exp $ + +inherit flag-o-matic eutils debug + +DESCRIPTION="GAIM Encryption PlugIn" +HOMEPAGE="http://gaim-encryption.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.0 + dev-libs/nss" + +src_compile() { + local myconf + + NSS_LIB=/usr/lib + NSS_INC=/usr/include + 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" + einfo "Replacing -Os CFLAG with -O2" + replace-flags -Os -O2 + + emake || emake -j1 || die "Make failed" +} + +src_install() { + einstall || die "Install failed" + dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST +} |