* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: Module-Build-Tiny-0.39.0.ebuild ChangeLog
@ 2015-02-21 23:40 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 3+ messages in thread
From: Andreas HAttel (dilfridge) @ 2015-02-21 23:40 UTC (permalink / raw
To: gentoo-commits
dilfridge 15/02/21 23:40:42
Modified: ChangeLog
Added: Module-Build-Tiny-0.39.0.ebuild
Log:
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path
1.3 dev-perl/Module-Build-Tiny/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 Nov 2014 10:37:51 -0000 1.2
+++ ChangeLog 21 Feb 2015 23:40:42 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Module-Build-Tiny
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.2 2014/11/09 10:37:51 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.3 2015/02/21 23:40:42 dilfridge Exp $
+
+*Module-Build-Tiny-0.39.0 (21 Feb 2015)
+
+ 21 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ +Module-Build-Tiny-0.39.0.ebuild:
+ Version bump
09 Nov 2014; Mikle Kolyada <zlogene@gentoo.org>
Module-Build-Tiny-0.37.0.ebuild:
1.1 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.1&content-type=text/plain
Index: Module-Build-Tiny-0.39.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v 1.1 2015/02/21 23:40:42 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.039
inherit perl-module
DESCRIPTION='A tiny replacement for Module::Build'
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="test"
RDEPEND="
virtual/perl-CPAN-Meta
>=virtual/perl-Exporter-5.570.0
virtual/perl-ExtUtils-CBuilder
>=dev-perl/ExtUtils-Config-0.3.0
>=dev-perl/ExtUtils-Helpers-0.20.0
virtual/perl-ExtUtils-Install
>=dev-perl/ExtUtils-InstallPaths-0.2.0
virtual/perl-ExtUtils-ParseXS
virtual/perl-File-Path
virtual/perl-File-Spec
>=virtual/perl-Getopt-Long-2.360.0
>=virtual/perl-JSON-PP-2.0.0
virtual/perl-podlators
virtual/perl-Test-Harness
"
DEPEND="
${RDEPEND}
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Temp
virtual/perl-IO
>=virtual/perl-Test-Simple-0.88
virtual/perl-XSLoader
)
"
SRC_TEST="do parallel"
mytargets="install"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: Module-Build-Tiny-0.39.0.ebuild ChangeLog
@ 2015-05-03 8:26 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-03 8:26 UTC (permalink / raw
To: gentoo-commits
jer 15/05/03 08:26:55
Modified: Module-Build-Tiny-0.39.0.ebuild ChangeLog
Log:
Mark ~hppa (bug #548352).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.3 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?r1=1.2&r2=1.3
Index: Module-Build-Tiny-0.39.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Module-Build-Tiny-0.39.0.ebuild 3 May 2015 08:20:13 -0000 1.2
+++ Module-Build-Tiny-0.39.0.ebuild 3 May 2015 08:26:55 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v 1.2 2015/05/03 08:20:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v 1.3 2015/05/03 08:26:55 jer Exp $
EAPI=5
MODULE_AUTHOR=LEONT
@@ -9,7 +9,7 @@
DESCRIPTION='A tiny replacement for Module::Build'
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
1.5 dev-perl/Module-Build-Tiny/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 3 May 2015 08:20:13 -0000 1.4
+++ ChangeLog 3 May 2015 08:26:55 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Module-Build-Tiny
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.4 2015/05/03 08:20:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.5 2015/05/03 08:26:55 jer Exp $
+
+ 03 May 2015; Jeroen Roovers <jer@gentoo.org> Module-Build-Tiny-0.39.0.ebuild:
+ Mark ~hppa (bug #548352).
03 May 2015; Jeroen Roovers <jer@gentoo.org> Module-Build-Tiny-0.39.0.ebuild:
Mark ~ppc64 (bug #548352).
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: Module-Build-Tiny-0.39.0.ebuild ChangeLog
@ 2015-05-20 4:49 Matt Turner (mattst88)
0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2015-05-20 4:49 UTC (permalink / raw
To: gentoo-commits
mattst88 15/05/20 04:49:39
Modified: Module-Build-Tiny-0.39.0.ebuild ChangeLog
Log:
Added ~alpha, bug 548352.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path
1.4 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild?r1=1.3&r2=1.4
Index: Module-Build-Tiny-0.39.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Module-Build-Tiny-0.39.0.ebuild 3 May 2015 08:26:55 -0000 1.3
+++ Module-Build-Tiny-0.39.0.ebuild 20 May 2015 04:49:39 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v 1.3 2015/05/03 08:26:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.39.0.ebuild,v 1.4 2015/05/20 04:49:39 mattst88 Exp $
EAPI=5
MODULE_AUTHOR=LEONT
@@ -9,7 +9,7 @@
DESCRIPTION='A tiny replacement for Module::Build'
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND="
1.6 dev-perl/Module-Build-Tiny/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 3 May 2015 08:26:55 -0000 1.5
+++ ChangeLog 20 May 2015 04:49:39 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Module-Build-Tiny
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.5 2015/05/03 08:26:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Build-Tiny/ChangeLog,v 1.6 2015/05/20 04:49:39 mattst88 Exp $
+
+ 20 May 2015; Matt Turner <mattst88@gentoo.org>
+ Module-Build-Tiny-0.39.0.ebuild:
+ Added ~alpha, bug 548352.
03 May 2015; Jeroen Roovers <jer@gentoo.org> Module-Build-Tiny-0.39.0.ebuild:
Mark ~hppa (bug #548352).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-20 4:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-03 8:26 [gentoo-commits] gentoo-x86 commit in dev-perl/Module-Build-Tiny: Module-Build-Tiny-0.39.0.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2015-05-20 4:49 Matt Turner (mattst88)
2015-02-21 23:40 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox