diff options
Diffstat (limited to 'x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild')
-rw-r--r-- | x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild b/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild deleted file mode 100644 index 419bfaa1f93f..000000000000 --- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 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-r1.ebuild,v 1.8 2012/05/05 05:11:58 jdhore Exp $ - -EAPI="2" - -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} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}-crash.patch" -} - -src_configure() { - strip-flags - replace-flags -O? -O2 - econf $(use_enable nls) -} - -src_install() { - make install DESTDIR="${D}" || die "Install failed" - dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST -} |