* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-Factor-XS/
@ 2011-10-17 13:42 Torsten Veller
0 siblings, 0 replies; 4+ messages in thread
From: Torsten Veller @ 2011-10-17 13:42 UTC (permalink / raw
To: gentoo-commits
commit: f53f373b95cb820dc8819d269b80cb827b06dcc8
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 13:36:40 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 13:36:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f53f373b
[add] dev-perl/Math-Factor-XS
(Portage version: 2.2.0_alpha67/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
dev-perl/Math-Factor-XS/ChangeLog | 10 +++++++
.../Math-Factor-XS/Math-Factor-XS-0.380.0.ebuild | 28 ++++++++++++++++++++
dev-perl/Math-Factor-XS/metadata.xml | 5 +++
3 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Math-Factor-XS/ChangeLog b/dev-perl/Math-Factor-XS/ChangeLog
new file mode 100644
index 0000000..24c3427
--- /dev/null
+++ b/dev-perl/Math-Factor-XS/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Math-Factor-XS
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Math-Factor-XS-0.380.0 (17 Oct 2011)
+
+ 17 Oct 2011; Torsten Veller <tove@gentoo.org> +Math-Factor-XS-0.380.0.ebuild,
+ +metadata.xml:
+ Initial commit
+
diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.380.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.380.0.ebuild
new file mode 100644
index 0000000..96ea31d
--- /dev/null
+++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.380.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=SCHUBIGER
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION="Factorize numbers and calculate matching multiplications"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/List-MoreUtils
+ dev-perl/boolean
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-XSLoader
+ dev-perl/Params-Validate
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-Module-Build-0.34
+"
+
+SRC_TEST=do
diff --git a/dev-perl/Math-Factor-XS/metadata.xml b/dev-perl/Math-Factor-XS/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/dev-perl/Math-Factor-XS/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-Factor-XS/
@ 2012-02-27 21:01 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
To: gentoo-commits
commit: 2006c4ca8404691b77361e4736aa3ab46c581e10
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 18:45:29 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 18:45:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2006c4ca
[newversion] Math-Factor-XS-0.390.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Math-Factor-XS/ChangeLog | 8 +++-
.../Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild | 48 ++++++++++++++++++++
2 files changed, 55 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Math-Factor-XS/ChangeLog b/dev-perl/Math-Factor-XS/ChangeLog
index 24c3427..6d134dc 100644
--- a/dev-perl/Math-Factor-XS/ChangeLog
+++ b/dev-perl/Math-Factor-XS/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Math-Factor-XS
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Math-Factor-XS-0.390.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Math-Factor-XS-0.390.0.ebuild:
+ Version Bump
+
*Math-Factor-XS-0.380.0 (17 Oct 2011)
17 Oct 2011; Torsten Veller <tove@gentoo.org> +Math-Factor-XS-0.380.0.ebuild,
diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild
new file mode 100644
index 0000000..d0588eb
--- /dev/null
+++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KRYDE
+MODULE_VERSION=0.39
+inherit perl-module
+
+DESCRIPTION='Factorize numbers and calculate matching multiplications'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.38 ( 0.380.0 )
+ echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_build() {
+ # ExtUtils::CBuilder
+ echo virtual/perl-ExtUtils-CBuilder
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Exporter
+ echo virtual/perl-Exporter
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Params::Validate
+ echo dev-perl/Params-Validate
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # XSLoader
+ echo virtual/perl-XSLoader
+ # boolean
+ echo dev-perl/boolean
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-Factor-XS/
@ 2012-08-23 12:35 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-08-23 12:35 UTC (permalink / raw
To: gentoo-commits
commit: f6b5a29c72a90ec7e8485ccef09a404a5e036b10
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 23 10:24:24 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 23 10:24:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f6b5a29c
[newversion] Math-Factor-XS-0.400.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
dev-perl/Math-Factor-XS/ChangeLog | 6 +++
.../Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild | 48 ++++++++++++++++++++
2 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Math-Factor-XS/ChangeLog b/dev-perl/Math-Factor-XS/ChangeLog
index 6d134dc..f064998 100644
--- a/dev-perl/Math-Factor-XS/ChangeLog
+++ b/dev-perl/Math-Factor-XS/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Math-Factor-XS-0.400.0 (23 Aug 2012)
+
+ 23 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+ +Math-Factor-XS-0.400.0.ebuild:
+ Version Bump
+
*Math-Factor-XS-0.390.0 (27 Feb 2012)
27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild
new file mode 100644
index 0000000..9c2e6aa
--- /dev/null
+++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=KRYDE
+MODULE_VERSION=0.40
+inherit perl-module
+
+DESCRIPTION='Factorize numbers and calculate matching multiplications'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # Module::Build 0.40 ( 0.400.0 )
+ echo \>=virtual/perl-Module-Build-0.400.0
+}
+perl_meta_build() {
+ # ExtUtils::CBuilder
+ echo virtual/perl-ExtUtils-CBuilder
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Exporter
+ echo virtual/perl-Exporter
+ # List::MoreUtils
+ echo dev-perl/List-MoreUtils
+ # Params::Validate
+ echo dev-perl/Params-Validate
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # XSLoader
+ echo virtual/perl-XSLoader
+ # boolean
+ echo dev-perl/boolean
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-Factor-XS/
@ 2016-04-04 10:02 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-04-04 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 2331027b9eebfcc504fc7ebba97892c396194ea0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 10:01:31 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 4 10:01:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2331027b
dev-perl/Math-Factor-XS: Removed, gone to ::gentoo
.../Math-Factor-XS-0.400.0-r1.ebuild | 47 ----------------------
dev-perl/Math-Factor-XS/metadata.xml | 12 ------
2 files changed, 59 deletions(-)
diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
deleted file mode 100644
index 17d4816..0000000
--- a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=KRYDE
-MODULE_VERSION=0.40
-inherit perl-module
-
-DESCRIPTION='Factorize numbers and calculate matching multiplications'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # Module::Build 0.40 ( 0.400.0 )
- echo \>=dev-perl/Module-Build-0.400.0
-}
-perl_meta_build() {
- # ExtUtils::CBuilder
- echo virtual/perl-ExtUtils-CBuilder
- # Test::More
- echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Exporter
- echo virtual/perl-Exporter
- # List::MoreUtils
- echo dev-perl/List-MoreUtils
- # Params::Validate
- echo dev-perl/Params-Validate
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # XSLoader
- echo virtual/perl-XSLoader
- # boolean
- echo dev-perl/boolean
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/Math-Factor-XS/metadata.xml b/dev-perl/Math-Factor-XS/metadata.xml
deleted file mode 100644
index 11ecf39..0000000
--- a/dev-perl/Math-Factor-XS/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Math-Factor-XS</remote-id>
- <remote-id type="cpan-module">Math::Factor::XS</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-04 10:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 13:42 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-Factor-XS/ Torsten Veller
-- strict thread matches above, loose matches on Subject: below --
2012-02-27 21:01 Kent Fredric
2012-08-23 12:35 Kent Fredric
2016-04-04 10:02 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox