diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2014-03-23 10:47:47 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2014-03-23 10:47:47 +0000 |
commit | 81b0a8ec7e1e48768e0331f86d73bc81d32a600e (patch) | |
tree | 357af96bb5b61bc7d1c591c01b833b11c7d86394 /media-sound/puddletag | |
parent | Stable for sparc, wrt bug #496082 (diff) | |
download | gentoo-2-81b0a8ec7e1e48768e0331f86d73bc81d32a600e.tar.gz gentoo-2-81b0a8ec7e1e48768e0331f86d73bc81d32a600e.tar.bz2 gentoo-2-81b0a8ec7e1e48768e0331f86d73bc81d32a600e.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'media-sound/puddletag')
-rw-r--r-- | media-sound/puddletag/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/puddletag/puddletag-1.0.3.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/media-sound/puddletag/ChangeLog b/media-sound/puddletag/ChangeLog index eb5809af6c00..152a1d26dab5 100644 --- a/media-sound/puddletag/ChangeLog +++ b/media-sound/puddletag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/puddletag -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.34 2013/11/30 15:07:12 billie Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.35 2014/03/23 10:47:47 billie Exp $ + +*puddletag-1.0.3 (23 Mar 2014) + + 23 Mar 2014; Daniel Pielmeier <billie@gentoo.org> +puddletag-1.0.3.ebuild: + Version bump. 30 Nov 2013; Daniel Pielmeier <billie@gentoo.org> -puddletag-1.0.1-r1.ebuild: Remove old. diff --git a/media-sound/puddletag/puddletag-1.0.3.ebuild b/media-sound/puddletag/puddletag-1.0.3.ebuild new file mode 100644 index 000000000000..2a17a06d9d74 --- /dev/null +++ b/media-sound/puddletag/puddletag-1.0.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-1.0.3.ebuild,v 1.1 2014/03/23 10:47:47 billie Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 fdo-mime + +DESCRIPTION="Audio tag editor" +HOMEPAGE="http://puddletag.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="acoustid cover musicbrainz quodlibet" + +DEPEND="" +RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg] + >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}] + >=media-libs/mutagen-1.21[${PYTHON_USEDEP}] + >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}] + acoustid? ( >=media-libs/chromaprint-0.6 ) + musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] ) + cover? ( virtual/python-imaging[${PYTHON_USEDEP}] ) + quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] ) + >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}] + >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]" + +DOCS=( changelog HACKING NEWS README THANKS TODO) |