axs 14/08/21 14:26:12 Modified: ChangeLog Added: Crypt-RIPEMD160-0.50.0-r1.ebuild Removed: Crypt-RIPEMD160-0.50.0.ebuild Log: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.30 dev-perl/Crypt-RIPEMD160/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 2 Sep 2012 17:32:13 -0000 1.29 +++ ChangeLog 21 Aug 2014 14:26:12 -0000 1.30 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Crypt-RIPEMD160 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.29 2012/09/02 17:32:13 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/ChangeLog,v 1.30 2014/08/21 14:26:12 axs Exp $ + +*Crypt-RIPEMD160-0.50.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Crypt-RIPEMD160-0.50.0-r1.ebuild, -Crypt-RIPEMD160-0.50.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 02 Sep 2012; Torsten Veller <[email protected]> -Crypt-RIPEMD160-0.04.ebuild: Cleanup 1.1 dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Crypt-RIPEMD160-0.50.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.50.0-r1.ebuild,v 1.1 2014/08/21 14:26:12 axs Exp $ EAPI=5 MODULE_AUTHOR=TODDR MODULE_VERSION=0.05 inherit perl-module DESCRIPTION="Crypt::RIPEMD160 module for perl" SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" export OPTIMIZE="$CFLAGS" PATCHES=( "${FILESDIR}"/0.50.0-header.patch ) SRC_TEST=do
