diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-08-05 13:03:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-08-05 13:03:04 +0000 |
commit | 15c0ac1dcf7abe4e2971e8fb3ff08653c314ae27 (patch) | |
tree | 0cfbe6401719ef47f8ff8e54b8991bdc3b0d4b5a /dev-python/pyvorbis | |
parent | Fix the horizontal scrollbar issue in khtml (diff) | |
download | historical-15c0ac1dcf7abe4e2971e8fb3ff08653c314ae27.tar.gz historical-15c0ac1dcf7abe4e2971e8fb3ff08653c314ae27.tar.bz2 historical-15c0ac1dcf7abe4e2971e8fb3ff08653c314ae27.zip |
version bump
Diffstat (limited to 'dev-python/pyvorbis')
-rw-r--r-- | dev-python/pyvorbis/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyvorbis/files/digest-pyvorbis-1.3 | 1 | ||||
-rw-r--r-- | dev-python/pyvorbis/pyvorbis-1.3.ebuild | 26 |
3 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/pyvorbis/Manifest b/dev-python/pyvorbis/Manifest index 5248a15216a7..9945c6a7f517 100644 --- a/dev-python/pyvorbis/Manifest +++ b/dev-python/pyvorbis/Manifest @@ -1,6 +1,6 @@ -MD5 7106450b2d61bb9f4fd59be9a5cdda43 ChangeLog 547 +MD5 3f287a843194dbc6e72e0de9ab6897f9 ChangeLog 663 MD5 457bed4b2eb18a09e6fded70f40cfcc6 pyvorbis-1.1.ebuild 684 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 23a387fd498f176399a144e72d9418c7 pyvorbis-1.3.ebuild 686 +MD5 0df224f1931fde996af15b227380f06f pyvorbis-1.3.ebuild 686 MD5 28ec3622a17a96ac8cc3ef8427ac3e45 files/digest-pyvorbis-1.1 63 MD5 84b7cbaeca9420845e5703c0df9ad725 files/digest-pyvorbis-1.3 63 diff --git a/dev-python/pyvorbis/files/digest-pyvorbis-1.3 b/dev-python/pyvorbis/files/digest-pyvorbis-1.3 new file mode 100644 index 000000000000..38f3620bbf02 --- /dev/null +++ b/dev-python/pyvorbis/files/digest-pyvorbis-1.3 @@ -0,0 +1 @@ +MD5 c7e31c4b1711b5eec7c45fbc9b87438e pyvorbis-1.3.tar.gz 37768 diff --git a/dev-python/pyvorbis/pyvorbis-1.3.ebuild b/dev-python/pyvorbis/pyvorbis-1.3.ebuild new file mode 100644 index 000000000000..fec189aedac1 --- /dev/null +++ b/dev-python/pyvorbis/pyvorbis-1.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.3.ebuild,v 1.1 2003/08/05 13:01:08 liquidx Exp $ + +inherit distutils + +DESCRIPTION="Python bindings for the ogg.vorbis library" +HOMEPAGE="http://www.andrewchatham.com/pyogg/" +SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" + +DEPEND="dev-lang/python + >=media-libs/libogg-1.0 + >=media-libs/libvorbis-1.0 + >=dev-python/pyogg-1.1" + +src_compile() { + ./config_unix.py || die + distutils_src_compile +} + +DOCS="AUTHORS COPYING ChangeLog NEWS README" + |