diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-30 10:31:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-01-30 10:31:30 +0000 |
commit | 0a99c2cbd94946a4cba8ebe30e897ad9f8c43b68 (patch) | |
tree | 5a9487b21dafce0ee969769f25899c68702cabdc | |
parent | version bump (diff) | |
download | gentoo-2-0a99c2cbd94946a4cba8ebe30e897ad9f8c43b68.tar.gz gentoo-2-0a99c2cbd94946a4cba8ebe30e897ad9f8c43b68.tar.bz2 gentoo-2-0a99c2cbd94946a4cba8ebe30e897ad9f8c43b68.zip |
old
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | dev-python/eyeD3/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/eyeD3/eyeD3-0.6.17.ebuild | 42 |
2 files changed, 5 insertions, 44 deletions
diff --git a/dev-python/eyeD3/ChangeLog b/dev-python/eyeD3/ChangeLog index b2f8882206bd..31bd56eaaa21 100644 --- a/dev-python/eyeD3/ChangeLog +++ b/dev-python/eyeD3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/eyeD3 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.52 2012/03/31 17:49:57 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.53 2013/01/30 10:31:30 ssuominen Exp $ + + 30 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> -eyeD3-0.6.17.ebuild: + old 31 Mar 2012; Raúl Porcel <armin76@gentoo.org> eyeD3-0.6.18.ebuild: alpha/sparc stable wrt #404711 diff --git a/dev-python/eyeD3/eyeD3-0.6.17.ebuild b/dev-python/eyeD3/eyeD3-0.6.17.ebuild deleted file mode 100644 index 745f7a3aaab6..000000000000 --- a/dev-python/eyeD3/eyeD3-0.6.17.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.17.ebuild,v 1.15 2011/10/31 19:59:11 hwoarang 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 THANKS 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 -} |