diff options
author | 2004-03-15 01:52:10 +0000 | |
---|---|---|
committer | 2004-03-15 01:52:10 +0000 | |
commit | dac7432c47e796bac1fa65f2b2837fd12f86df11 (patch) | |
tree | 7018558e149fa893036c7a5bbfc5b45419d4f664 /net-im/gaim-encryption | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-dac7432c47e796bac1fa65f2b2837fd12f86df11.tar.gz gentoo-2-dac7432c47e796bac1fa65f2b2837fd12f86df11.tar.bz2 gentoo-2-dac7432c47e796bac1fa65f2b2837fd12f86df11.zip |
Removing obsolete ebuild
Diffstat (limited to 'net-im/gaim-encryption')
-rw-r--r-- | net-im/gaim-encryption/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim-encryption/files/digest-gaim-encryption-2.20 | 1 | ||||
-rw-r--r-- | net-im/gaim-encryption/gaim-encryption-2.20.ebuild | 56 |
3 files changed, 4 insertions, 58 deletions
diff --git a/net-im/gaim-encryption/ChangeLog b/net-im/gaim-encryption/ChangeLog index 3cb18d70e55b..483eae3ea501 100644 --- a/net-im/gaim-encryption/ChangeLog +++ b/net-im/gaim-encryption/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim-encryption # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.11 2004/03/15 01:48:19 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.12 2004/03/15 01:52:10 rizzo Exp $ + + 14 Mar 2004; Don Seiler <rizzo@gentoo.org>; gaim-encryption-2.20.ebuild: + Removing obsolete ebuild *gaim-encryption-2.22 (14 Mar 2004) diff --git a/net-im/gaim-encryption/files/digest-gaim-encryption-2.20 b/net-im/gaim-encryption/files/digest-gaim-encryption-2.20 deleted file mode 100644 index c78952713157..000000000000 --- a/net-im/gaim-encryption/files/digest-gaim-encryption-2.20 +++ /dev/null @@ -1 +0,0 @@ -MD5 5fca4b0299aa09e6b2af8ad02b8c175d gaim-encryption-2.20.tar.gz 355015 diff --git a/net-im/gaim-encryption/gaim-encryption-2.20.ebuild b/net-im/gaim-encryption/gaim-encryption-2.20.ebuild deleted file mode 100644 index a71d4f58af94..000000000000 --- a/net-im/gaim-encryption/gaim-encryption-2.20.ebuild +++ /dev/null @@ -1,56 +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-encryption/gaim-encryption-2.20.ebuild,v 1.1 2004/01/12 05:25:37 rizzo Exp $ - -IUSE="mozilla" - -DESCRIPTION="GAIM Encryption PlugIn" -HOMEPAGE="http://gaim-encryption.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" - -DEPEND=">=net-im/gaim-0.75-r3 - mozilla? ( net-www/mozilla ) - !mozilla? ( dev-libs/nss )" - -#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 - myconf="--with-gaim=/usr/include/gaim" - - 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" - einfo "Replacing -Os CFLAG with -O2" - replace-flags -Os -O2 - - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc CHANGELOG COPYING INSTALL NOTES README TODO VERSION WISHLIST -} |