diff options
author | 2007-10-30 03:01:55 +0000 | |
---|---|---|
committer | 2007-10-30 03:01:55 +0000 | |
commit | 3c4adaccf97d3d766207f8b63ef8518ced488d39 (patch) | |
tree | cf09ef64f018e17f3da420094263d081588c0b8a /x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild | |
parent | whitespace (diff) | |
download | historical-3c4adaccf97d3d766207f8b63ef8518ced488d39.tar.gz historical-3c4adaccf97d3d766207f8b63ef8518ced488d39.tar.bz2 historical-3c4adaccf97d3d766207f8b63ef8518ced488d39.zip |
Remove gaim 2.x beta versions
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild')
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild deleted file mode 100644 index ae4f1716497c..000000000000 --- a/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild,v 1.8 2007/05/21 03:33:25 jer Exp $ - -inherit flag-o-matic eutils - -MY_PV="${PV/_beta/beta}" -MY_P="${PN}-${MY_PV}" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="GAIM Encryption PlugIn" -HOMEPAGE="http://gaim-encryption.sourceforge.net/" -SRC_URI="mirror://gentoo/${PN}/${MY_P}.tar.gz - http://dev.gentoo.org/~gothgirl/dist/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="nls" - -DEPEND="dev-util/pkgconfig - >=net-im/gaim-2.0_beta1 - >=dev-libs/nss-3.11" - -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 -} |