diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 14:52:02 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-26 14:52:02 +0000 |
commit | dd19442dd4c0906801ee39d20cd635fd443639a2 (patch) | |
tree | 236e3186572b47497f89ece563a1d1349f44d963 | |
parent | bumped EAPI to 5 to help with dev-lang/perl upgrade (diff) | |
download | gentoo-2-dd19442dd4c0906801ee39d20cd635fd443639a2.tar.gz gentoo-2-dd19442dd4c0906801ee39d20cd635fd443639a2.tar.bz2 gentoo-2-dd19442dd4c0906801ee39d20cd635fd443639a2.zip |
bumped EAPI to 5 to help with dev-lang/perl upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
-rw-r--r-- | dev-perl/Math-Random-MT/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild (renamed from dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/Math-Random-MT/ChangeLog b/dev-perl/Math-Random-MT/ChangeLog index 81f578e5a466..9fe23dbb636b 100644 --- a/dev-perl/Math-Random-MT/ChangeLog +++ b/dev-perl/Math-Random-MT/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Math-Random-MT -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v 1.6 2013/01/06 18:48:52 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/ChangeLog,v 1.7 2014/08/26 14:52:02 axs Exp $ + +*Math-Random-MT-1.160.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +Math-Random-MT-1.160.0-r1.ebuild, -Math-Random-MT-1.160.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Math-Random-MT-1.130.0.ebuild, -Math-Random-MT-1.140.0.ebuild: diff --git a/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild b/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild index 5addeb514811..23609791159f 100644 --- a/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild +++ b/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0.ebuild,v 1.1 2012/08/06 11:35:36 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Random-MT/Math-Random-MT-1.160.0-r1.ebuild,v 1.1 2014/08/26 14:52:02 axs Exp $ -EAPI=4 +EAPI=5 MODULE_AUTHOR=FANGLY MODULE_VERSION=1.16 |