public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: audio-entropyd-2.0.3.ebuild ChangeLog
@ 2012-05-31 14:25 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2012-05-31 14:25 UTC (permalink / raw
  To: gentoo-commits

angelos     12/05/31 14:25:17

  Modified:             audio-entropyd-2.0.3.ebuild ChangeLog
  Log:
  Remove -g from CFLAGS and add missing dependency on media-libs/alsa-lib
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild

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

Index: audio-entropyd-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- audio-entropyd-2.0.3.ebuild	30 May 2012 07:17:06 -0000	1.4
+++ audio-entropyd-2.0.3.ebuild	31 May 2012 14:25:17 -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-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.4 2012/05/30 07:17:06 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.5 2012/05/31 14:25:17 angelos Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -15,12 +15,14 @@
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-entropyd )
-	media-sound/alsa-utils"
+	media-sound/alsa-utils
+	media-libs/alsa-lib"
 
 src_prepare() {
 	epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
 		"${FILESDIR}/${PN}-2.0.1-ldflags.patch"
-	sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" Makefile
+	sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
+		-e "s: -g::" Makefile || die
 }
 
 src_compile() {



1.43                 media-sound/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	30 May 2012 07:17:06 -0000	1.42
+++ ChangeLog	31 May 2012 14:25:17 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audio-entropyd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.42 2012/05/30 07:17:06 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.43 2012/05/31 14:25:17 angelos Exp $
+
+  31 May 2012; Christoph Mende <angelos@gentoo.org> audio-entropyd-2.0.3.ebuild:
+  Remove -g from CFLAGS and add missing dependency on media-libs/alsa-lib
 
   30 May 2012; Jeff Horelick <jdhore@gentoo.org> audio-entropyd-2.0.3.ebuild:
   marked x86 per bug 417721






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: audio-entropyd-2.0.3.ebuild ChangeLog
@ 2012-07-08 11:06 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2012-07-08 11:06 UTC (permalink / raw
  To: gentoo-commits

angelos     12/07/08 11:06:00

  Modified:             audio-entropyd-2.0.3.ebuild ChangeLog
  Log:
  Fix compilation with -g* flags
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild

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

Index: audio-entropyd-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- audio-entropyd-2.0.3.ebuild	7 Jun 2012 18:46:34 -0000	1.6
+++ audio-entropyd-2.0.3.ebuild	8 Jul 2012 11:06:00 -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-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.6 2012/06/07 18:46:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.7 2012/07/08 11:06:00 angelos Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -22,7 +22,7 @@
 	epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
 		"${FILESDIR}/${PN}-2.0.1-ldflags.patch"
 	sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
-		-e "s: -g::" Makefile || die
+		-e "/^WARNFLAGS/s: -g::" Makefile || die
 }
 
 src_compile() {



1.45                 media-sound/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	7 Jun 2012 18:46:34 -0000	1.44
+++ ChangeLog	8 Jul 2012 11:06:00 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/audio-entropyd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.44 2012/06/07 18:46:34 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.45 2012/07/08 11:06:00 angelos Exp $
+
+  08 Jul 2012; Christoph Mende <angelos@gentoo.org> audio-entropyd-2.0.3.ebuild:
+  Fix compilation with -g* flags
 
   07 Jun 2012; Brent Baude <ranger@gentoo.org> audio-entropyd-2.0.3.ebuild:
   Marking audio-entropyd-2.0.3 ppc for bug 417721
@@ -179,4 +182,3 @@
   31 Mar 2004; Joshua Brindle <method@gentoo.org> audio-entropyd-0.0.6.ebuild,
   metadata.xml, files/audio-entropyd.init:
   initial import
-






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

end of thread, other threads:[~2012-07-08 11:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 14:25 [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: audio-entropyd-2.0.3.ebuild ChangeLog Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-08 11:06 Christoph Mende (angelos)

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