public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd: audio-entropyd-2.0.3-r1.ebuild ChangeLog
@ 2014-03-22 15:11 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2014-03-22 15:11 UTC (permalink / raw
  To: gentoo-commits

angelos     14/03/22 15:11:35

  Modified:             ChangeLog
  Added:                audio-entropyd-2.0.3-r1.ebuild
  Log:
  Add systemd unit file (bug #504498), make init script provide entropy (bug #495000)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.2                  sys-apps/audio-entropyd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Mar 2014 15:00:30 -0000	1.1
+++ ChangeLog	22 Mar 2014 15:11:35 -0000	1.2
@@ -1,6 +1,14 @@
-# ChangeLog for media-sound/audio-entropyd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.1 2014/03/22 15:00:30 angelos Exp $
+# ChangeLog for sys-apps/audio-entropyd
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.2 2014/03/22 15:11:35 angelos Exp $
+
+*audio-entropyd-2.0.3-r1 (22 Mar 2014)
+
+  22 Mar 2014; Christoph Mende <angelos@gentoo.org>
+  +audio-entropyd-2.0.3-r1.ebuild, +files/audio-entropyd.service,
+  files/audio-entropyd.init-2:
+  Add systemd unit file (bug #504498), make init script provide entropy (bug
+  #495000)
 
   16 Jul 2012; Christoph Mende <angelos@gentoo.org>
   -audio-entropyd-2.0.1-r1.ebuild:



1.1                  sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: audio-entropyd-2.0.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.1 2014/03/22 15:11:35 angelos Exp $

EAPI=4
inherit eutils systemd 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-entropyd )
	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}:" \
		-e "/^WARNFLAGS/s: -g::" Makefile || die
}

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

src_install() {
	dosbin audio-entropyd
	dodoc README TODO
	systemd_dounit "${FILESDIR}/${PN}.service"
	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 sys-apps/audio-entropyd: audio-entropyd-2.0.3-r1.ebuild ChangeLog
@ 2014-06-14  9:49 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14  9:49 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/06/14 09:49:21

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

Revision  Changes    Path
1.2                  sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?r1=1.1&r2=1.2

Index: audio-entropyd-2.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audio-entropyd-2.0.3-r1.ebuild	22 Mar 2014 15:11:35 -0000	1.1
+++ audio-entropyd-2.0.3-r1.ebuild	14 Jun 2014 09:49:21 -0000	1.2
@@ -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/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.1 2014/03/22 15:11:35 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.2 2014/06/14 09:49:21 phajdan.jr Exp $
 
 EAPI=4
 inherit eutils systemd 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 )



1.4                  sys-apps/audio-entropyd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Mar 2014 22:11:04 -0000	1.3
+++ ChangeLog	14 Jun 2014 09:49:21 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/audio-entropyd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.3 2014/03/23 22:11:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.4 2014/06/14 09:49:21 phajdan.jr Exp $
+
+  14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  audio-entropyd-2.0.3-r1.ebuild:
+  x86 stable wrt bug #509368
 
   23 Mar 2014; Pacho Ramos <pacho@gentoo.org> files/audio-entropyd.service:
   Don't use forking running audio-entropyd with proper option.





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd: audio-entropyd-2.0.3-r1.ebuild ChangeLog
@ 2014-06-24 18:56 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 4+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-06-24 18:56 UTC (permalink / raw
  To: gentoo-commits

nimiux      14/06/24 18:56:59

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

Revision  Changes    Path
1.3                  sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild?r1=1.2&r2=1.3

Index: audio-entropyd-2.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- audio-entropyd-2.0.3-r1.ebuild	14 Jun 2014 09:49:21 -0000	1.2
+++ audio-entropyd-2.0.3-r1.ebuild	24 Jun 2014 18:56:59 -0000	1.3
@@ -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/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.2 2014/06/14 09:49:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.3 2014/06/24 18:56:59 nimiux Exp $
 
 EAPI=4
 inherit eutils systemd 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 )



1.5                  sys-apps/audio-entropyd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Jun 2014 09:49:21 -0000	1.4
+++ ChangeLog	24 Jun 2014 18:56:59 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/audio-entropyd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.4 2014/06/14 09:49:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.5 2014/06/24 18:56:59 nimiux Exp $
+
+  24 Jun 2014; Chema Alonso <nimiux@gentoo.org> audio-entropyd-2.0.3-r1.ebuild:
+  Stable for amd64 wrt bug #509368
 
   14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   audio-entropyd-2.0.3-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd: audio-entropyd-2.0.3-r1.ebuild ChangeLog
@ 2014-07-08 12:42 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-08 12:42 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/07/08 12:42:36

  Modified:             audio-entropyd-2.0.3-r1.ebuild ChangeLog
  Log:
  ppc stable wrt bug #509368
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild

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

Index: audio-entropyd-2.0.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audio-entropyd-2.0.3-r1.ebuild	24 Jun 2014 18:56:59 -0000	1.3
+++ audio-entropyd-2.0.3-r1.ebuild	8 Jul 2014 12:42:36 -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/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.3 2014/06/24 18:56:59 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild,v 1.4 2014/07/08 12:42:36 zlogene Exp $
 
 EAPI=4
 inherit eutils systemd 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 )



1.6                  sys-apps/audio-entropyd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/audio-entropyd/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	24 Jun 2014 18:56:59 -0000	1.5
+++ ChangeLog	8 Jul 2014 12:42:36 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/audio-entropyd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.5 2014/06/24 18:56:59 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/audio-entropyd/ChangeLog,v 1.6 2014/07/08 12:42:36 zlogene Exp $
+
+  08 Jul 2014; Mikle Kolyada <zlogene@gentoo.org>
+  audio-entropyd-2.0.3-r1.ebuild:
+  ppc stable wrt bug #509368
 
   24 Jun 2014; Chema Alonso <nimiux@gentoo.org> audio-entropyd-2.0.3-r1.ebuild:
   Stable for amd64 wrt bug #509368





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

end of thread, other threads:[~2014-07-08 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08 12:42 [gentoo-commits] gentoo-x86 commit in sys-apps/audio-entropyd: audio-entropyd-2.0.3-r1.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-24 18:56 JosA MarAa Alonso (nimiux)
2014-06-14  9:49 PaweA Hajdan (phajdan.jr)
2014-03-22 15:11 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