public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2016-11-28 10:42 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-11-28 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     edb359c075693a07b9f08fdc8650f35c680238bf
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 10:41:14 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 10:42:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb359c0

dev-perl/Video-Frequencies: set perl as default maintainer.

Package-Manager: portage-2.3.0

 dev-perl/Video-Frequencies/metadata.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Video-Frequencies/metadata.xml b/dev-perl/Video-Frequencies/metadata.xml
index d14fc9f..9013313 100644
--- a/dev-perl/Video-Frequencies/metadata.xml
+++ b/dev-perl/Video-Frequencies/metadata.xml
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>perl@gentoo.org</email>
+		<name>Gentoo Perl Project</name>
+	</maintainer>
 	<longdescription>
     Driver for ivtv based tv tuner cards, currently supports Hauppauge 
     PVR-[23]50 cards
-  </longdescription>
+	</longdescription>
 	<upstream>
 		<remote-id type="sourceforge">ivtv</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2017-09-18 16:50 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-09-18 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     cffdf0c46f2a80c3174abe3d50c5ce611515b9ba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:46:44 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:50:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffdf0c4

dev-perl/Video-Frequencies: fix mixed metadata.xml indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Video-Frequencies/metadata.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Video-Frequencies/metadata.xml b/dev-perl/Video-Frequencies/metadata.xml
index 90133130620..3ce3524e189 100644
--- a/dev-perl/Video-Frequencies/metadata.xml
+++ b/dev-perl/Video-Frequencies/metadata.xml
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<longdescription>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <longdescription>
     Driver for ivtv based tv tuner cards, currently supports Hauppauge 
     PVR-[23]50 cards
-	</longdescription>
-	<upstream>
-		<remote-id type="sourceforge">ivtv</remote-id>
-	</upstream>
+  </longdescription>
+  <upstream>
+    <remote-id type="sourceforge">ivtv</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2018-03-20  8:55 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2018-03-20  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ebdb3d76fa3c55b95daf0d73cb655db814b2e8f4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 08:42:36 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 08:52:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdb3d76

dev-perl/Video-Frequencies: EAPI6 + tests

- EAPI6ify
- Add basic compile tests

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../Video-Frequencies-0.03-r2.ebuild               | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
new file mode 100644
index 00000000000..cc38e57acea
--- /dev/null
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-module
+
+DESCRIPTION="Video Frequencies perl module, for use with ivtv-ptune"
+HOMEPAGE="http://ivtv.sourceforge.net"
+SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	export OPTIMIZE="$CFLAGS"
+	perl-module_src_configure
+}
+
+src_test() {
+	ebegin "Compile testing Video::Frequencies ${PV}"
+		perl -Mblib="${S}" -M"Video::Frequencies ${PV} ()" -e1
+	if ! eend $?; then
+		echo
+		eerror "One or more modules failed compile:";
+		eerror "  Video::Frequencies ${PV}"
+		die "Failing due to module compilation errors";
+	fi
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2018-08-18 22:15 Thomas Deutschmann
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-08-18 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cefe07122603dd267f887a774f54d2bd34f84db1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 22:01:21 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 22:14:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefe0712

dev-perl/Video-Frequencies: x86 stable (bug #663938)

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
index cc38e57acea..868e9b198e6 100644
--- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc x86"
 IUSE=""
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2018-08-19  3:08 Mikle Kolyada
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-08-19  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e297117f7e9f280dde55795694920a12cd5ca261
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 03:07:02 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 03:08:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e297117f

dev-perl/Video-Frequencies: amd64 stable wrt bug #663938

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
index 868e9b198e6..783be68cd37 100644
--- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~ia64 ~ppc x86"
 IUSE=""
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2018-08-19 18:45 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2018-08-19 18:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e2d81dc87f00baadbb207e19e9c0e5c0338a4889
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:45:18 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:45:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d81dc8

dev-perl/Video-Frequencies-0.03-r2: ppc stable, bug 663938

 dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
index 783be68cd37..e62a3e6bd94 100644
--- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~ia64 ppc x86"
 IUSE=""
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2018-08-21  0:05 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2018-08-21  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     8ed49cf511810d0b6d63944ac0a403547736a976
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 00:03:38 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 00:04:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed49cf5

dev-perl/Video-Frequencies: stable 0.03-r2 for ia64, bug #663938

Package-Manager: Portage-2.3.47, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
index e62a3e6bd94..938ff83f551 100644
--- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86"
+KEYWORDS="amd64 ia64 ppc x86"
 IUSE=""
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2020-04-15 16:22 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-04-15 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     c9158b1fd76eac385e386c9a7fbd493fa4a4cbb6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 15:58:57 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 16:22:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9158b1f

dev-perl/Video-Frequencies: Remove old 0.03-r1

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

 .../Video-Frequencies-0.03-r1.ebuild                  | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r1.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r1.ebuild
deleted file mode 100644
index f2f3848d0a5..00000000000
--- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Video Frequencies perl module, for use with ivtv-ptune"
-HOMEPAGE="http://ivtv.sourceforge.net"
-SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc x86"
-IUSE=""
-
-export OPTIMIZE="$CFLAGS"
-
-RDEPEND="${DEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/
@ 2021-10-02 15:49 Andreas K. Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     76e6e3ff76189a6e697965617a41613ce15116cd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 15:42:03 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 15:49:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e6e3ff

dev-perl/Video-Frequencies: EAPI=8 bump

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

 ...quencies-0.03-r2.ebuild => Video-Frequencies-0.30.0-r3.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild b/dev-perl/Video-Frequencies/Video-Frequencies-0.30.0-r3.ebuild
similarity index 84%
rename from dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
rename to dev-perl/Video-Frequencies/Video-Frequencies-0.30.0-r3.ebuild
index e62a3e6bd94..71ed33d5699 100644
--- a/dev-perl/Video-Frequencies/Video-Frequencies-0.03-r2.ebuild
+++ b/dev-perl/Video-Frequencies/Video-Frequencies-0.30.0-r3.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
+DIST_VERSION=0.03
 inherit perl-module
 
 DESCRIPTION="Video Frequencies perl module, for use with ivtv-ptune"
 HOMEPAGE="http://ivtv.sourceforge.net"
-SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
+SRC_URI="mirror://sourceforge/ivtv/${PN}-${DIST_VERSION}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ia64 ppc x86"
-IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2021-10-02 15:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18 22:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-Frequencies/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2021-10-02 15:49 Andreas K. Hüttel
2020-04-15 16:22 Kent Fredric
2018-08-21  0:05 Sergei Trofimovich
2018-08-19 18:45 Matt Turner
2018-08-19  3:08 Mikle Kolyada
2018-03-20  8:55 Kent Fredric
2017-09-18 16:50 Kent Fredric
2016-11-28 10:42 Patrice Clement

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