diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-21 14:09:41 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-21 14:09:41 +0000 |
commit | 2688edbc4ff57634d2ea54a35da193403f4c44b9 (patch) | |
tree | 07c6e7075f6b1c5673a51e589c8119cbe4530929 | |
parent | Move LD_ASSUME_KERNEL clearing to common env setup w/other ldso var. (diff) | |
download | gentoo-2-2688edbc4ff57634d2ea54a35da193403f4c44b9.tar.gz gentoo-2-2688edbc4ff57634d2ea54a35da193403f4c44b9.tar.bz2 gentoo-2-2688edbc4ff57634d2ea54a35da193403f4c44b9.zip |
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)
-rw-r--r-- | dev-perl/Dist-CheckConflicts/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild (renamed from dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-perl/Dist-CheckConflicts/ChangeLog b/dev-perl/Dist-CheckConflicts/ChangeLog index 8761d247a3dc..deae2bc52f4d 100644 --- a/dev-perl/Dist-CheckConflicts/ChangeLog +++ b/dev-perl/Dist-CheckConflicts/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Dist-CheckConflicts # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.22 2014/02/01 23:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/ChangeLog,v 1.23 2014/08/21 14:09:41 axs Exp $ + +*Dist-CheckConflicts-0.20.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Dist-CheckConflicts-0.20.0-r1.ebuild, -Dist-CheckConflicts-0.20.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 01 Feb 2014; Mike Frysinger <vapier@gentoo.org> Dist-CheckConflicts-0.20.0.ebuild: diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild index 1690b2b70e55..607375158e43 100644 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0.ebuild,v 1.16 2014/02/01 23:55:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild,v 1.1 2014/08/21 14:09:41 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=DOY MODULE_VERSION=0.02 |