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

angelos     11/04/18 15:08:28

  Modified:             ChangeLog
  Added:                audio-entropyd-2.0.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 media-sound/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	2 Mar 2011 19:54:41 -0000	1.38
+++ ChangeLog	18 Apr 2011 15:08:28 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/audio-entropyd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.38 2011/03/02 19:54:41 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.39 2011/04/18 15:08:28 angelos Exp $
+
+*audio-entropyd-2.0.3 (18 Apr 2011)
+
+  18 Apr 2011; Christoph Mende <angelos@gentoo.org>
+  +audio-entropyd-2.0.3.ebuild:
+  Version bump
 
   02 Mar 2011; <angelos@gentoo.org> -audio-entropyd-1.0.5.ebuild:
   Removed old



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.1&content-type=text/plain

Index: audio-entropyd-2.0.3.ebuild
===================================================================
# Copyright 1999-2011 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.1 2011/04/18 15:08:28 angelos Exp $

EAPI=4
inherit eutils toolchain-funcs

DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device."
HOMEPAGE="http://www.vanheusden.com/aed/"
SRC_URI="http://www.vanheusden.com/aed/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="selinux"

RDEPEND="selinux? ( sec-policy/selinux-audio-entropyd )
	media-sound/alsa-utils"

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
}

src_compile() {
	emake CC="$(tc-getCC)"
}

src_install() {
	dosbin audio-entropyd
	dodoc README TODO
	newinitd "${FILESDIR}/${PN}.init-2" ${PN}
	newconfd "${FILESDIR}/${PN}.conf-2" ${PN}
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: ChangeLog audio-entropyd-2.0.3.ebuild
@ 2012-05-27 14:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-27 14:47 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/27 14:47:53

  Modified:             ChangeLog audio-entropyd-2.0.3.ebuild
  Log:
  Stable for amd64, wrt bug #417721
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-sound/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	13 May 2012 10:45:27 -0000	1.40
+++ ChangeLog	27 May 2012 14:47:53 -0000	1.41
@@ -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.40 2012/05/13 10:45:27 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.41 2012/05/27 14:47:53 ago Exp $
+
+  27 May 2012; Agostino Sarubbo <ago@gentoo.org> audio-entropyd-2.0.3.ebuild:
+  Stable for amd64, wrt bug #417721
 
   13 May 2012; <swift@gentoo.org> audio-entropyd-2.0.1-r1.ebuild,
   audio-entropyd-2.0.3.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.3&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.2&r2=1.3

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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audio-entropyd-2.0.3.ebuild	13 May 2012 10:45:27 -0000	1.2
+++ audio-entropyd-2.0.3.ebuild	27 May 2012 14:47:53 -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-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.2 2012/05/13 10:45:27 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.3 2012/05/27 14:47:53 ago Exp $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-entropyd )






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: ChangeLog audio-entropyd-2.0.3.ebuild
@ 2012-05-30  7:17 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-30  7:17 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/30 07:17:06

  Modified:             ChangeLog audio-entropyd-2.0.3.ebuild
  Log:
  marked x86 per bug 417721
  
  (Portage version: 2.2.0_alpha108/cvs/Linux i686)

Revision  Changes    Path
1.42                 media-sound/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	27 May 2012 14:47:53 -0000	1.41
+++ ChangeLog	30 May 2012 07:17:06 -0000	1.42
@@ -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.41 2012/05/27 14:47:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.42 2012/05/30 07:17:06 jdhore Exp $
+
+  30 May 2012; Jeff Horelick <jdhore@gentoo.org> audio-entropyd-2.0.3.ebuild:
+  marked x86 per bug 417721
 
   27 May 2012; Agostino Sarubbo <ago@gentoo.org> audio-entropyd-2.0.3.ebuild:
   Stable for amd64, wrt bug #417721



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.4&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.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audio-entropyd-2.0.3.ebuild	27 May 2012 14:47:53 -0000	1.3
+++ audio-entropyd-2.0.3.ebuild	30 May 2012 07:17:06 -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-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.3 2012/05/27 14:47:53 ago Exp $
+# $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 $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-entropyd )






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

* [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: ChangeLog audio-entropyd-2.0.3.ebuild
@ 2012-06-07 18:46 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 18:46 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/07 18:46:34

  Modified:             ChangeLog audio-entropyd-2.0.3.ebuild
  Log:
  Marking audio-entropyd-2.0.3 ppc for bug 417721
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.44                 media-sound/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	31 May 2012 14:25:17 -0000	1.43
+++ ChangeLog	7 Jun 2012 18:46:34 -0000	1.44
@@ -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.43 2012/05/31 14:25:17 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/ChangeLog,v 1.44 2012/06/07 18:46:34 ranger Exp $
+
+  07 Jun 2012; Brent Baude <ranger@gentoo.org> audio-entropyd-2.0.3.ebuild:
+  Marking audio-entropyd-2.0.3 ppc for bug 417721
 
   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



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild?rev=1.6&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.5&r2=1.6

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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- audio-entropyd-2.0.3.ebuild	31 May 2012 14:25:17 -0000	1.5
+++ audio-entropyd-2.0.3.ebuild	7 Jun 2012 18:46:34 -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-sound/audio-entropyd/audio-entropyd-2.0.3.ebuild,v 1.5 2012/05/31 14:25:17 angelos Exp $
+# $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 $
 
 EAPI=4
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-entropyd )






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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-27 14:47 [gentoo-commits] gentoo-x86 commit in media-sound/audio-entropyd: ChangeLog audio-entropyd-2.0.3.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-07 18:46 Brent Baude (ranger)
2012-05-30  7:17 Jeff Horelick (jdhore)
2011-04-18 15:08 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