summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-08-27 08:21:39 +0000
committerIan Delaney <idella4@gentoo.org>2013-08-27 08:21:39 +0000
commit671d6246cf079b4ad7a3df37d954ac571dd36f7a (patch)
treebb83e99fe318a44fb4c396d41813f74d7b73e439 /dev-perl/Video-ivtv
parentVersion bump to 1.6.5. Fixes bug #478498 which fixes security bug #478296, se... (diff)
downloadgentoo-2-671d6246cf079b4ad7a3df37d954ac571dd36f7a.tar.gz
gentoo-2-671d6246cf079b4ad7a3df37d954ac571dd36f7a.tar.bz2
gentoo-2-671d6246cf079b4ad7a3df37d954ac571dd36f7a.zip
rebump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/Video-ivtv')
-rw-r--r--dev-perl/Video-ivtv/ChangeLog10
-rw-r--r--dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild20
2 files changed, 27 insertions, 3 deletions
diff --git a/dev-perl/Video-ivtv/ChangeLog b/dev-perl/Video-ivtv/ChangeLog
index 9366b0ff1ffd..c05fe33f0a5c 100644
--- a/dev-perl/Video-ivtv/ChangeLog
+++ b/dev-perl/Video-ivtv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Video-ivtv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.15 2012/06/23 20:28:41 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.16 2013/08/27 08:21:39 idella4 Exp $
+
+*Video-ivtv-0.13-r1 (27 Aug 2013)
+
+ 27 Aug 2013; Ian Delaney <idella4@gentoo.org> +Video-ivtv-0.13-r1.ebuild:
+ rebump -> EAPI 5
23 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove wrong upstream info: Not on CPAN
@@ -53,4 +58,3 @@
15 Oct 2004; <iggy@gentoo.org> +metadata.xml, +Video-ivtv-0.12.ebuild:
initial revision, ebuilds created by me
-
diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild
new file mode 100644
index 000000000000..1b5fb7becd97
--- /dev/null
+++ b/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/Video-ivtv-0.13-r1.ebuild,v 1.1 2013/08/27 08:21:39 idella4 Exp $
+
+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}"