diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-18 14:49:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-18 14:49:31 +0000 |
commit | 13e2610ee3bf273c083594a2151be8086f87068e (patch) | |
tree | 572089df317acd5992d20c7ea1c2194b41b0b678 /media-libs/mutagen | |
parent | Remove older 3.7.x, bug #454206 (diff) | |
download | gentoo-2-13e2610ee3bf273c083594a2151be8086f87068e.tar.gz gentoo-2-13e2610ee3bf273c083594a2151be8086f87068e.tar.bz2 gentoo-2-13e2610ee3bf273c083594a2151be8086f87068e.zip |
Version bump wrt #458052 by Jamie Daws. Use distutils-r1 but it's like src_test() is ignored.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/mutagen')
-rw-r--r-- | media-libs/mutagen/ChangeLog | 10 | ||||
-rw-r--r-- | media-libs/mutagen/mutagen-1.21.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/media-libs/mutagen/ChangeLog b/media-libs/mutagen/ChangeLog index ffbf9c1d8bc8..a7e21dd5bfeb 100644 --- a/media-libs/mutagen/ChangeLog +++ b/media-libs/mutagen/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/mutagen -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.91 2011/04/24 17:42:45 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/ChangeLog,v 1.92 2013/02/18 14:49:31 ssuominen Exp $ + +*mutagen-1.21 (18 Feb 2013) + + 18 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> +mutagen-1.21.ebuild: + Version bump wrt #458052 by Jamie Daws. Use distutils-r1 but it's like + src_test() is ignored. 24 Apr 2011; Raúl Porcel <armin76@gentoo.org> mutagen-1.20.ebuild: sparc stable wrt #357427 diff --git a/media-libs/mutagen/mutagen-1.21.ebuild b/media-libs/mutagen/mutagen-1.21.ebuild new file mode 100644 index 000000000000..bb6b70612255 --- /dev/null +++ b/media-libs/mutagen/mutagen-1.21.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mutagen/mutagen-1.21.ebuild,v 1.1 2013/02/18 14:49:31 ssuominen Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Mutagen is an audio metadata tag reader and writer implemented in pure Python." +HOMEPAGE="http://code.google.com/p/mutagen http://pypi.python.org/pypi/mutagen" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" +IUSE="" + +DOCS=( API-NOTES NEWS README TODO TUTORIAL ) + +#TODO: Backport DISTUTILS_SRC_TEST="setup.py" + deps from mutagen-1.20.ebuild |