summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-11-16 08:45:44 +0000
committerPeter Volkov <pva@gentoo.org>2010-11-16 08:45:44 +0000
commit29ed4730b324400a10273c266235a990d3c3acf1 (patch)
tree08a76dae3506bf2e176fe4f4d7e51c681faaf8fe
parentDrop old. (diff)
downloadgentoo-2-29ed4730b324400a10273c266235a990d3c3acf1.tar.gz
gentoo-2-29ed4730b324400a10273c266235a990d3c3acf1.tar.bz2
gentoo-2-29ed4730b324400a10273c266235a990d3c3acf1.zip
Drop old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
-rw-r--r--x11-plugins/pidgin-encryption/ChangeLog5
-rw-r--r--x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/x11-plugins/pidgin-encryption/ChangeLog b/x11-plugins/pidgin-encryption/ChangeLog
index 5dd2b2f9f3c0..4262d422549c 100644
--- a/x11-plugins/pidgin-encryption/ChangeLog
+++ b/x11-plugins/pidgin-encryption/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/pidgin-encryption
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.14 2010/10/26 14:33:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/ChangeLog,v 1.15 2010/11/16 08:45:44 pva Exp $
+
+ 16 Nov 2010; Peter Volkov <pva@gentoo.org> -pidgin-encryption-3.0.ebuild:
+ Drop old.
26 Oct 2010; Jeroen Roovers <jer@gentoo.org>
pidgin-encryption-3.0-r1.ebuild:
diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild b/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild
deleted file mode 100644
index 4c8cbb39a5eb..000000000000
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild,v 1.8 2009/02/05 05:11:25 darkside Exp $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Pidgin IM Encryption PlugIn"
-HOMEPAGE="http://pidgin-encrypt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gaim-encryption/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86 ~x86-fbsd"
-IUSE="nls"
-
-RDEPEND="net-im/pidgin
- >=x11-libs/gtk+-2
- >=dev-libs/nss-3.11"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- strip-flags
- replace-flags -O? -O2
- econf $(use_enable nls) || die "failed running configure"
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "Install failed"
- dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST
-}