public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2016-04-03 21:24 Andreas Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0fa1b461a4c614c0fff14e79568b15db0209fed2
Author:     Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Apr  1 01:37:25 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 21:23:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa1b461

dev-perl/Math-NumSeq: initial ebuild, version 71.0.0

Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

 dev-perl/Math-NumSeq/Manifest                  |   1 +
 dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild |  41 +++++++
 dev-perl/Math-NumSeq/metadata.xml              | 149 +++++++++++++++++++++++++
 3 files changed, 191 insertions(+)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
new file mode 100644
index 0000000..8d2971a
--- /dev/null
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -0,0 +1 @@
+DIST Math-NumSeq-71.tar.gz 824620 SHA256 53ab83bb14fdd3d5c37e3165d64fba87ca845e33c3d9dfcf2882e5e60c11884a SHA512 2679d6b28523b172e1ac4b48b018e896c083d1d45227fd0bd4d156c6dc2862edb234888701ce4019234a7cff888cf84bf72b4e8ebd2f5d78fb5ae12c8374ce2d WHIRLPOOL 4b5c135383a7135c642bae553086262879d89b0d2047d3b4f8ec00fcd2bec7fbd1d4585696402fd8eefaffc410c97dc2b3948894e163815c142f1275983dca4c

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
new file mode 100644
index 0000000..1a71b40
--- /dev/null
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="KRYDE"
+DIST_VERSION=71
+inherit perl-module
+
+DESCRIPTION="number sequences (for example from OEIS)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test examples"
+
+RDEPEND="dev-perl/constant-defer
+	dev-perl/File-HomeDir
+	>=dev-perl/Math-Factor-XS-0.400.0
+	dev-perl/Math-Libm
+	>=dev-perl/Math-Prime-XS-0.260.0
+	>=dev-perl/Module-Pluggable-4.700.0
+	dev-perl/Module-Util
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Module-Load
+	virtual/perl-Scalar-List-Utils"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( dev-perl/Data-Float
+		virtual/perl-Test )"
+
+# Note: Examples need extra deps, but they're not critical LATER
+src_install() {
+	perl-module_src_install
+	if use examples; then
+		docompress -x /usr/share/doc/${PF}/examples
+		docinto	examples
+		dodoc -r examples/other/*
+	fi
+}

diff --git a/dev-perl/Math-NumSeq/metadata.xml b/dev-perl/Math-NumSeq/metadata.xml
new file mode 100644
index 0000000..ed31312
--- /dev/null
+++ b/dev-perl/Math-NumSeq/metadata.xml
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tomboy64@sina.cn</email>
+		<name>Proxy-Maintainer; please assign him to bugs.</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Gentoo Proxy Maintainers Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="cpan">Math-NumSeq</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Abundant</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::AlgebraicContinued</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::All</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::AllDigits</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::AllPrimeFactors</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::AlmostPrimes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::AsciiSelf</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::BalancedBinary</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Base::Array</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Base::Cache</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Base::Digits</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Base::IterateIth</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Base::IteratePred</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Base::Sparse</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::BaumSweet</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Beastly</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Catalan</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::CollatzSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ConcatNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Cubes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::CullenNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DedekindPsiCumulative</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DedekindPsiSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DeletablePrimes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitCountHigh</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitCountLow</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitLength</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitLengthCumulative</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitProduct</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitProductSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitSum</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DigitSumModulo</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DivisorCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::DuffinianNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Emirps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ErdosSelfridgeClass</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Even</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Expression</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Factorials</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Fibbinary</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::FibbinaryBitCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Fibonacci</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::FibonacciRepresentations</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::FibonacciWord</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::File</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::FractionDigits</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::GolayRudinShapiro</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::GolayRudinShapiroCumulative</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::GoldbachCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::GolombSequence</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::HafermanCarpet</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::HappyNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::HappySteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::HarshadNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::HofstadterFigure</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::JugglerSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::KlarnerRado</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Kolakoski</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::LemoineCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::LiouvilleFunction</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::LucasNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::LuckyNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::MaxDigitCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::MephistoWaltz</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::MobiusFunction</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Modulo</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::MoranNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Multiples</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::NumAronson</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Odd</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::BuiltinTable</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::FractionDigits</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::ZZ_Files</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::OEIS::File</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Palindromes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Pell</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Perrin</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PisanoPeriod</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PisanoPeriodSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PolignacObstinate</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Polygonal</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PowerFlip</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Powerful</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PowerPart</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PrimeFactorCount</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PrimeIndexOrder</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PrimeIndexPrimes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Primes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Primorials</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Pronic</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ProthNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::PythagoreanHypots</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::RadixConversion</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::RadixWithoutDigit</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::RepdigitAny</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::RepdigitRadix</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Repdigits</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ReReplace</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ReRound</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ReverseAdd</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ReverseAddSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Runs</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SelfLengthCumulative</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SophieGermainPrimes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SpiroFibonacci</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SqrtContinued</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SqrtContinuedPeriod</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SqrtDigits</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SqrtEngel</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Squares</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::StarNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::SternDiatomic</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Tetrahedral</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Totient</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::TotientCumulative</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::TotientPerfect</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::TotientSteps</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::TotientStepsSum</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Triangular</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Tribonacci</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::TwinPrimes</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::UlamSequence</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::UndulatingNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::WoodallNumbers</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Xenodromes</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2016-04-03 21:24 Andreas Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     056914d401af903c2465aa1269709a664ebb1772
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 20:30:48 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 21:23:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056914d4

dev-perl/Math-NumSeq: Sort deps as upstream does

Package-Manager: portage-2.2.28

 dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
index 1a71b40..0c86b86 100644
--- a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-DIST_AUTHOR="KRYDE"
+DIST_AUTHOR=KRYDE
 DIST_VERSION=71
 inherit perl-module
 
@@ -14,21 +14,26 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test examples"
 
-RDEPEND="dev-perl/constant-defer
+RDEPEND="
 	dev-perl/File-HomeDir
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Scalar-List-Utils
 	>=dev-perl/Math-Factor-XS-0.400.0
 	dev-perl/Math-Libm
 	>=dev-perl/Math-Prime-XS-0.260.0
+	virtual/perl-Module-Load
 	>=dev-perl/Module-Pluggable-4.700.0
 	dev-perl/Module-Util
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	virtual/perl-Module-Load
-	virtual/perl-Scalar-List-Utils"
+	>=dev-perl/constant-defer-1.0.0
+"
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	test? ( dev-perl/Data-Float
-		virtual/perl-Test )"
+	test? (
+		dev-perl/Data-Float
+		virtual/perl-Test
+	)
+"
 
 # Note: Examples need extra deps, but they're not critical LATER
 src_install() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2017-10-26 20:18 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     688ba861a028ce2edf368363d7402deb6d1d07ba
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:14:18 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:18:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688ba861

dev-perl/Math-NumSeq: x86 stable (bug #632664)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
index 308846fdee1..bfdca5f8737 100644
--- a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="number sequences (for example from OEIS)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test examples"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2017-11-01 18:29 Kent Fredric
  0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2017-11-01 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     57f5c7b49eaefe465e7ca9cfbb0309b326949a28
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 15:29:05 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 18:25:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f5c7b4

dev-perl/Math-NumSeq: Bump to version 72.0.0

Uptream:
- Fix support for optional dep Language::Expr on newer versions (not in
  portage)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Math-NumSeq/Manifest                  |  1 +
 dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild | 36 ++++++++++++++++++++++++++
 dev-perl/Math-NumSeq/metadata.xml              |  9 ++++---
 3 files changed, 42 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index 8d2971a81f2..f7f1889782d 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1 +1,2 @@
 DIST Math-NumSeq-71.tar.gz 824620 SHA256 53ab83bb14fdd3d5c37e3165d64fba87ca845e33c3d9dfcf2882e5e60c11884a SHA512 2679d6b28523b172e1ac4b48b018e896c083d1d45227fd0bd4d156c6dc2862edb234888701ce4019234a7cff888cf84bf72b4e8ebd2f5d78fb5ae12c8374ce2d WHIRLPOOL 4b5c135383a7135c642bae553086262879d89b0d2047d3b4f8ec00fcd2bec7fbd1d4585696402fd8eefaffc410c97dc2b3948894e163815c142f1275983dca4c
+DIST Math-NumSeq-72.tar.gz 828627 SHA256 75aeba105d7edc7fb32d832d8948b5535de8078442876ca0b01f3e3648e9c6f5 SHA512 7ba1c69eced5adeca7cc0d6247885b291d7b96b09d256e652c207ebd034b8ceea477d4016a71f28f4247b8f5ba644dcaacbd9b358144ee06057c30b0bc1f0cbc WHIRLPOOL 030b48c9e70514efd96aea4bf6370de3101222f56c518669bc264a16713645f336d203e8f5a24c1c1ec721152482a429dd243ade9685994b9fc01f1534d79730

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
new file mode 100644
index 00000000000..fc03552d4d8
--- /dev/null
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=72
+DIST_EXAMPLES=("examples/other/*")
+inherit perl-module
+
+DESCRIPTION="number sequences (for example from OEIS)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test examples"
+
+RDEPEND="
+	dev-perl/File-HomeDir
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/Math-Factor-XS-0.400.0
+	dev-perl/Math-Libm
+	>=dev-perl/Math-Prime-XS-0.260.0
+	virtual/perl-Module-Load
+	>=dev-perl/Module-Pluggable-4.700.0
+	dev-perl/Module-Util
+	>=dev-perl/constant-defer-1.0.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Data-Float
+		virtual/perl-Test
+	)
+"

diff --git a/dev-perl/Math-NumSeq/metadata.xml b/dev-perl/Math-NumSeq/metadata.xml
index ed313121be2..18b97708911 100644
--- a/dev-perl/Math-NumSeq/metadata.xml
+++ b/dev-perl/Math-NumSeq/metadata.xml
@@ -55,6 +55,7 @@
 		<remote-id type="cpan-module">Math::NumSeq::ErdosSelfridgeClass</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Even</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Expression</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Expression::LanguageExpr</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Factorials</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Fibbinary</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::FibbinaryBitCount</remote-id>
@@ -86,7 +87,6 @@
 		<remote-id type="cpan-module">Math::NumSeq::MoranNumbers</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Multiples</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::NumAronson</remote-id>
-		<remote-id type="cpan-module">Math::NumSeq::Odd</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::OEIS</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin</remote-id>
@@ -94,6 +94,7 @@
 		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::FractionDigits</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::ZZ_Files</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::OEIS::File</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Odd</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Palindromes</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Pell</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Perrin</remote-id>
@@ -102,8 +103,8 @@
 		<remote-id type="cpan-module">Math::NumSeq::PolignacObstinate</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Polygonal</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::PowerFlip</remote-id>
-		<remote-id type="cpan-module">Math::NumSeq::Powerful</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::PowerPart</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::Powerful</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::PrimeFactorCount</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::PrimeIndexOrder</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::PrimeIndexPrimes</remote-id>
@@ -114,11 +115,11 @@
 		<remote-id type="cpan-module">Math::NumSeq::PythagoreanHypots</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::RadixConversion</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::RadixWithoutDigit</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ReReplace</remote-id>
+		<remote-id type="cpan-module">Math::NumSeq::ReRound</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::RepdigitAny</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::RepdigitRadix</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Repdigits</remote-id>
-		<remote-id type="cpan-module">Math::NumSeq::ReReplace</remote-id>
-		<remote-id type="cpan-module">Math::NumSeq::ReRound</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::ReverseAdd</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::ReverseAddSteps</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq::Runs</remote-id>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2018-04-03 15:28 Jonas Stein
  0 siblings, 0 replies; 12+ messages in thread
From: Jonas Stein @ 2018-04-03 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     928d61912e52a455a516741b48d311ad6f13f599
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 15:06:53 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 15:27:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928d6191

dev-perl/Math-NumSeq: Maintainer retired

Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Math-NumSeq/metadata.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-perl/Math-NumSeq/metadata.xml b/dev-perl/Math-NumSeq/metadata.xml
index 18b97708911..9868a5926d3 100644
--- a/dev-perl/Math-NumSeq/metadata.xml
+++ b/dev-perl/Math-NumSeq/metadata.xml
@@ -1,18 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tomboy64@sina.cn</email>
-		<name>Proxy-Maintainer; please assign him to bugs.</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>perl@gentoo.org</email>
 		<name>Gentoo Perl Project</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Gentoo Proxy Maintainers Project</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="cpan">Math-NumSeq</remote-id>
 		<remote-id type="cpan-module">Math::NumSeq</remote-id>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2018-07-15 18:55 Thomas Deutschmann
  0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-07-15 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     1bee6ed881adc743aa72f79eb73783ad0ee473d9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 18:47:46 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:47:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bee6ed8

dev-perl/Math-NumSeq: x86 stable (bug #661196)

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
index fc03552d4d8..f76bcf56c74 100644
--- a/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="number sequences (for example from OEIS)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test examples"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2018-08-18  1:17 Kent Fredric
  0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2018-08-18  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     796ed935e9dcbc2fbcf8a1f6a36a39fefef148c6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 06:01:49 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 01:15:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796ed935

dev-perl/Math-NumSeq: Cleanup old version 71.0.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-NumSeq/Manifest                  |  1 -
 dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild | 45 --------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index ed78df0010d..0165bdbdd72 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1,2 +1 @@
-DIST Math-NumSeq-71.tar.gz 824620 BLAKE2B 53bc5f36af42001d6cb24f6c0f00531b356eb09876ca2474501b08fa5c7a75a972ba84b5af359ee5b2a8357dbb57c12a053e5738bfc3243b09badca900b8d356 SHA512 2679d6b28523b172e1ac4b48b018e896c083d1d45227fd0bd4d156c6dc2862edb234888701ce4019234a7cff888cf84bf72b4e8ebd2f5d78fb5ae12c8374ce2d
 DIST Math-NumSeq-72.tar.gz 828627 BLAKE2B 20ef40f836ddfe3084c236a7eb9cb618aaa0844edfc4f743d7424cde2df92ab5ed1d919887cc52581baa4f203ab9f3641e8f64dd5e5f700ca8a46b69fad8c0ee SHA512 7ba1c69eced5adeca7cc0d6247885b291d7b96b09d256e652c207ebd034b8ceea477d4016a71f28f4247b8f5ba644dcaacbd9b358144ee06057c30b0bc1f0cbc

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
deleted file mode 100644
index bfdca5f8737..00000000000
--- a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KRYDE
-DIST_VERSION=71
-inherit perl-module
-
-DESCRIPTION="number sequences (for example from OEIS)"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test examples"
-
-RDEPEND="
-	dev-perl/File-HomeDir
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/Math-Factor-XS-0.400.0
-	dev-perl/Math-Libm
-	>=dev-perl/Math-Prime-XS-0.260.0
-	virtual/perl-Module-Load
-	>=dev-perl/Module-Pluggable-4.700.0
-	dev-perl/Module-Util
-	>=dev-perl/constant-defer-1.0.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Data-Float
-		virtual/perl-Test
-	)
-"
-
-# Note: Examples need extra deps, but they're not critical LATER
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x /usr/share/doc/${PF}/examples
-		docinto	examples
-		dodoc -r examples/other/*
-	fi
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2021-07-02 20:44 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-07-02 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     879e7533465f36edb76158d9d2a28e0210284ff8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  2 20:29:52 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jul  2 20:43:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879e7533

dev-perl/Math-NumSeq: Version bump 74

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Math-NumSeq/Manifest                  |  1 +
 dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild | 36 ++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index 0165bdbdd72..f30dd4fd874 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1 +1,2 @@
 DIST Math-NumSeq-72.tar.gz 828627 BLAKE2B 20ef40f836ddfe3084c236a7eb9cb618aaa0844edfc4f743d7424cde2df92ab5ed1d919887cc52581baa4f203ab9f3641e8f64dd5e5f700ca8a46b69fad8c0ee SHA512 7ba1c69eced5adeca7cc0d6247885b291d7b96b09d256e652c207ebd034b8ceea477d4016a71f28f4247b8f5ba644dcaacbd9b358144ee06057c30b0bc1f0cbc
+DIST Math-NumSeq-74.tar.gz 839603 BLAKE2B 6d52670375a529050c768fad08e471025dcaa3f9e641f4c8d448b58cdc58d459d096a76ae4a94ed94b244b6b7d11f71a1fa11f1c0fc6c42be7dfd6210a86422b SHA512 2312b7dd5fcdc3e7be4a5575d999bdeff33eaa0e4742ee188298d0c362256c0f02b32d391f734d58c4f101b6590e3bf21c17eb789066d5cf057f1074195e77b7

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
new file mode 100644
index 00000000000..0b10c7c2872
--- /dev/null
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=74
+DIST_EXAMPLES=("examples/other/*")
+inherit perl-module
+
+DESCRIPTION="number sequences (for example from OEIS)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+	dev-perl/File-HomeDir
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/Math-Factor-XS-0.400.0
+	dev-perl/Math-Libm
+	>=dev-perl/Math-Prime-XS-0.260.0
+	virtual/perl-Module-Load
+	>=dev-perl/Module-Pluggable-4.700.0
+	dev-perl/Module-Util
+	>=dev-perl/constant-defer-1.0.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Data-Float
+		virtual/perl-Test
+	)
+"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2021-08-05 14:08 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-08-05 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2838cd0c729a4edfd852cbca04e4eb922814ce1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 14:05:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 14:05:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2838cd0c

dev-perl/Math-NumSeq: Stabilize 74.0.0 x86, #806106

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
index 0b10c7c2872..c771c2a82b9 100644
--- a/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="number sequences (for example from OEIS)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2021-11-13  0:09 Andreas K. Hüttel
  0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-11-13  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     3a97940bf2c7c298baca4f9bba9980ca71633d99
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:00:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:08:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a97940b

dev-perl/Math-NumSeq: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Math-NumSeq/Manifest                  |  1 -
 dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild | 37 --------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index f30dd4fd874..b8d89a4f009 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1,2 +1 @@
-DIST Math-NumSeq-72.tar.gz 828627 BLAKE2B 20ef40f836ddfe3084c236a7eb9cb618aaa0844edfc4f743d7424cde2df92ab5ed1d919887cc52581baa4f203ab9f3641e8f64dd5e5f700ca8a46b69fad8c0ee SHA512 7ba1c69eced5adeca7cc0d6247885b291d7b96b09d256e652c207ebd034b8ceea477d4016a71f28f4247b8f5ba644dcaacbd9b358144ee06057c30b0bc1f0cbc
 DIST Math-NumSeq-74.tar.gz 839603 BLAKE2B 6d52670375a529050c768fad08e471025dcaa3f9e641f4c8d448b58cdc58d459d096a76ae4a94ed94b244b6b7d11f71a1fa11f1c0fc6c42be7dfd6210a86422b SHA512 2312b7dd5fcdc3e7be4a5575d999bdeff33eaa0e4742ee188298d0c362256c0f02b32d391f734d58c4f101b6590e3bf21c17eb789066d5cf057f1074195e77b7

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
deleted file mode 100644
index 20865ebba5b..00000000000
--- a/dev-perl/Math-NumSeq/Math-NumSeq-72.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KRYDE
-DIST_VERSION=72
-DIST_EXAMPLES=("examples/other/*")
-inherit perl-module
-
-DESCRIPTION="number sequences (for example from OEIS)"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/File-HomeDir
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/Math-Factor-XS-0.400.0
-	dev-perl/Math-Libm
-	>=dev-perl/Math-Prime-XS-0.260.0
-	virtual/perl-Module-Load
-	>=dev-perl/Module-Pluggable-4.700.0
-	dev-perl/Module-Util
-	>=dev-perl/constant-defer-1.0.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Data-Float
-		virtual/perl-Test
-	)
-"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2023-03-22  5:22 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-03-22  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b12a2995403d4786f1923256d6067bced6b4610e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:10:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:10:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12a2995

dev-perl/Math-NumSeq: add 75.0.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-NumSeq/Manifest                  |  1 +
 dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild | 36 ++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index b8d89a4f009e..3e184cf09b52 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1 +1,2 @@
 DIST Math-NumSeq-74.tar.gz 839603 BLAKE2B 6d52670375a529050c768fad08e471025dcaa3f9e641f4c8d448b58cdc58d459d096a76ae4a94ed94b244b6b7d11f71a1fa11f1c0fc6c42be7dfd6210a86422b SHA512 2312b7dd5fcdc3e7be4a5575d999bdeff33eaa0e4742ee188298d0c362256c0f02b32d391f734d58c4f101b6590e3bf21c17eb789066d5cf057f1074195e77b7
+DIST Math-NumSeq-75.tar.gz 867355 BLAKE2B 95466cee81621baed7b4f70f512227ef225fdfc558c13023e71bccf13e9c955b662e22a8d1868f07c908ff7674104991c8469e951d5ca5de2839a10221f7cc5d SHA512 4992e3a1f6507581bdd8a0623bc5891dde55a1e39262059805e7158b74b0ec5f5b29ef450d5b90613b21684e3e067efbe895765bc133dd32abaf2971be88c78b

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild
new file mode 100644
index 000000000000..7a8abed32021
--- /dev/null
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=75
+DIST_EXAMPLES=("examples/other/*")
+inherit perl-module
+
+DESCRIPTION="Number sequences (for example from OEIS)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+	dev-perl/File-HomeDir
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/Math-Factor-XS-0.400.0
+	dev-perl/Math-Libm
+	>=dev-perl/Math-Prime-XS-0.260.0
+	virtual/perl-Module-Load
+	>=dev-perl/Module-Pluggable-4.700.0
+	dev-perl/Module-Util
+	>=dev-perl/constant-defer-1.0.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Data-Float
+		virtual/perl-Test
+	)
+"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/
@ 2023-06-01  5:31 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-06-01  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     901e0d843de4eb5eba102aee7f0dbf278717e504
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 05:30:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 05:30:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=901e0d84

dev-perl/Math-NumSeq: Stabilize 75.0.0 x86, #907558

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild b/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild
index 7a8abed32021..a5433a053c65 100644
--- a/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-75.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Number sequences (for example from OEIS)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="examples"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-06-01  5:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18  1:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-NumSeq/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2023-06-01  5:31 Sam James
2023-03-22  5:22 Sam James
2021-11-13  0:09 Andreas K. Hüttel
2021-08-05 14:08 Sam James
2021-07-02 20:44 Andreas K. Hüttel
2018-07-15 18:55 Thomas Deutschmann
2018-04-03 15:28 Jonas Stein
2017-11-01 18:29 Kent Fredric
2017-10-26 20:18 Thomas Deutschmann
2016-04-03 21:24 Andreas Hüttel
2016-04-03 21:24 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox