diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 21:02:20 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 21:02:20 +0000 |
commit | 98a349d1770d5ad39354e19f06e2cd7315ce0fd7 (patch) | |
tree | abbb63471fe2de58d3d3edfad2cd65cc4a83ed0b /app-crypt/mcrypt | |
parent | Adding DEPEND on >=dev-util/intltool-0.40.0 , patch thanks to Jacob Godserv <... (diff) | |
download | gentoo-2-98a349d1770d5ad39354e19f06e2cd7315ce0fd7.tar.gz gentoo-2-98a349d1770d5ad39354e19f06e2cd7315ce0fd7.tar.bz2 gentoo-2-98a349d1770d5ad39354e19f06e2cd7315ce0fd7.zip |
Delete older ebuilds.
(Portage version: 2.2_rc96_p20/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.7.ebuild | 33 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.8.ebuild | 33 |
3 files changed, 5 insertions, 67 deletions
diff --git a/app-crypt/mcrypt/ChangeLog b/app-crypt/mcrypt/ChangeLog index 831ca50e9c36..406391c34e73 100644 --- a/app-crypt/mcrypt/ChangeLog +++ b/app-crypt/mcrypt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/mcrypt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.32 2010/10/12 12:01:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.33 2010/10/15 21:02:20 arfrever Exp $ + + 15 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -mcrypt-2.6.7.ebuild, -mcrypt-2.6.8.ebuild: + Delete. 12 Oct 2010; Raúl Porcel <armin76@gentoo.org> mcrypt-2.6.8-r1.ebuild: sparc stable wrt #337158 diff --git a/app-crypt/mcrypt/mcrypt-2.6.7.ebuild b/app-crypt/mcrypt/mcrypt-2.6.7.ebuild deleted file mode 100644 index d4868d3b849e..000000000000 --- a/app-crypt/mcrypt/mcrypt-2.6.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.7.ebuild,v 1.5 2008/01/02 15:39:38 angelos Exp $ - -inherit eutils - -DESCRIPTION="replacement of the old unix crypt(1)" -HOMEPAGE="http://mcrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="nls" - -DEPEND=">=dev-libs/libmcrypt-2.5.8 - >=app-crypt/mhash-0.9.9" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-qa.patch" -} - -src_compile() { - econf $(use_enable nls) || die "configure error" - emake || die "make error" -} - -src_install() { - emake install DESTDIR="${D}" || die "install error" - dodoc README NEWS AUTHORS THANKS TODO -} diff --git a/app-crypt/mcrypt/mcrypt-2.6.8.ebuild b/app-crypt/mcrypt/mcrypt-2.6.8.ebuild deleted file mode 100644 index b4aeb6792257..000000000000 --- a/app-crypt/mcrypt/mcrypt-2.6.8.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/app-crypt/mcrypt/mcrypt-2.6.8.ebuild,v 1.1 2009/05/18 18:17:54 arfrever Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="replacement of the old unix crypt(1)" -HOMEPAGE="http://mcrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="nls" - -DEPEND=">=dev-libs/libmcrypt-2.5.8 - >=app-crypt/mhash-0.9.9" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.6.7-qa.patch" -} - -src_configure() { - econf $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README THANKS TODO -} |