public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/audiotag: ChangeLog audiotag-0.19.ebuild
@ 2010-08-27  1:06 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2010-08-27  1:06 UTC (permalink / raw
  To: gentoo-commits

radhermit    10/08/27 01:06:32

  Modified:             ChangeLog
  Added:                audiotag-0.19.ebuild
  Log:
  Version bump to 0.19 for bug #330881.
  
  (Portage version: 2.2_rc69/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 media-sound/audiotag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Aug 2008 19:10:15 -0000	1.24
+++ ChangeLog	27 Aug 2010 01:06:32 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/audiotag
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.24 2008/08/08 19:10:15 yngwin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.25 2010/08/27 01:06:32 radhermit Exp $
+
+*audiotag-0.19 (27 Aug 2010)
+
+  27 Aug 2010; Tim Harder <radhermit@gentoo.org> +audiotag-0.19.ebuild:
+  Version bump to 0.19 for bug #330881.
 
 *audiotag-0.18 (08 Aug 2008)
 



1.1                  media-sound/audiotag/audiotag-0.19.ebuild

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

Index: audiotag-0.19.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.1 2010/08/27 01:06:32 radhermit Exp $

DESCRIPTION="A command-line tool for mass tagging/renaming of audio files."
HOMEPAGE="http://github.com/Daenyth/audiotag"
SRC_URI="http://github.com/downloads/Daenyth/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="aac flac mp3 vorbis"

RDEPEND="dev-lang/perl
	flac? ( media-libs/flac )
	vorbis? ( media-sound/vorbis-tools )
	mp3? ( media-libs/id3lib )
	aac? ( media-video/atomicparsley )"
DEPEND=""

src_install() {
	dobin ${PN}
	dodoc ChangeLog README
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audiotag: ChangeLog audiotag-0.19.ebuild
@ 2010-11-30 21:06 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-11-30 21:06 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/30 21:06:13

  Modified:             ChangeLog audiotag-0.19.ebuild
  Log:
  amd64/x86 stable, bug #346113
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 media-sound/audiotag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	27 Aug 2010 01:06:32 -0000	1.25
+++ ChangeLog	30 Nov 2010 21:06:13 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audiotag
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.25 2010/08/27 01:06:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.26 2010/11/30 21:06:13 maekke Exp $
+
+  30 Nov 2010; Markus Meier <maekke@gentoo.org> audiotag-0.19.ebuild:
+  amd64/x86 stable, bug #346113
 
 *audiotag-0.19 (27 Aug 2010)
 



1.2                  media-sound/audiotag/audiotag-0.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild?r1=1.1&r2=1.2

Index: audiotag-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audiotag-0.19.ebuild	27 Aug 2010 01:06:32 -0000	1.1
+++ audiotag-0.19.ebuild	30 Nov 2010 21:06:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.1 2010/08/27 01:06:32 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.2 2010/11/30 21:06:13 maekke Exp $
 
 DESCRIPTION="A command-line tool for mass tagging/renaming of audio files."
 HOMEPAGE="http://github.com/Daenyth/audiotag"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="aac flac mp3 vorbis"
 
 RDEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audiotag: ChangeLog audiotag-0.19.ebuild
@ 2011-01-03  1:52 Michael Weber (xmw)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber (xmw) @ 2011-01-03  1:52 UTC (permalink / raw
  To: gentoo-commits

xmw         11/01/03 01:52:35

  Modified:             ChangeLog audiotag-0.19.ebuild
  Log:
  sparc stable (bug 346113)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 media-sound/audiotag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	30 Nov 2010 21:06:13 -0000	1.26
+++ ChangeLog	3 Jan 2011 01:52:35 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audiotag
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.26 2010/11/30 21:06:13 maekke Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/ChangeLog,v 1.27 2011/01/03 01:52:35 xmw Exp $
+
+  03 Jan 2011; Michael Weber <xmw@gentoo.org> audiotag-0.19.ebuild:
+  sparc stable (bug 346113)
 
   30 Nov 2010; Markus Meier <maekke@gentoo.org> audiotag-0.19.ebuild:
   amd64/x86 stable, bug #346113



1.3                  media-sound/audiotag/audiotag-0.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild?r1=1.2&r2=1.3

Index: audiotag-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audiotag-0.19.ebuild	30 Nov 2010 21:06:13 -0000	1.2
+++ audiotag-0.19.ebuild	3 Jan 2011 01:52:35 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.2 2010/11/30 21:06:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audiotag/audiotag-0.19.ebuild,v 1.3 2011/01/03 01:52:35 xmw Exp $
 
 DESCRIPTION="A command-line tool for mass tagging/renaming of audio files."
 HOMEPAGE="http://github.com/Daenyth/audiotag"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
 IUSE="aac flac mp3 vorbis"
 
 RDEPEND="dev-lang/perl






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

end of thread, other threads:[~2011-01-03  1:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03  1:52 [gentoo-commits] gentoo-x86 commit in media-sound/audiotag: ChangeLog audiotag-0.19.ebuild Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-30 21:06 Markus Meier (maekke)
2010-08-27  1:06 Tim Harder (radhermit)

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