public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libtaginfo: ChangeLog libtaginfo-0.2.1.ebuild
@ 2014-03-17  3:55 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2014-03-17  3:55 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/03/17 03:55:21

  Modified:             ChangeLog
  Added:                libtaginfo-0.2.1.ebuild
  Log:
  Version bump, use autotool-utils to automatically run prune_libtool_files on install.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.7                  media-libs/libtaginfo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	13 Dec 2013 20:16:58 -0000	1.6
+++ ChangeLog	17 Mar 2014 03:55:21 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libtaginfo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.6 2013/12/13 20:16:58 angelos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.7 2014/03/17 03:55:21 radhermit Exp $
+
+*libtaginfo-0.2.1 (17 Mar 2014)
+
+  17 Mar 2014; Tim Harder <radhermit@gentoo.org> +libtaginfo-0.2.1.ebuild:
+  Version bump, use autotool-utils to automatically run prune_libtool_files on
+  install.
 
 *libtaginfo-0.2.0 (13 Dec 2013)
 



1.1                  media-libs/libtaginfo/libtaginfo-0.2.1.ebuild

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

Index: libtaginfo-0.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v 1.1 2014/03/17 03:55:21 radhermit Exp $

EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1

inherit autotools-utils

DESCRIPTION="a library for reading media metadata"
HOMEPAGE="https://bitbucket.org/shuerhaaken/libtaginfo"
SRC_URI="https://bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="media-libs/taglib
	!<media-sound/xnoise-0.2.16"
DEPEND="${DEPEND}
	virtual/pkgconfig"

DOCS=( AUTHORS README TODO )





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtaginfo: ChangeLog libtaginfo-0.2.1.ebuild
@ 2014-07-08 16:11 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 3+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-07-08 16:11 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/07/08 16:11:32

  Modified:             ChangeLog libtaginfo-0.2.1.ebuild
  Log:
  Stable for amd64 wrt bug #509524
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)

Revision  Changes    Path
1.10                 media-libs/libtaginfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Jul 2014 13:19:57 -0000	1.9
+++ ChangeLog	8 Jul 2014 16:11:32 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libtaginfo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.9 2014/07/06 13:19:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.10 2014/07/08 16:11:32 nimiux Exp $
+
+  08 Jul 2014; Chema Alonso <nimiux@gentoo.org> libtaginfo-0.2.1.ebuild:
+  Stable for amd64 wrt bug #509524
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org> libtaginfo-0.1.6.ebuild,
   libtaginfo-0.2.0.ebuild, libtaginfo-0.2.1.ebuild:



1.4                  media-libs/libtaginfo/libtaginfo-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?r1=1.3&r2=1.4

Index: libtaginfo-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtaginfo-0.2.1.ebuild	6 Jul 2014 13:19:57 -0000	1.3
+++ libtaginfo-0.2.1.ebuild	8 Jul 2014 16:11:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v 1.3 2014/07/06 13:19:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v 1.4 2014/07/08 16:11:32 nimiux Exp $
 
 EAPI=5
 AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/taglib





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libtaginfo: ChangeLog libtaginfo-0.2.1.ebuild
@ 2014-07-27 10:40 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-07-27 10:40 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/07/27 10:40:01

  Modified:             ChangeLog libtaginfo-0.2.1.ebuild
  Log:
  x86 stable wrt bug #509524
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.11                 media-libs/libtaginfo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	8 Jul 2014 16:11:32 -0000	1.10
+++ ChangeLog	27 Jul 2014 10:40:01 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libtaginfo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.10 2014/07/08 16:11:32 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/ChangeLog,v 1.11 2014/07/27 10:40:01 phajdan.jr Exp $
+
+  26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libtaginfo-0.2.1.ebuild:
+  x86 stable wrt bug #509524
 
   08 Jul 2014; Chema Alonso <nimiux@gentoo.org> libtaginfo-0.2.1.ebuild:
   Stable for amd64 wrt bug #509524



1.5                  media-libs/libtaginfo/libtaginfo-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild?r1=1.4&r2=1.5

Index: libtaginfo-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libtaginfo-0.2.1.ebuild	8 Jul 2014 16:11:32 -0000	1.4
+++ libtaginfo-0.2.1.ebuild	27 Jul 2014 10:40:01 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v 1.4 2014/07/08 16:11:32 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtaginfo/libtaginfo-0.2.1.ebuild,v 1.5 2014/07/27 10:40:01 phajdan.jr Exp $
 
 EAPI=5
 AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/taglib





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

end of thread, other threads:[~2014-07-27 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 16:11 [gentoo-commits] gentoo-x86 commit in media-libs/libtaginfo: ChangeLog libtaginfo-0.2.1.ebuild JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-27 10:40 PaweA Hajdan (phajdan.jr)
2014-03-17  3:55 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