summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-09-18 15:18:25 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-09-18 15:18:25 +0000
commit31a56bf939fd876bc23171824c8f83f809a50fbb (patch)
tree10eb4b5d07e7d901c470390dfe9b6739a74d4af0 /dev-python/eyeD3
parentRaise cups dependency to fix bug #517554, thanks adr (diff)
downloadgentoo-2-31a56bf939fd876bc23171824c8f83f809a50fbb.tar.gz
gentoo-2-31a56bf939fd876bc23171824c8f83f809a50fbb.tar.bz2
gentoo-2-31a56bf939fd876bc23171824c8f83f809a50fbb.zip
old
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-python/eyeD3')
-rw-r--r--dev-python/eyeD3/ChangeLog7
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild43
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild28
-rw-r--r--dev-python/eyeD3/eyeD3-0.6.18.ebuild42
-rw-r--r--dev-python/eyeD3/eyeD3-0.7.1.ebuild28
-rw-r--r--dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild35
-rw-r--r--dev-python/eyeD3/eyeD3-0.7.4.ebuild29
-rw-r--r--dev-python/eyeD3/files/eyeD3-build-task.patch19
8 files changed, 6 insertions, 225 deletions
diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog
index 59e0b9ea09d6..6ba0dadf18dd 100644
--- a/dev-python/eyeD3/ChangeLog
+++ b/dev-python/eyeD3/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/eyeD3
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.78 2014/09/18 15:15:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.79 2014/09/18 15:18:25 ssuominen Exp $
+
+ 18 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> -eyeD3-0.6.18-r1.ebuild,
+ -eyeD3-0.6.18-r2.ebuild, -eyeD3-0.6.18.ebuild, -eyeD3-0.7.1.ebuild,
+ -eyeD3-0.7.4-r1.ebuild, -eyeD3-0.7.4.ebuild, -files/eyeD3-build-task.patch:
+ old
18 Sep 2014; Samuli Suominen <ssuominen@gentoo.org> eyeD3-0.7.4-r2.ebuild:
amd64/ppc/ppc64/x86 stable wrt #523136
diff --git a/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild b/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild
deleted file mode 100644
index 6e8e3aca8a6a..000000000000
--- a/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild,v 1.8 2014/08/21 12:41:50 armin76 Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_configure() {
- python_execute_function -d -f -q
-}
-
-src_install() {
- dohtml *.html && rm -f *.html
- distutils_src_install
-
- install_script() {
- mkdir -p "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
- cp bin/eyeD3 "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
- }
- python_execute_function -q install_script
- python_merge_intermediate_installation_images "${T}/images"
-
- doman doc/*.1
-
- # Use the eyeD3 binary from SLOT="0.7"
- rm -rf "${ED}"/usr/bin
-}
diff --git a/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild b/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild
deleted file mode 100644
index 29a069458cc8..000000000000
--- a/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r2.ebuild,v 1.3 2014/08/21 12:41:50 armin76 Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-python_configure_all() {
- econf
-}
-
-python_install_all() {
- local DOCS=( AUTHORS ChangeLog NEWS README TODO )
- local HTML_DOCS=( *.html )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/eyeD3/eyeD3-0.6.18.ebuild b/dev-python/eyeD3/eyeD3-0.6.18.ebuild
deleted file mode 100644
index b38aff74fd29..000000000000
--- a/dev-python/eyeD3/eyeD3-0.6.18.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18.ebuild,v 1.7 2012/03/31 17:49:57 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
-src_configure() {
- python_execute_function -d -f -q
-}
-
-src_install() {
- dohtml *.html && rm -f *.html
- distutils_src_install
-
- install_script() {
- mkdir -p "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
- cp bin/eyeD3 "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
- }
- python_execute_function -q install_script
- python_merge_intermediate_installation_images "${T}/images"
-
- doman doc/*.1
-}
diff --git a/dev-python/eyeD3/eyeD3-0.7.1.ebuild b/dev-python/eyeD3/eyeD3-0.7.1.ebuild
deleted file mode 100644
index 6ef1e0e1c8b7..000000000000
--- a/dev-python/eyeD3/eyeD3-0.7.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v 1.9 2014/08/21 12:41:50 armin76 Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
-HOMEPAGE="http://eyed3.nicfit.net/"
-SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0.7"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
-DEPEND="${RDEPEND}
- dev-python/paver[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${PN}-build-task.patch" )
-
-python_install_all() {
- dodoc AUTHORS ChangeLog README.rst
-}
diff --git a/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild b/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild
deleted file mode 100644
index 79e04f96310c..000000000000
--- a/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r1.ebuild,v 1.2 2014/08/21 12:41:50 armin76 Exp $
-
-EAPI=5
-
-# For python3_{2,3}, see bugs 501338, 501340
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
-HOMEPAGE="http://eyed3.nicfit.net/"
-SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0.7"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
-DEPEND="${RDEPEND}
- dev-python/paver[${PYTHON_USEDEP}]"
-
-python_install() {
- distutils-r1_python_install
-
- sed -i -e "s:python:${EPYTHON}:" "${ED}"/usr/bin/${PN}
-}
-
-python_install_all() {
- dodoc AUTHORS ChangeLog README.rst
- distutils-r1_python_install_all
-}
diff --git a/dev-python/eyeD3/eyeD3-0.7.4.ebuild b/dev-python/eyeD3/eyeD3-0.7.4.ebuild
deleted file mode 100644
index 03b99e27363b..000000000000
--- a/dev-python/eyeD3/eyeD3-0.7.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4.ebuild,v 1.7 2014/08/21 12:41:50 armin76 Exp $
-
-EAPI=5
-
-# For python3_{2,3}, see bugs 501338, 501340
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
-HOMEPAGE="http://eyed3.nicfit.net/"
-SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0.7"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
-DEPEND="${RDEPEND}
- dev-python/paver[${PYTHON_USEDEP}]"
-
-python_install_all() {
- dodoc AUTHORS ChangeLog README.rst
- distutils-r1_python_install_all
-}
diff --git a/dev-python/eyeD3/files/eyeD3-build-task.patch b/dev-python/eyeD3/files/eyeD3-build-task.patch
deleted file mode 100644
index 00459bf69542..000000000000
--- a/dev-python/eyeD3/files/eyeD3-build-task.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Remove broken build task.
-https://bugs.gentoo.org/show_bug.cgi?id=463340
---- a/pavement.py
-+++ b/pavement.py
-@@ -144,14 +144,6 @@
- target_file.close()
-
- @task
--@needs("eyed3_info",
-- "setuptools.command.build_py")
--@consume_args
--def build():
-- '''Build the code'''
-- pass
--
--@task
- @needs("test_clean", "uncog")
- def clean():
- '''Cleans mostly everything'''