diff options
author | 2001-10-27 08:40:45 +0000 | |
---|---|---|
committer | 2001-10-27 08:40:45 +0000 | |
commit | 1d27fb3795c1e2f9c767854cb8e3b9be9f1b423d (patch) | |
tree | 9ad5be5901904f42ea53b34338a56a7e59bd3af0 /incoming | |
parent | zapping was STILL installing outside of ${D} (diff) | |
download | historical-1d27fb3795c1e2f9c767854cb8e3b9be9f1b423d.tar.gz historical-1d27fb3795c1e2f9c767854cb8e3b9be9f1b423d.tar.bz2 historical-1d27fb3795c1e2f9c767854cb8e3b9be9f1b423d.zip |
new incoming version
Diffstat (limited to 'incoming')
-rw-r--r-- | incoming/mp32ogg/MP3-ID3v1Tag-1.11.ebuild | 2 | ||||
-rw-r--r-- | incoming/mp32ogg/MP3-Info-0.91.ebuild | 36 | ||||
-rw-r--r-- | incoming/mp32ogg/String-ShellQuote-1.00.ebuild | 2 | ||||
-rw-r--r-- | incoming/mp32ogg/mp32ogg-0.10.ebuild | 4 |
4 files changed, 40 insertions, 4 deletions
diff --git a/incoming/mp32ogg/MP3-ID3v1Tag-1.11.ebuild b/incoming/mp32ogg/MP3-ID3v1Tag-1.11.ebuild index f02c6c9d16d1..169d84895cba 100644 --- a/incoming/mp32ogg/MP3-ID3v1Tag-1.11.ebuild +++ b/incoming/mp32ogg/MP3-ID3v1Tag-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Kalen Petersen <kalenp@cs.u.washington.edu>
+# Author Kalen Petersen <kalenp@cs.washington.edu>
# /home/cvsroot/gentoo-x86/dev-perl/MP3-ID3v1Tag/MP3-ID3v1Tag-1.11.ebuild,v 1.0 2001/03/10 12:39:37 achim Exp
P=MP3-ID3v1Tag-1.11
diff --git a/incoming/mp32ogg/MP3-Info-0.91.ebuild b/incoming/mp32ogg/MP3-Info-0.91.ebuild new file mode 100644 index 000000000000..5d8d4775fea7 --- /dev/null +++ b/incoming/mp32ogg/MP3-Info-0.91.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Kalen Petersen <kalenp@cs.washington.edu>
+# /home/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-0.91.ebuild,v 1.0 2001/03/10 23:09:37 achim Exp
+
+P=MP3-Info-0.91
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="A Perl module for manipulating and fetching info from MP3 audio files"
+SRC_URI="http://www.cpan.org/authors/id/C/CN/CNANDOR/${A}"
+HOMEPAGE="http://www.cpan.org/authors/id/C/CN/CNANDOR/${P}.readme"
+
+DEPEND=">=sys-devel/perl-5"
+
+src_compile() {
+
+ perl Makefile.PL
+ try make
+ make test
+}
+
+src_install () {
+
+ try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
+ dodoc Changes MANIFEST README
+
+}
+
+
+
+
+
+
+
+
+
diff --git a/incoming/mp32ogg/String-ShellQuote-1.00.ebuild b/incoming/mp32ogg/String-ShellQuote-1.00.ebuild index 7bbe7b2437d9..d419429c5107 100644 --- a/incoming/mp32ogg/String-ShellQuote-1.00.ebuild +++ b/incoming/mp32ogg/String-ShellQuote-1.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Kalen Petersen <kalenp@cs.u.washington.edu>
+# Author Kalen Petersen <kalenp@cs.washington.edu>
# /home/cvsroot/gentoo-x86/dev-perl/String-ShellQuote/String-ShellQuote-1.00.ebuild,v 1.0 2001/03/10 12:50:37 achim Exp
P=String-ShellQuote-1.00
diff --git a/incoming/mp32ogg/mp32ogg-0.10.ebuild b/incoming/mp32ogg/mp32ogg-0.10.ebuild index 0e4e6a43bfe3..0dc98d217583 100644 --- a/incoming/mp32ogg/mp32ogg-0.10.ebuild +++ b/incoming/mp32ogg/mp32ogg-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Kalen Petersen <kalenp@cs.u.washington.edu>
+# Author Kalen Petersen <kalenp@cs.washington.edu>
# /home/cvsroot/gentoo-x86/media-sound/mp32ogg/mp32ogg-0.10.ebuild,v 1.0 2001/03/10 12:55:37 achim Exp
P=mp32ogg
@@ -11,7 +11,7 @@ SRC_URI="http://ftp.faceprint.com/pub/software/scripts/${A}" HOMEPAGE="http://faceprint.com/software.phtml"
DEPEND=">=sys-devel/perl-5
- >=dev-perl/MP3-ID3v1Tag-1.11
+ >=dev-perl/MP3-Info-0.91
>=dev-perl/String-ShellQuote-1.00
>=media-sound/mpg321-0.1.5
>=vorbis-tools/vorbis-tools-1.0_rc2"
|