summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-21 13:38:15 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-21 13:38:15 +0000
commit252bce363c65d3aecaeb31807ea6978e8a2981d7 (patch)
tree237e40fea87187c725ce7cb8af9708fafb578fa5 /dev-python
parentMarking pure-ftpd-1.0.28 ppc64 for bug 296166 (diff)
downloadgentoo-2-252bce363c65d3aecaeb31807ea6978e8a2981d7.tar.gz
gentoo-2-252bce363c65d3aecaeb31807ea6978e8a2981d7.tar.bz2
gentoo-2-252bce363c65d3aecaeb31807ea6978e8a2981d7.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/tagpy/tagpy-0.94.5-r1.ebuild35
-rw-r--r--dev-python/tagpy/tagpy-0.94.5.ebuild34
2 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/tagpy/tagpy-0.94.5-r1.ebuild b/dev-python/tagpy/tagpy-0.94.5-r1.ebuild
deleted file mode 100644
index 169682a25d75..000000000000
--- a/dev-python/tagpy/tagpy-0.94.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-0.94.5-r1.ebuild,v 1.3 2009/10/08 18:32:11 tommy Exp $
-
-EAPI="2"
-
-inherit distutils
-
-DESCRIPTION="Python bindings for media-libs/taglib"
-HOMEPAGE="http://news.tiker.net/software/tagpy/"
-SRC_URI="http://cheeseshop.python.org/packages/source/t/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/python
- >=media-libs/taglib-1.4
- || ( <dev-libs/boost-1.35.0-r5 >=dev-libs/boost-1.35.0-r5[python] )"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-src_configure() {
- ./configure \
- --taglib-inc-dir="/usr/include/taglib" \
- --boost-python-libname="boost_python-mt" || die
-}
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins test/*
-}
diff --git a/dev-python/tagpy/tagpy-0.94.5.ebuild b/dev-python/tagpy/tagpy-0.94.5.ebuild
deleted file mode 100644
index 08e26a74b582..000000000000
--- a/dev-python/tagpy/tagpy-0.94.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-0.94.5.ebuild,v 1.6 2009/03/13 16:22:43 tcunha Exp $
-
-inherit distutils
-
-DESCRIPTION="Python bindings for media-libs/taglib"
-HOMEPAGE="http://news.tiker.net/software/tagpy/"
-SRC_URI="http://cheeseshop.python.org/packages/source/t/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="virtual/python
- >=media-libs/taglib-1.4
- >=dev-libs/boost-1.34.1"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-src_compile() {
- ./configure \
- --taglib-inc-dir="/usr/include/taglib" \
- --boost-python-libname="boost_python-mt"
- distutils_src_compile
-}
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins test/*
-}