diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:02:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:02:46 +0000 |
commit | db3b2b50b70004ff9d64634fe0c480b00894b747 (patch) | |
tree | 715cd02a83cbf987a151943d6154a0f049d7d6fa /media-tv/ivtv-ptune | |
parent | dev-perl/Getopt-Long => perl-core/Getopt-Long migration (diff) | |
download | historical-db3b2b50b70004ff9d64634fe0c480b00894b747.tar.gz historical-db3b2b50b70004ff9d64634fe0c480b00894b747.tar.bz2 historical-db3b2b50b70004ff9d64634fe0c480b00894b747.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-tv/ivtv-ptune')
-rw-r--r-- | media-tv/ivtv-ptune/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/Manifest | 14 | ||||
-rw-r--r-- | media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/media-tv/ivtv-ptune/ChangeLog b/media-tv/ivtv-ptune/ChangeLog index 51b0d94fc930..acecfcd4ce40 100644 --- a/media-tv/ivtv-ptune/ChangeLog +++ b/media-tv/ivtv-ptune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/ivtv-ptune # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ChangeLog,v 1.7 2005/04/20 15:45:17 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ChangeLog,v 1.8 2005/05/25 14:02:46 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + ivtv-ptune-0.2.0_rc3.ebuild: + dev-perl/Getopt-Long => perl-core/Getopt-Long migration 20 Apr 2005; Simon Stelling <blubb@gentoo.org> ivtv-ptune-0.2.0_rc3.ebuild: diff --git a/media-tv/ivtv-ptune/Manifest b/media-tv/ivtv-ptune/Manifest index ea923b59341e..856e775ccdeb 100644 --- a/media-tv/ivtv-ptune/Manifest +++ b/media-tv/ivtv-ptune/Manifest @@ -1,4 +1,14 @@ -MD5 85bd016ade8c3d13a9282e32189a9c70 ChangeLog 1105 -MD5 634ca22673ccb433868e4324484c5a5a ivtv-ptune-0.2.0_rc3.ebuild 816 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b9f5cf822a6b425847cbef9017b39e97 ChangeLog 1254 +MD5 09ae0053bc71818102c6b8fb95bf6416 ivtv-ptune-0.2.0_rc3.ebuild 821 MD5 212f198236ed9fef7b10b46f8cb80c63 metadata.xml 446 MD5 39420103c712943482e260b73f32cf1f files/digest-ivtv-ptune-0.2.0_rc3 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFClIWatG5z4I8BtQoRAkiiAJ91e2QFs6tyQBTfShaNqb0rTTNHLwCeOcbZ +0HvBFoHk9aeecwVdaRNWrdE= +=+U9v +-----END PGP SIGNATURE----- diff --git a/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild index 471d264b6836..46220cc2b8fc 100644 --- a/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild +++ b/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild,v 1.4 2005/04/20 15:45:17 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-ptune/ivtv-ptune-0.2.0_rc3.ebuild,v 1.5 2005/05/25 14:02:46 mcummings Exp $ DESCRIPTION="ivtv tuner perl scripts" HOMEPAGE="http://ivtv.sourceforge.net" @@ -18,7 +18,7 @@ IUSE="X" DEPEND="dev-perl/Video-Frequencies dev-perl/Video-ivtv - dev-perl/Getopt-Long + perl-core/Getopt-Long dev-perl/Config-IniFiles X? ( dev-perl/perl-tk )" |