public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-AMF/
@ 2016-04-29 19:36 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-04-29 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d5aa289c7c7ff099bdf33d2f0bc42155a2ea38d9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 26 13:04:52 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5aa289c

dev-perl/Data-AMF: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
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/Data-AMF/Data-AMF-0.90.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
index 05919f3..9496df1 100644
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
+++ b/dev-perl/Data-AMF/Data-AMF-0.90.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$
 
@@ -20,7 +20,7 @@ RDEPEND="dev-perl/DateTime
 	dev-perl/XML-LibXML"
 
 DEPEND="${RDEPEND}
-	test? ( dev-perl/yaml )"
+	test? ( dev-perl/YAML )"
 
 src_prepare() {
 	sed -i '/^inc\/YAML.pm/d' MANIFEST || die


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-AMF/
@ 2017-06-25  7:49 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-06-25  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     d7c6c0dd2b00f02b2de34fbe76651836ea3d48b8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:49:02 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:49:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c6c0dd

dev-perl/Data-AMF: Fix for '.' in @INC re bug #615632

Module::Install + 5.26 fix

Bug: https://bugs.gentoo.org/615632
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
index 4e56ff4ae41..f1c1192fc62 100644
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
+++ b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.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=5
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}
 src_prepare() {
 	sed -i '/^inc\/YAML.pm/d' MANIFEST || die
 	rm inc/YAML.pm || die
+	sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
 	perl-module_src_prepare
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-AMF/
@ 2020-07-17  9:20 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-07-17  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     49f722ab9565dc414e724d6a6c383541701978ce
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 09:18:22 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 09:18:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f722ab

dev-perl/Data-AMF: Add missing dep on Test-Base re bug #733032

Closes: https://bugs.gentoo.org/733032
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild b/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild
index 40e0eaa95bf..466c22645be 100644
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild
+++ b/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild
@@ -23,6 +23,7 @@ BDEPEND="${RDEPEND}
 	test? (
 		dev-perl/YAML
 		dev-perl/Spiffy
+		dev-perl/Test-Base
 		virtual/perl-Test-Simple
 	)
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-AMF/
@ 2021-05-14 11:06 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-14 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6fa106c0a5a334aa2f478e28d07c2a2ee15e8e40
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 10:47:08 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 14 11:05:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa106c0

dev-perl/Data-AMF: 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/Data-AMF/Data-AMF-0.90.0-r1.ebuild | 33 -----------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild b/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
deleted file mode 100644
index 53443fc4863..00000000000
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TYPESTER
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="(de)serializer perl module for Adobe's AMF (Action Message Format)"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/DateTime
-	dev-perl/Any-Moose
-	dev-perl/UNIVERSAL-require
-	dev-perl/XML-LibXML"
-
-DEPEND="${RDEPEND}
-	test? ( dev-perl/YAML )"
-
-src_prepare() {
-	sed -i '/^inc\/YAML.pm/d' MANIFEST || die
-	rm inc/YAML.pm || die
-	sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-AMF/
@ 2021-05-14 11:06 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-05-14 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5e26d297a7736143c7907c3bb6b86d0149c21120
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 10:46:52 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 14 11:05:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e26d297

dev-perl/Data-AMF: 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/Data-AMF/Data-AMF-0.90.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild b/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild
index 466c22645be..268b721be8e 100644
--- a/dev-perl/Data-AMF/Data-AMF-0.90.0-r2.ebuild
+++ b/dev-perl/Data-AMF/Data-AMF-0.90.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,7 +10,7 @@ inherit perl-module
 DESCRIPTION="(de)serializer perl module for Adobe's AMF (Action Message Format)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

end of thread, other threads:[~2021-05-14 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-14 11:06 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-AMF/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-05-14 11:06 Andreas K. Hüttel
2020-07-17  9:20 Kent Fredric
2017-06-25  7:49 Kent Fredric
2016-04-29 19:36 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