diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-04-07 14:15:03 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-04-07 14:15:03 +0000 |
commit | e09cd557cf8099f4610b880464743c4191d8dd06 (patch) | |
tree | e870d2aa5f6594e1a33b567e57109f2ec3619e52 /dev-perl/Video-ivtv | |
parent | Version bump. Fix path to sed on BSD, bug 370935. (diff) | |
download | gentoo-2-e09cd557cf8099f4610b880464743c4191d8dd06.tar.gz gentoo-2-e09cd557cf8099f4610b880464743c4191d8dd06.tar.bz2 gentoo-2-e09cd557cf8099f4610b880464743c4191d8dd06.zip |
Drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Video-ivtv')
-rw-r--r-- | dev-perl/Video-ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild | 20 |
2 files changed, 4 insertions, 21 deletions
diff --git a/dev-perl/Video-ivtv/ChangeLog b/dev-perl/Video-ivtv/ChangeLog index 38a780b871df..7d087e453702 100644 --- a/dev-perl/Video-ivtv/ChangeLog +++ b/dev-perl/Video-ivtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Video-ivtv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.20 2014/03/05 15:30:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Video-ivtv/ChangeLog,v 1.21 2014/04/07 14:15:03 zlogene Exp $ + + 07 Apr 2014; Mikle Kolyada <zlogene@gentoo.org> -Video-ivtv-0.13.ebuild: + Drop old 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Video-ivtv-0.13-r1.ebuild: Stable for ppc, wrt bug #495504 diff --git a/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild b/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild deleted file mode 100644 index d88ba733349e..000000000000 --- a/dev-perl/Video-ivtv/Video-ivtv-0.13.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 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.ebuild,v 1.10 2008/03/20 17:45:57 beandog Exp $ - -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" -mydoc="README COPYING" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |