public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/FLV-AudioExtractor/
@ 2020-08-21  7:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-21  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd8b51a06e3a941ef15ef7dbf72bff22810bea0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 07:33:46 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:34:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd8b51a

dev-perl/FLV-AudioExtractor: -r bump + version normalization for EAPI7

- EAPI7
- Remove unused/empty variable assignments
- Remove unhelpful tests

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../FLV-AudioExtractor-0.10.0-r1.ebuild            | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild
new file mode 100644
index 00000000000..e0317725c63
--- /dev/null
+++ b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=FVOX
+DIST_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="Extract audio from Flash Videos"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/Moose
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"
+PERL_RM_FILES=(
+	t/author-critic.t
+	t/release-distmeta.t
+	t/release-eol.t
+	t/release-pod-coverage.t
+	t/release-pod-syntax.t
+)


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/FLV-AudioExtractor/
@ 2021-06-02 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1b3eac964227c26198ca805298139f6ff334be87
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 18:34:16 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 18:46:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3eac96

dev-perl/FLV-AudioExtractor: Stable for all 0.01-r1

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

 dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild
index e0317725c63..09861029ed5 100644
--- a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.ebuild
+++ b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.10.0-r1.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,14 +10,16 @@ inherit perl-module
 DESCRIPTION="Extract audio from Flash Videos"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-perl/Moose
 "
+
 BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "
+
 PERL_RM_FILES=(
 	t/author-critic.t
 	t/release-distmeta.t


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/FLV-AudioExtractor/
@ 2021-06-02 18:47 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-06-02 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     620d680928cde71627222ceeee1c34e8397954f4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  2 18:34:34 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun  2 18:46:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620d6809

dev-perl/FLV-AudioExtractor: Remove old 0.01

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

 .../FLV-AudioExtractor-0.010.0.ebuild                 | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild b/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild
deleted file mode 100644
index 39a72412406..00000000000
--- a/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FVOX
-MODULE_VERSION=0.01
-inherit perl-module
-
-DESCRIPTION="Extract audio from Flash Videos"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
-RDEPEND="dev-perl/Moose"
-
-SRC_TEST="do parallel"


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

end of thread, other threads:[~2021-06-02 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-21  7:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/FLV-AudioExtractor/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-06-02 18:47 Andreas K. Hüttel
2021-06-02 18:47 Andreas K. Hüttel

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