summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-04-16 17:39:08 +0000
committerDon Seiler <rizzo@gentoo.org>2004-04-16 17:39:08 +0000
commite807e86d239b857f40597f309f3179fbaeeaa671 (patch)
treecfb8176e6c72ee8d512e9fcb41e6999c056d3db8 /net-im
parentfix config files #42043 (diff)
downloadgentoo-2-e807e86d239b857f40597f309f3179fbaeeaa671.tar.gz
gentoo-2-e807e86d239b857f40597f309f3179fbaeeaa671.tar.bz2
gentoo-2-e807e86d239b857f40597f309f3179fbaeeaa671.zip
Pulling obsolete (and buggy) package
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-encryption/ChangeLog5
-rw-r--r--net-im/gaim-encryption/files/digest-gaim-encryption-2.231
-rw-r--r--net-im/gaim-encryption/gaim-encryption-2.23.ebuild51
3 files changed, 4 insertions, 53 deletions
diff --git a/net-im/gaim-encryption/ChangeLog b/net-im/gaim-encryption/ChangeLog
index 7d0ad9b54ba5..e6a3a3a7b09e 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.17 2004/04/16 17:37:37 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.18 2004/04/16 17:39:08 rizzo Exp $
+
+ 16 Apr 2004; Don Seiler <rizzo@gentoo.org>; -gaim-encryption-2.23.ebuild:
+ Pulling obsolete (and buggy) package
*gaim-encryption-2.24 (16 Apr 2004)
diff --git a/net-im/gaim-encryption/files/digest-gaim-encryption-2.23 b/net-im/gaim-encryption/files/digest-gaim-encryption-2.23
deleted file mode 100644
index 91a507a930c0..000000000000
--- a/net-im/gaim-encryption/files/digest-gaim-encryption-2.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9a3de2a6b4ab52ec21929d2ea51de1ea gaim-encryption-2.23.tar.gz 357038
diff --git a/net-im/gaim-encryption/gaim-encryption-2.23.ebuild b/net-im/gaim-encryption/gaim-encryption-2.23.ebuild
deleted file mode 100644
index 0ee379bcc3bc..000000000000
--- a/net-im/gaim-encryption/gaim-encryption-2.23.ebuild
+++ /dev/null
@@ -1,51 +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.23.ebuild,v 1.1 2004/04/10 20:06:45 rizzo Exp $
-
-inherit flag-o-matic
-
-IUSE=""
-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 ~sparc ~amd64 ~ppc ~alpha ~ia64 ~hppa ~mips"
-
-DEPEND=">=net-im/gaim-0.76-r1
- || ( dev-libs/nss net-www/mozilla )"
-
-src_compile() {
- local myconf
- myconf="--with-gaim=/usr/include/gaim"
-
- 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"
- 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
-}
-
-pkg_postinst() {
- ewarn
- ewarn "This release is not backwards compatible for MSN, Yahoo, or IRC."
- ewarn "See the release notes at:"
- ewarn "https://sourceforge.net/project/shownotes.php?release_id=230104"
- ewarn
-}