public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-06-22 16:14 Alexis Ballier (aballier)
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier (aballier) @ 2012-06-22 16:14 UTC (permalink / raw
  To: gentoo-commits

aballier    12/06/22 16:14:17

  Modified:             ChangeLog
  Added:                libshout-2.3.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	7 Jun 2012 22:21:11 -0000	1.35
+++ ChangeLog	22 Jun 2012 16:14:17 -0000	1.36
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.35 2012/06/07 22:21:11 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.36 2012/06/22 16:14:17 aballier Exp $
+
+*libshout-2.3.1 (22 Jun 2012)
+
+  22 Jun 2012; Alexis Ballier <aballier@gentoo.org> +libshout-2.3.1.ebuild:
+  version bump
 
   07 Jun 2012; Brent Baude <ranger@gentoo.org> libshout-2.3.0.ebuild:
   Marking libshout-2.3.0 ppc for bug 419097



1.1                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.1 2012/06/22 16:14:17 aballier Exp $

EAPI=4

DESCRIPTION="library for connecting and sending data to icecast servers"
HOMEPAGE="http://www.icecast.org/"
SRC_URI="http://downloads.xiph.org/releases/libshout/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="speex theora"

RDEPEND="media-libs/libogg
	media-libs/libvorbis
	theora? ( media-libs/libtheora )
	speex? ( media-libs/speex )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_configure() {
	econf $(use_enable theora)\
		$(use_enable speex)
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc README examples/example.c
	rm -rf "${D}"/usr/share/doc/libshout || die
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-09-13 10:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-13 10:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/13 10:15:51

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #429126
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libshout-2.3.1.ebuild	22 Jun 2012 16:14:17 -0000	1.1
+++ libshout-2.3.1.ebuild	13 Sep 2012 10:15:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.1 2012/06/22 16:14:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.2 2012/09/13 10:15:51 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="speex theora"
 
 RDEPEND="media-libs/libogg



1.38                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	8 Jul 2012 15:20:51 -0000	1.37
+++ ChangeLog	13 Sep 2012 10:15:51 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.37 2012/07/08 15:20:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.38 2012/09/13 10:15:51 ago Exp $
+
+  13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libshout-2.3.1.ebuild:
+  Stable for amd64, wrt bug #429126
 
   08 Jul 2012; Raúl Porcel <armin76@gentoo.org> libshout-2.3.0.ebuild:
   alpha/ia64/sh/sparc stable wrt #419097





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-09-14 18:51 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-09-14 18:51 UTC (permalink / raw
  To: gentoo-commits

maekke      12/09/14 18:51:16

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  arm stable, bug #429126
  
  (Portage version: 2.1.11.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libshout-2.3.1.ebuild	13 Sep 2012 10:15:51 -0000	1.2
+++ libshout-2.3.1.ebuild	14 Sep 2012 18:51:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.2 2012/09/13 10:15:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.3 2012/09/14 18:51:16 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="speex theora"
 
 RDEPEND="media-libs/libogg



1.39                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	13 Sep 2012 10:15:51 -0000	1.38
+++ ChangeLog	14 Sep 2012 18:51:16 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.38 2012/09/13 10:15:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.39 2012/09/14 18:51:16 maekke Exp $
+
+  14 Sep 2012; Markus Meier <maekke@gentoo.org> libshout-2.3.1.ebuild:
+  arm stable, bug #429126
 
   13 Sep 2012; Agostino Sarubbo <ago@gentoo.org> libshout-2.3.1.ebuild:
   Stable for amd64, wrt bug #429126





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-09-19 13:56 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-19 13:56 UTC (permalink / raw
  To: gentoo-commits

jer         12/09/19 13:56:51

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #429126).
  
  (Portage version: 2.2.0_alpha129/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libshout-2.3.1.ebuild	14 Sep 2012 18:51:16 -0000	1.3
+++ libshout-2.3.1.ebuild	19 Sep 2012 13:56:51 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.3 2012/09/14 18:51:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.4 2012/09/19 13:56:51 jer Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="speex theora"
 
 RDEPEND="media-libs/libogg



1.40                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	14 Sep 2012 18:51:16 -0000	1.39
+++ ChangeLog	19 Sep 2012 13:56:51 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.39 2012/09/14 18:51:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.40 2012/09/19 13:56:51 jer Exp $
+
+  19 Sep 2012; Jeroen Roovers <jer@gentoo.org> libshout-2.3.1.ebuild:
+  Stable for HPPA (bug #429126).
 
   14 Sep 2012; Markus Meier <maekke@gentoo.org> libshout-2.3.1.ebuild:
   arm stable, bug #429126





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-09-23  8:01 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-09-23  8:01 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/09/23 08:01:34

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  x86 stable wrt bug #429126
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.5                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libshout-2.3.1.ebuild	19 Sep 2012 13:56:51 -0000	1.4
+++ libshout-2.3.1.ebuild	23 Sep 2012 08:01:34 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.4 2012/09/19 13:56:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.5 2012/09/23 08:01:34 phajdan.jr Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="speex theora"
 
 RDEPEND="media-libs/libogg



1.41                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	19 Sep 2012 13:56:51 -0000	1.40
+++ ChangeLog	23 Sep 2012 08:01:34 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.40 2012/09/19 13:56:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.41 2012/09/23 08:01:34 phajdan.jr Exp $
+
+  23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libshout-2.3.1.ebuild:
+  x86 stable wrt bug #429126
 
   19 Sep 2012; Jeroen Roovers <jer@gentoo.org> libshout-2.3.1.ebuild:
   Stable for HPPA (bug #429126).





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-09-27  9:57 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 9+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-27  9:57 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/27 09:57:17

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #429126
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libshout-2.3.1.ebuild	23 Sep 2012 08:01:34 -0000	1.5
+++ libshout-2.3.1.ebuild	27 Sep 2012 09:57:17 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.5 2012/09/23 08:01:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.6 2012/09/27 09:57:17 blueness Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="speex theora"
 
 RDEPEND="media-libs/libogg



1.42                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	23 Sep 2012 08:01:34 -0000	1.41
+++ ChangeLog	27 Sep 2012 09:57:17 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.41 2012/09/23 08:01:34 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.42 2012/09/27 09:57:17 blueness Exp $
+
+  27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libshout-2.3.1.ebuild:
+  stable ppc ppc64, bug #429126
 
   23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libshout-2.3.1.ebuild:
   x86 stable wrt bug #429126





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-09-30 17:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-30 17:25 UTC (permalink / raw
  To: gentoo-commits

armin76     12/09/30 17:25:24

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  alpha/ia64/sh/sparc stable wrt #429126
  
  (Portage version: 2.1.11.16/cvs/Linux ia64)

Revision  Changes    Path
1.7                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libshout-2.3.1.ebuild	27 Sep 2012 09:57:17 -0000	1.6
+++ libshout-2.3.1.ebuild	30 Sep 2012 17:25:24 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.6 2012/09/27 09:57:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.7 2012/09/30 17:25:24 armin76 Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="speex theora"
 
 RDEPEND="media-libs/libogg



1.43                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	27 Sep 2012 09:57:17 -0000	1.42
+++ ChangeLog	30 Sep 2012 17:25:24 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.42 2012/09/27 09:57:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.43 2012/09/30 17:25:24 armin76 Exp $
+
+  30 Sep 2012; Raúl Porcel <armin76@gentoo.org> libshout-2.3.1.ebuild:
+  alpha/ia64/sh/sparc stable wrt #429126
 
   27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> libshout-2.3.1.ebuild:
   stable ppc ppc64, bug #429126





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-10-05  9:12 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-10-05  9:12 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/10/05 09:12:37

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  USE="static-libs" and use prune_libtool_files function from eutils.eclass to remove unnecessary libshout.la.
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libshout-2.3.1.ebuild	5 Oct 2012 09:08:43 -0000	1.8
+++ libshout-2.3.1.ebuild	5 Oct 2012 09:12:37 -0000	1.9
@@ -1,17 +1,18 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.8 2012/10/05 09:08:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.9 2012/10/05 09:12:37 ssuominen Exp $
 
 EAPI=4
+inherit eutils
 
 DESCRIPTION="library for connecting and sending data to icecast servers"
 HOMEPAGE="http://www.icecast.org/"
-SRC_URI="http://downloads.xiph.org/releases/libshout/${P}.tar.gz"
+SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="speex theora"
+IUSE="speex static-libs theora"
 
 RDEPEND="media-libs/libogg
 	media-libs/libvorbis
@@ -22,6 +23,7 @@
 
 src_configure() {
 	econf \
+		$(use_enable static-libs static) \
 		$(use_enable theora) \
 		$(use_enable speex)
 }
@@ -30,4 +32,5 @@
 	emake DESTDIR="${D}" install
 	dodoc README examples/example.c
 	rm -rf "${ED}"/usr/share/doc/${PN}
+	prune_libtool_files
 }



1.45                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	5 Oct 2012 09:08:43 -0000	1.44
+++ ChangeLog	5 Oct 2012 09:12:37 -0000	1.45
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.44 2012/10/05 09:08:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.45 2012/10/05 09:12:37 ssuominen Exp $
+
+  05 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> libshout-2.3.1.ebuild:
+  USE="static-libs" and use prune_libtool_files function from eutils.eclass to
+  remove unnecessary libshout.la.
 
   05 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> -libshout-2.1.ebuild,
   -libshout-2.2.2.ebuild, -files/libshout-2.2.2-asneeded.patch,





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog
@ 2012-10-05  9:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-10-05  9:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/10/05 09:14:45

  Modified:             libshout-2.3.1.ebuild ChangeLog
  Log:
  Fix LICENSE from GPL-2 to LGPL-2 as per COPYING file.
  
  (Portage version: 2.2.0_alpha135/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-libs/libshout/libshout-2.3.1.ebuild

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

Index: libshout-2.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libshout-2.3.1.ebuild	5 Oct 2012 09:12:37 -0000	1.9
+++ libshout-2.3.1.ebuild	5 Oct 2012 09:14:45 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.9 2012/10/05 09:12:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/libshout-2.3.1.ebuild,v 1.10 2012/10/05 09:14:45 ssuominen Exp $
 
 EAPI=4
 inherit eutils
@@ -9,7 +9,7 @@
 HOMEPAGE="http://www.icecast.org/"
 SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="speex static-libs theora"



1.46                 media-libs/libshout/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	5 Oct 2012 09:12:37 -0000	1.45
+++ ChangeLog	5 Oct 2012 09:14:45 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libshout
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.45 2012/10/05 09:12:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libshout/ChangeLog,v 1.46 2012/10/05 09:14:45 ssuominen Exp $
+
+  05 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> libshout-2.3.1.ebuild:
+  Fix LICENSE from GPL-2 to LGPL-2 as per COPYING file.
 
   05 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> libshout-2.3.1.ebuild:
   USE="static-libs" and use prune_libtool_files function from eutils.eclass to





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

end of thread, other threads:[~2012-10-05  9:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-30 17:25 [gentoo-commits] gentoo-x86 commit in media-libs/libshout: libshout-2.3.1.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-05  9:14 Samuli Suominen (ssuominen)
2012-10-05  9:12 Samuli Suominen (ssuominen)
2012-09-27  9:57 Anthony G. Basile (blueness)
2012-09-23  8:01 PaweA Hajdan (phajdan.jr)
2012-09-19 13:56 Jeroen Roovers (jer)
2012-09-14 18:51 Markus Meier (maekke)
2012-09-13 10:15 Agostino Sarubbo (ago)
2012-06-22 16:14 Alexis Ballier (aballier)

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