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.2.ebuild
@ 2013-11-08 18:21 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2013-11-08 18:21 UTC (permalink / raw
  To: gentoo-commits

billie      13/11/08 18:21:16

  Modified:             ChangeLog
  Added:                puddletag-1.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)

Revision  Changes    Path
1.33                 media-sound/puddletag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	12 Sep 2013 22:37:42 -0000	1.32
+++ ChangeLog	8 Nov 2013 18:21:16 -0000	1.33
@@ -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.32 2013/09/12 22:37:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.33 2013/11/08 18:21:16 billie Exp $
+
+*puddletag-1.0.2 (08 Nov 2013)
+
+  08 Nov 2013; Daniel Pielmeier <billie@gentoo.org> +puddletag-1.0.2.ebuild:
+  Version bump.
 
   12 Sep 2013; Michał Górny <mgorny@gentoo.org> puddletag-1.0.1-r1.ebuild:
   Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions



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

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

Index: puddletag-1.0.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-1.0.2.ebuild,v 1.1 2013/11/08 18:21:16 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)





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

* [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-1.0.2.ebuild
@ 2014-03-24 17:12 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2014-03-24 17:12 UTC (permalink / raw
  To: gentoo-commits

billie      14/03/24 17:12:05

  Modified:             ChangeLog
  Removed:              puddletag-1.0.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)

Revision  Changes    Path
1.36                 media-sound/puddletag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	23 Mar 2014 10:47:47 -0000	1.35
+++ ChangeLog	24 Mar 2014 17:12:05 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/puddletag
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.36 2014/03/24 17:12:05 billie Exp $
+
+  24 Mar 2014; Daniel Pielmeier <billie@gentoo.org> -puddletag-1.0.2.ebuild:
+  Remove old.
 
 *puddletag-1.0.3 (23 Mar 2014)
 





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

end of thread, other threads:[~2014-03-24 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 18:21 [gentoo-commits] gentoo-x86 commit in media-sound/puddletag: ChangeLog puddletag-1.0.2.ebuild Daniel Pielmeier (billie)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-24 17:12 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