summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2005-02-07 16:58:07 +0000
committerDon Seiler <rizzo@gentoo.org>2005-02-07 16:58:07 +0000
commit1f0f229a653e00e54be98c53d52d71631f8da46b (patch)
tree1f745aaa75dcc424aae5a4e1d3a174752cf5f812 /x11-plugins
parentFixing bug #81060 (diff)
downloadgentoo-2-1f0f229a653e00e54be98c53d52d71631f8da46b.tar.gz
gentoo-2-1f0f229a653e00e54be98c53d52d71631f8da46b.tar.bz2
gentoo-2-1f0f229a653e00e54be98c53d52d71631f8da46b.zip
Prunes
(Portage version: 2.0.51.16)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.321
-rw-r--r--x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.32 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.32
deleted file mode 100644
index 73f4b5573c95..000000000000
--- a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-2.32
+++ /dev/null
@@ -1 +0,0 @@
-MD5 708563eab2af9ed9fa71f556a140d67b gaim-encryption-2.32.tar.gz 521370
diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild
deleted file mode 100644
index 0daa2a2ce804..000000000000
--- a/x11-plugins/gaim-encryption/gaim-encryption-2.32.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 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.32.ebuild,v 1.15 2005/01/23 03:41:49 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="alpha amd64 arm hppa ia64 mips ppc sparc x86 ~ppc64"
-IUSE=""
-
-DEPEND=">=net-im/gaim-1.0.1
- <dev-libs/nspr-4.4.1-r2
- 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}/nss"
-
- econf ${myconf} || die "Configuration failed"
- einfo "Replacing -Os CFLAG with -O2"
- replace-flags -Os -O2
-
- emake || emake -j1 || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR=${D} || die "Install failed"
- dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST
-}