summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/eyeD3/eyeD3-0.6.15.ebuild')
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.15.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/eyeD3/eyeD3-0.6.15.ebuild b/dev-python/eyeD3/eyeD3-0.6.15.ebuild
deleted file mode 100644
index 926cceb1c19e..000000000000
--- a/dev-python/eyeD3/eyeD3-0.6.15.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.15.ebuild,v 1.1 2008/05/13 20:04:06 hawking Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
-HOMEPAGE="http://eyed3.nicfit.net/"
-SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-src_compile() {
- econf
- distutils_src_compile
-}
-
-src_install() {
- # Not calling make install because
- # we would have to patch it (for example bug #164310)
- # and it's therefore easier to do it manually
-
- DOCS="AUTHORS THANKS"
- dohtml README.html && rm README.html
-
- distutils_src_install
-
- dobin bin/eyeD3 || die "dobin failed."
- doman doc/eyeD3.1 || die "doman failed."
-}