* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Video-ivtv/
@ 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: 8d130638efdf00af31a8e133103941f2ce957641
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 10:42:34 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 10:42:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d130638
dev-perl/Video-ivtv: set perl as default maintainer.
Package-Manager: portage-2.3.0
dev-perl/Video-ivtv/metadata.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Video-ivtv/metadata.xml b/dev-perl/Video-ivtv/metadata.xml
index d14fc9f..a12542a 100644
--- a/dev-perl/Video-ivtv/metadata.xml
+++ b/dev-perl/Video-ivtv/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-ivtv/
@ 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: a4969b535b337d81fc0fa50c6b47a198719fe3c6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:47:30 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=a4969b53
dev-perl/Video-ivtv: fix mixed metadata.xml indentation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Video-ivtv/metadata.xml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Video-ivtv/metadata.xml b/dev-perl/Video-ivtv/metadata.xml
index a12542ab7cd..cecd9a93b50 100644
--- a/dev-perl/Video-ivtv/metadata.xml
+++ b/dev-perl/Video-ivtv/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>
+ <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-ivtv/
@ 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: d203132b068a0817c8be79889d385f9b8331c5a9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 08:51:12 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 08:52:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d203132b
dev-perl/Video-ivtv: EAPI6 + tests
- EAPI6ify
- Add rudimentary tests
- Add "I'm an adult" features to force test
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild | 39 +++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
new file mode 100644
index 00000000000..7d62cb7029d
--- /dev/null
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit perl-module
+
+DESCRIPTION="Video::ivtv 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
+}
+
+# Requires /dev/video0 access, set DIST_TEST_OVERRIDE
+# to circumvent
+DIST_TEST="skip"
+
+src_test() {
+ ebegin "Compile testing Video::ivtv ${PV}"
+ perl -Mblib="${S}" -M"Video::ivtv ${PV} ()" -e1
+ if ! eend $?; then
+ echo
+ eerror "One or more modules failed compile:";
+ eerror " Video::ivtv ${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-ivtv/
@ 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: 3dc5290e5c4938f9a9701c82a13a7b2eb0331d2c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 22:02:24 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 22:14:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc5290e
dev-perl/Video-ivtv: x86 stable (bug #663938)
Package-Manager: Portage-2.3.46, Repoman-2.3.10
dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
index 7d62cb7029d..4017fa1a588 100644
--- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-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-ivtv/
@ 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: c5ac162b3f44c7e4766344b2a089e317559134eb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 03:07:59 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 03:08:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ac162b
dev-perl/Video-ivtv: amd64 stable wrt bug #663938
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
index 4017fa1a588..abda41ab8c0 100644
--- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-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-ivtv/
@ 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: f0b57fbea15f4b31e43ba9cfb9bd7d05a4a7a948
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:45:19 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:45:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b57fbe
dev-perl/Video-ivtv-0.13-r2: ppc stable, bug 663938
dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
index abda41ab8c0..0cb0ba4ef77 100644
--- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-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-ivtv/
@ 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: 0f91736bb3272743c98d9f219efae201def5e832
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 00:03:45 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=0f91736b
dev-perl/Video-ivtv: stable 0.13-r2 for ia64, bug #663938
Package-Manager: Portage-2.3.47, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"
dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
index 0cb0ba4ef77..9fcfbef9be0 100644
--- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-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-ivtv/
@ 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: fb1d08a64c07183f58b518897809ee5f24d2c1d1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 16:21:47 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 16:22:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1d08a6
dev-perl/Video-ivtv: Remove old 0.13-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild
deleted file mode 100644
index f1551c7b9f0..00000000000
--- a/dev-perl/Video-ivtv/Video-ivtv-0.13-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::ivtv 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-ivtv/
@ 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: 35acaa60553e3eecff69d6ad9f8de49ebc7b8a1f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 15:45:49 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 15:49:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35acaa60
dev-perl/Video-ivtv: EAPI=8 bump
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Video-ivtv-0.13-r2.ebuild => Video-ivtv-0.13-r3.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r3.ebuild
similarity index 91%
rename from dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
rename to dev-perl/Video-ivtv/Video-ivtv-0.13-r3.ebuild
index 0cb0ba4ef77..77f1482fbe4 100644
--- a/dev-perl/Video-ivtv/Video-ivtv-0.13-r2.ebuild
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-r3.ebuild
@@ -1,7 +1,7 @@
-# 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
inherit perl-module
@@ -12,10 +12,9 @@ SRC_URI="mirror://sourceforge/ivtv/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc x86"
-IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
src_configure() {
export OPTIMIZE="$CFLAGS"
^ 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-ivtv/ 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