* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2016-08-16 1:37 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-08-16 1:37 UTC (permalink / raw
To: gentoo-commits
commit: 1fd256c2ab791380b7ebb84e206880da54149146
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 05:10:44 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 01:18:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd256c2
dev-perl/Date-Pcalc: Remove unneeded stable on exp arches
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
index 794ee2a..c91d0f4 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Gregorian calendar date calculations"
SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~hppa ~ia64 m68k ppc ~ppc64 s390 sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
DEPEND=">=dev-perl/Bit-Vector-7
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2020-07-25 8:37 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-07-25 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 403c6fc6c06e94cccd45d7c4d0297a12c2108c68
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 08:33:59 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 08:35:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403c6fc6
dev-perl/Date-Pcalc: -r bump for EAPI7 & toolchain love
- EAPI7
- More correctly map LICENSE
- Make patch paths bump-invariant
- Ensure compile/configure doesn't fail weirdly when LD!=ccld
- Ensure CFLAGS passed to make/compiler
- Remove empty/unused variable assignments
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild | 37 ++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
new file mode 100644
index 00000000000..80dfc035191
--- /dev/null
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=STBEY
+DIST_VERSION=6.1
+inherit perl-module
+
+DESCRIPTION="Gregorian calendar date calculations"
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-perl/Bit-Vector-7.1
+ >=dev-perl/Carp-Clan-5.3
+"
+BDEPEND="${DEPEND}"
+
+mydoc="ToDo"
+PATCHES=(
+ "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
+ "${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
+ "${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
+)
+src_configure() {
+ unset LD
+ [[ -n "${CCLD}" ]] && export LD="${CCLD}"
+ perl-module_src_configure
+}
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2021-05-15 23:32 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 23:32 UTC (permalink / raw
To: gentoo-commits
commit: a0a8f6ceb56043a65d6558be06505c2b85889d1c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 23:30:56 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 23:32:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a8f6ce
dev-perl/Date-Pcalc: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
index 80dfc035191..fc7b7a81462 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,25 +10,29 @@ inherit perl-module
DESCRIPTION="Gregorian calendar date calculations"
LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86"
+IUSE=""
RDEPEND="
- >=dev-perl/Bit-Vector-7.1
- >=dev-perl/Carp-Clan-5.3
+ >=dev-perl/Bit-Vector-7.100.0
+ >=dev-perl/Carp-Clan-5.300.0
"
BDEPEND="${DEPEND}"
mydoc="ToDo"
+
PATCHES=(
"${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
"${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
"${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
)
+
src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
perl-module_src_configure
}
+
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2021-05-15 23:32 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-05-15 23:32 UTC (permalink / raw
To: gentoo-commits
commit: c70cf567f4610aa10ed0faa9224775ddb7600478
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 23:31:20 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 15 23:32:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70cf567
dev-perl/Date-Pcalc: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild | 26 ------------------------
1 file changed, 26 deletions(-)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
deleted file mode 100644
index c31d2d11619..00000000000
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=STBEY
-MODULE_VERSION=6.1
-inherit perl-module
-
-DESCRIPTION="Gregorian calendar date calculations"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-perl/Bit-Vector-7
- >=dev-perl/Carp-Clan-5.3"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-mydoc="ToDo"
-PATCHES=(
- "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
- "${FILESDIR}/${P}-unescaped-left-brace-5.26.patch"
- "${FILESDIR}/${P}-datestamp-window-move.patch"
-)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2024-05-22 2:18 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-05-22 2:18 UTC (permalink / raw
To: gentoo-commits
commit: 9312cc5550a3292e50fb9757c5ec0a43768a63c9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:04:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:17:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9312cc55
dev-perl/Date-Pcalc: EAPI 8, rely on eclass impls
This covers more variables/args, etc.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
new file mode 100644
index 000000000000..958cd2737874
--- /dev/null
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=STBEY
+DIST_VERSION=6.1
+inherit perl-module
+
+DESCRIPTION="Gregorian calendar date calculations"
+
+LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ >=dev-perl/Bit-Vector-7.100.0
+ >=dev-perl/Carp-Clan-5.300.0
+"
+BDEPEND="${DEPEND}"
+
+mydoc="ToDo"
+
+PATCHES=(
+ "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
+ "${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
+ "${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
+)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2024-06-25 4:14 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-06-25 4:14 UTC (permalink / raw
To: gentoo-commits
commit: 4f5fdcd4b3332afedc0f9e2079f14c73f4186ec5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:13:41 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:13:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f5fdcd4
dev-perl/Date-Pcalc: Stabilize 6.100.0-r3 x86, #934827
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
index 958cd2737874..f58f85f64115 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Gregorian calendar date calculations"
LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
>=dev-perl/Bit-Vector-7.100.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/
@ 2024-06-25 4:45 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-06-25 4:45 UTC (permalink / raw
To: gentoo-commits
commit: cf221f267e1dd85e4e42b369d61e7df32b223e22
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:44:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:44:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf221f26
dev-perl/Date-Pcalc: Stabilize 6.100.0-r3 ppc, #934827
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
index 28af578798c3..c43ee9afa954 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Gregorian calendar date calculations"
LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 ~sparc x86"
RDEPEND="
>=dev-perl/Bit-Vector-7.100.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-06-25 4:45 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 4:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 4:45 Sam James
2024-05-22 2:18 Sam James
2021-05-15 23:32 Andreas K. Hüttel
2021-05-15 23:32 Andreas K. Hüttel
2020-07-25 8:37 Kent Fredric
2016-08-16 1:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox