diff options
author | Olivier Crête <tester@gentoo.org> | 2007-10-30 03:01:55 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-10-30 03:01:55 +0000 |
commit | ee1fad7ae88bb0acca141dcc558cf7e19f2f9983 (patch) | |
tree | 5ba1db7fae782c40aa6306d00e83b40d55d9b358 /x11-plugins | |
parent | whitespace (diff) | |
download | gentoo-2-ee1fad7ae88bb0acca141dcc558cf7e19f2f9983.tar.gz gentoo-2-ee1fad7ae88bb0acca141dcc558cf7e19f2f9983.tar.bz2 gentoo-2-ee1fad7ae88bb0acca141dcc558cf7e19f2f9983.zip |
Remove gaim 2.x beta versions
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-encryption/files/digest-gaim-encryption-3.0_beta7 | 3 | ||||
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-3.0_beta7.ebuild | 36 |
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-3.0_beta7 b/x11-plugins/gaim-encryption/files/digest-gaim-encryption-3.0_beta7 deleted file mode 100644 index 3eadee70d746..000000000000 --- a/x11-plugins/gaim-encryption/files/digest-gaim-encryption-3.0_beta7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 b6005af1c898ead119ebe0e674ddc5d3 gaim-encryption-3.0beta7.tar.gz 585751 -RMD160 b0997ecd5d33fcc02f3be457ddcc8edb994b6462 gaim-encryption-3.0beta7.tar.gz 585751 -SHA256 5bc86a1a855ff25fd416a2f0d755ac934322e65c08740f67b93f1d851f5f0dfe gaim-encryption-3.0beta7.tar.gz 585751 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 -} |