summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-13 17:52:00 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-13 17:52:00 +0000
commit4ae987fffaafe6dc0b890bb8333be84b26acb37b (patch)
tree7cae2a74491ef29fa6acb50327c6a4928067bd1c /dev-python/pyvorbis
parentVersion bump (diff)
downloadgentoo-2-4ae987fffaafe6dc0b890bb8333be84b26acb37b.tar.gz
gentoo-2-4ae987fffaafe6dc0b890bb8333be84b26acb37b.tar.bz2
gentoo-2-4ae987fffaafe6dc0b890bb8333be84b26acb37b.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/pyvorbis')
-rw-r--r--dev-python/pyvorbis/pyvorbis-1.3.ebuild26
-rw-r--r--dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild38
-rw-r--r--dev-python/pyvorbis/pyvorbis-1.4-r2.ebuild38
3 files changed, 0 insertions, 102 deletions
diff --git a/dev-python/pyvorbis/pyvorbis-1.3.ebuild b/dev-python/pyvorbis/pyvorbis-1.3.ebuild
deleted file mode 100644
index 45e4293550cf..000000000000
--- a/dev-python/pyvorbis/pyvorbis-1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# 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.16 2007/07/19 18:01:00 coldwind Exp $
-
-inherit distutils
-
-DESCRIPTION="Python bindings for the ogg.vorbis library"
-HOMEPAGE="http://ekyo.nerim.net/software/pyogg/index.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-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"
diff --git a/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild b/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild
deleted file mode 100644
index de3559e0fc86..000000000000
--- a/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r1.ebuild,v 1.13 2007/07/19 18:01:00 coldwind Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="Python bindings for the ogg.vorbis library"
-HOMEPAGE="http://ekyo.nerim.net/software/pyogg/"
-SRC_URI="http://ekyo.nerim.net/software/pyogg/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-lang/python
- >=media-libs/libogg-1.0
- >=media-libs/libvorbis-1.0
- >=dev-python/pyogg-1.1"
-
-DOCS="AUTHORS COPYING ChangeLog NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/pyvorbisfile.c-1.4.patch"
-}
-
-src_compile() {
- ./config_unix.py || die
- distutils_src_compile
-}
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins test/*
-}
diff --git a/dev-python/pyvorbis/pyvorbis-1.4-r2.ebuild b/dev-python/pyvorbis/pyvorbis-1.4-r2.ebuild
deleted file mode 100644
index e89ebf8af53d..000000000000
--- a/dev-python/pyvorbis/pyvorbis-1.4-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyvorbis/pyvorbis-1.4-r2.ebuild,v 1.1 2007/07/19 18:01:00 coldwind Exp $
-
-inherit distutils eutils
-
-DESCRIPTION="Python bindings for the ogg.vorbis library"
-HOMEPAGE="http://ekyo.nerim.net/software/pyogg/"
-SRC_URI="http://ekyo.nerim.net/software/pyogg/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-lang/python
- >=media-libs/libogg-1.0
- >=media-libs/libvorbis-1.0
- >=dev-python/pyogg-1.1"
-
-DOCS="AUTHORS COPYING ChangeLog NEWS README"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/pyvorbisfile.c-1.4.patch"
-}
-
-src_compile() {
- ./config_unix.py || die
- distutils_src_compile
-}
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins test/*
-}