billie 14/03/23 10:47:47 Modified: ChangeLog Added: puddletag-1.0.3.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Revision Changes Path 1.35 media-sound/puddletag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 30 Nov 2013 15:07:12 -0000 1.34 +++ ChangeLog 23 Mar 2014 10:47:47 -0000 1.35 @@ -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 <[email protected]> +puddletag-1.0.3.ebuild: + Version bump. 30 Nov 2013; Daniel Pielmeier <[email protected]> -puddletag-1.0.1-r1.ebuild: Remove old. 1.1 media-sound/puddletag/puddletag-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/puddletag-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/puddletag-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: puddletag-1.0.3.ebuild =================================================================== # 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)
