public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/liveice: liveice-2000530-r1.ebuild ChangeLog
@ 2010-09-18  5:03 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-18  5:03 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/18 05:03:11

  Modified:             ChangeLog
  Added:                liveice-2000530-r1.ebuild
  Log:
  Respect LDFLAGS (bug #335985), CC.
  
  (Portage version: 2.2_rc83/cvs/Linux i686)

Revision  Changes    Path
1.9                  net-misc/liveice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 May 2007 19:45:44 -0000	1.8
+++ ChangeLog	18 Sep 2010 05:03:11 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/liveice
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.8 2007/05/14 19:45:44 bangert Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.9 2010/09/18 05:03:11 jer Exp $
+
+*liveice-2000530-r1 (18 Sep 2010)
+
+  18 Sep 2010; Jeroen Roovers <jer@gentoo.org> +liveice-2000530-r1.ebuild:
+  Respect LDFLAGS (bug #335985), CC.
 
   14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
   add <herd>no-herd</herd>



1.1                  net-misc/liveice/liveice-2000530-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.1&content-type=text/plain

Index: liveice-2000530-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.1 2010/09/18 05:03:11 jer Exp $

EAPI="2"

inherit toolchain-funcs

DESCRIPTION="Live Source Client For IceCast"
HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="media-sound/lame
	media-sound/mpg123"
DEPEND=""

S=${WORKDIR}/${PN}

src_prepare() {
	# cannot use LDFLAGS directly as the Makefile uses it for LIBS
	sed -i Makefile.in \
		-e 's|-o liveice|$(LLFLAGS) &|' \
		|| die "sed Makefile.in"
	tc-export CC
}

src_compile() {
	emake LLFLAGS="${LDFLAGS}" || die
}
src_install() {
	dobin liveice || die
	dodoc liveice.cfg README.liveice README.quickstart README_new_mixer.txt Changes.txt
}






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

* [gentoo-commits] gentoo-x86 commit in net-misc/liveice: liveice-2000530-r1.ebuild ChangeLog
@ 2012-11-04 11:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-04 11:56 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/04 11:56:00

  Modified:             liveice-2000530-r1.ebuild ChangeLog
  Log:
  Add ~amd64, wrt bug #441474
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/liveice/liveice-2000530-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?r1=1.1&r2=1.2

Index: liveice-2000530-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liveice-2000530-r1.ebuild	18 Sep 2010 05:03:11 -0000	1.1
+++ liveice-2000530-r1.ebuild	4 Nov 2012 11:56:00 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.1 2010/09/18 05:03:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.2 2012/11/04 11:56:00 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-sound/lame



1.10                 net-misc/liveice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Sep 2010 05:03:11 -0000	1.9
+++ ChangeLog	4 Nov 2012 11:56:00 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/liveice
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.9 2010/09/18 05:03:11 jer Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.10 2012/11/04 11:56:00 ago Exp $
+
+  04 Nov 2012; Agostino Sarubbo <ago@gentoo.org> liveice-2000530-r1.ebuild:
+  Add ~amd64, wrt bug #441474
 
 *liveice-2000530-r1 (18 Sep 2010)
 





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

* [gentoo-commits] gentoo-x86 commit in net-misc/liveice: liveice-2000530-r1.ebuild ChangeLog
@ 2012-11-20 20:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-20 20:37 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/20 20:37:16

  Modified:             liveice-2000530-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #441474
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  net-misc/liveice/liveice-2000530-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?r1=1.2&r2=1.3

Index: liveice-2000530-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liveice-2000530-r1.ebuild	4 Nov 2012 11:56:00 -0000	1.2
+++ liveice-2000530-r1.ebuild	20 Nov 2012 20:37: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/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.2 2012/11/04 11:56:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.3 2012/11/20 20:37:16 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="media-sound/lame



1.11                 net-misc/liveice/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 Nov 2012 11:56:00 -0000	1.10
+++ ChangeLog	20 Nov 2012 20:37:16 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/liveice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.10 2012/11/04 11:56:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.11 2012/11/20 20:37:16 ago Exp $
+
+  20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> liveice-2000530-r1.ebuild:
+  Stable for x86, wrt bug #441474
 
   04 Nov 2012; Agostino Sarubbo <ago@gentoo.org> liveice-2000530-r1.ebuild:
   Add ~amd64, wrt bug #441474





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

* [gentoo-commits] gentoo-x86 commit in net-misc/liveice: liveice-2000530-r1.ebuild ChangeLog
@ 2012-12-08 22:10 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-08 22:10 UTC (permalink / raw
  To: gentoo-commits

ulm         12/12/08 22:10:15

  Modified:             liveice-2000530-r1.ebuild ChangeLog
  Log:
  Fix LICENSE, GPL-2+ according to notices in source files.
  
  (Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.4                  net-misc/liveice/liveice-2000530-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild?r1=1.3&r2=1.4

Index: liveice-2000530-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liveice-2000530-r1.ebuild	20 Nov 2012 20:37:16 -0000	1.3
+++ liveice-2000530-r1.ebuild	8 Dec 2012 22:10:15 -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/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.3 2012/11/20 20:37:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/liveice-2000530-r1.ebuild,v 1.4 2012/12/08 22:10:15 ulm Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
 SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
 
-LICENSE="as-is"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 x86"
 IUSE=""



1.13                 net-misc/liveice/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/liveice/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	21 Nov 2012 13:03:09 -0000	1.12
+++ ChangeLog	8 Dec 2012 22:10:15 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/liveice
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.12 2012/11/21 13:03:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/liveice/ChangeLog,v 1.13 2012/12/08 22:10:15 ulm Exp $
+
+  08 Dec 2012; Ulrich Müller <ulm@gentoo.org> liveice-2000530-r1.ebuild:
+  Fix LICENSE, GPL-2+ according to notices in source files.
 
   21 Nov 2012; Michael Palimaka <kensington@gentoo.org> -liveice-2000530.ebuild:
   Remove old.





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

end of thread, other threads:[~2012-12-08 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18  5:03 [gentoo-commits] gentoo-x86 commit in net-misc/liveice: liveice-2000530-r1.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-04 11:56 Agostino Sarubbo (ago)
2012-11-20 20:37 Agostino Sarubbo (ago)
2012-12-08 22:10 Ulrich Mueller (ulm)

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