public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-0.9.11.ebuild
@ 2011-01-10 20:14 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2011-01-10 20:14 UTC (permalink / raw
  To: gentoo-commits

billie      11/01/10 20:14:35

  Modified:             ChangeLog
  Added:                puddletag-0.9.11.ebuild
  Log:
  Version bump. Fixes bug #350855 reported by Nickolaj Stjujsckij.
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.6                  media-sound/puddletag/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Nov 2010 19:21:15 -0000	1.5
+++ ChangeLog	10 Jan 2011 20:14:35 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/puddletag
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.5 2010/11/10 19:21:15 billie Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.6 2011/01/10 20:14:35 billie Exp $
+
+*puddletag-0.9.11 (10 Jan 2011)
+
+  10 Jan 2011; Daniel Pielmeier <billie@gentoo.org> +puddletag-0.9.11.ebuild:
+  Version bump. Fixes bug #350855 reported by Nickolaj Stjujsckij.
 
   10 Nov 2010; Daniel Pielmeier <billie@gentoo.org> -puddletag-0.9.6.ebuild:
   Remove old.



1.1                  media-sound/puddletag/puddletag-0.9.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/puddletag-0.9.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/puddletag-0.9.11.ebuild?rev=1.1&content-type=text/plain

Index: puddletag-0.9.11.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-0.9.11.ebuild,v 1.1 2011/01/10 20:14:35 billie Exp $

EAPI=2

PYTHON_DEPEND=2
PYTHON_MODNAME=puddlestuff

inherit distutils fdo-mime python

DESCRIPTION="Audio tag editor"
HOMEPAGE="http://puddletag.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cover quodlibet"

DEPEND=""
RDEPEND=">=dev-python/PyQt4-4.5
	>=dev-python/pyparsing-1.4
	>=media-libs/mutagen-1.17
	>=dev-python/configobj-4.7.2
	>=dev-python/python-musicbrainz-0.7.0
	cover? ( >=dev-python/imaging-1.1.7 )
	quodlibet? ( >=media-sound/quodlibet-2.2.1 )
	>=dev-python/sip-4.10.2
	>=dev-python/lxml-2.2.8"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	python_convert_shebangs -q -r 2 .
	distutils_src_prepare
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	distutils_pkg_postinst
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	distutils_pkg_postrm
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-0.9.11.ebuild
@ 2011-02-13 20:08 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2011-02-13 20:08 UTC (permalink / raw
  To: gentoo-commits

billie      11/02/13 20:08:23

  Modified:             ChangeLog
  Removed:              puddletag-0.9.11.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.8                  media-sound/puddletag/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/puddletag/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Feb 2011 17:55:16 -0000	1.7
+++ ChangeLog	13 Feb 2011 20:08:22 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/puddletag
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.7 2011/02/09 17:55:16 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.8 2011/02/13 20:08:22 billie Exp $
+
+  13 Feb 2011; Daniel Pielmeier <billie@gentoo.org> -puddletag-0.9.11.ebuild:
+  Remove old.
 
 *puddletag-0.9.12 (09 Feb 2011)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-13 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 20:14 [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-0.9.11.ebuild Daniel Pielmeier (billie)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-13 20:08 Daniel Pielmeier (billie)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox