public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-1.0.0.ebuild
@ 2012-08-26  9:37 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2012-08-26  9:37 UTC (permalink / raw
  To: gentoo-commits

billie      12/08/26 09:37:33

  Modified:             ChangeLog
  Added:                puddletag-1.0.0.ebuild
  Log:
  Version bump. This fixes bug #432666. Thanks to Morris for the report.
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.20                 media-sound/puddletag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	6 May 2012 12:12:30 -0000	1.19
+++ ChangeLog	26 Aug 2012 09:37:33 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/puddletag
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.19 2012/05/06 12:12:30 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.20 2012/08/26 09:37:33 billie Exp $
+
+*puddletag-1.0.0 (26 Aug 2012)
+
+  26 Aug 2012; Daniel Pielmeier <billie@gentoo.org> +puddletag-1.0.0.ebuild:
+  Version bump. This fixes bug #432666. Thanks to Morris for the report.
 
   06 May 2012; Daniel Pielmeier <billie@gentoo.org> -puddletag-0.10.6.3.ebuild:
   Remove old.



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

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

Index: puddletag-1.0.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-1.0.0.ebuild,v 1.1 2012/08/26 09:37:33 billie Exp $

EAPI=4

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 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cover musicbrainz quodlibet"

DEPEND=""
RDEPEND=">=dev-python/PyQt4-4.5
	>=dev-python/pyparsing-1.5.1
	>=media-libs/mutagen-1.20
	>=dev-python/configobj-4.7.2
	musicbrainz? ( >=dev-python/python-musicbrainz-0.7.2 )
	cover? ( >=dev-python/imaging-1.1.7 )
	quodlibet? ( >=media-sound/quodlibet-2.2.1 )
	>=dev-python/sip-4.11.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
}

src_install() {
	distutils_src_install
	dodoc changelog HACKING THANKS
}

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-1.0.0.ebuild
@ 2012-10-01 16:16 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2012-10-01 16:16 UTC (permalink / raw
  To: gentoo-commits

billie      12/10/01 16:16:40

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

Revision  Changes    Path
1.23                 media-sound/puddletag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Sep 2012 15:49:58 -0000	1.22
+++ ChangeLog	1 Oct 2012 16:16:40 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/puddletag
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.22 2012/09/16 15:49:58 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.23 2012/10/01 16:16:40 billie Exp $
+
+  01 Oct 2012; Daniel Pielmeier <billie@gentoo.org> -puddletag-1.0.0.ebuild:
+  Remove old.
 
 *puddletag-1.0.1 (16 Sep 2012)
 





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

end of thread, other threads:[~2012-10-01 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 16:16 [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-1.0.0.ebuild Daniel Pielmeier (billie)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-26  9:37 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