diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-05-18 18:17:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-05-18 18:17:54 +0000 |
commit | 9080eda978212f01371cbca9ecf137871e9c9d31 (patch) | |
tree | 99fe440834e3b01e48b100e25d810700d1d8df5b /app-crypt/mcrypt | |
parent | Fixes dotconf.m4 so that it doesn't cause error messages, closes #187125. (diff) | |
download | gentoo-2-9080eda978212f01371cbca9ecf137871e9c9d31.tar.gz gentoo-2-9080eda978212f01371cbca9ecf137871e9c9d31.tar.bz2 gentoo-2-9080eda978212f01371cbca9ecf137871e9c9d31.zip |
Version bump (bug #266040).
(Portage version: 13623-svn/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/ChangeLog | 11 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.2.ebuild | 27 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.4.ebuild | 34 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.5.ebuild | 35 | ||||
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.8.ebuild | 33 |
5 files changed, 42 insertions, 98 deletions
diff --git a/app-crypt/mcrypt/ChangeLog b/app-crypt/mcrypt/ChangeLog index 2c762bbeeb83..4c42c5ba1614 100644 --- a/app-crypt/mcrypt/ChangeLog +++ b/app-crypt/mcrypt/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/mcrypt -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.25 2008/01/02 15:39:38 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/ChangeLog,v 1.26 2009/05/18 18:17:54 arfrever Exp $ + +*mcrypt-2.6.8 (18 May 2009) + + 18 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -mcrypt-2.6.2.ebuild, -mcrypt-2.6.4.ebuild, -mcrypt-2.6.5.ebuild, + +mcrypt-2.6.8.ebuild: + Version bump (bug #266040). 02 Jan 2008; Christoph Mende <angelos@gentoo.org> mcrypt-2.6.7.ebuild: Stable on amd64 wrt bug #198667 diff --git a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild b/app-crypt/mcrypt/mcrypt-2.6.2.ebuild deleted file mode 100644 index bd211ea7c1d9..000000000000 --- a/app-crypt/mcrypt/mcrypt-2.6.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.2.ebuild,v 1.12 2005/01/01 12:33:48 eradicator Exp $ - -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="x86 ppc ~sparc" -IUSE="nls" - -DEPEND=">=dev-libs/libmcrypt-2.5.1 - >=app-crypt/mhash-0.8.15" - -src_compile() { - local myconf - use nls || myconf="--disable-nls" - econf ${myconf} || die - emake || die -} - -src_install() { - einstall || die - dodoc README NEWS AUTHORS THANKS TODO -} diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild deleted file mode 100644 index 3aee3de2005d..000000000000 --- a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.15 2007/05/01 06:51:56 robbat2 Exp $ - -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.7 - >=app-crypt/mhash-0.8.15" - -src_unpack() { - unpack ${A} - for f in ${S}/Makefile.am ${S}/Makefile.in; do - sed -e 's,$(bindir),$(DESTDIR)$(bindir),g' -i ${f} || die 'sed failed' - done -} - -src_compile() { - local myconf - use nls || myconf="--disable-nls" - econf ${myconf} || 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.5.ebuild b/app-crypt/mcrypt/mcrypt-2.6.5.ebuild deleted file mode 100644 index b2eed77420b2..000000000000 --- a/app-crypt/mcrypt/mcrypt-2.6.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.5.ebuild,v 1.3 2007/05/11 19:52:12 alonbl 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}-build.patch" -} - -src_compile() { - local myconf - use nls || myconf="--disable-nls" - econf ${myconf} || 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 new file mode 100644 index 000000000000..b4aeb6792257 --- /dev/null +++ b/app-crypt/mcrypt/mcrypt-2.6.8.ebuild @@ -0,0 +1,33 @@ +# 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 +} |