public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.2.ebuild ChangeLog
@ 2011-10-17 17:20 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-10-17 17:20 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/10/17 17:20:53

  Modified:             ChangeLog
  Added:                haveged-1.2.ebuild
  Log:
  Version bump; add an OpenRC-based init script that actually checks the haveged started status.
  
  (Portage version: 2.2.0_alpha68/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-apps/haveged/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Aug 2011 12:23:32 -0000	1.6
+++ ChangeLog	17 Oct 2011 17:20:53 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/haveged
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.6 2011/08/06 12:23:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.7 2011/10/17 17:20:53 flameeyes Exp $
+
+*haveged-1.2 (17 Oct 2011)
+
+  17 Oct 2011; Diego E. Pettenò <flameeyes@gentoo.org> +haveged-1.2.ebuild,
+  +files/haveged-init.d.2:
+  Version bump; add an OpenRC-based init script that actually checks the
+  haveged started status.
 
   06 Aug 2011; Markus Meier <maekke@gentoo.org> haveged-1.1.ebuild:
   x86 stable, bug #368699



1.1                  sys-apps/haveged/haveged-1.2.ebuild

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

Index: haveged-1.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v 1.1 2011/10/17 17:20:53 flameeyes Exp $

EAPI=4
DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
HOMEPAGE="http://www.issihosts.com/haveged/"
SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz"

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

DEPEND="sys-devel/gcc"
RDEPEND="sys-apps/openrc"

src_configure() {
	econf --bindir=/usr/sbin --enable-nistest
}

src_install() {
	default
	# This is a RedHat init script
	rm -rf "${D}"/etc/init.d/haveged
	# Install gentoo ones instead
	newinitd "${FILESDIR}"/haveged-init.d.2 haveged
	newconfd "${FILESDIR}"/haveged-conf.d haveged
}






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.2.ebuild ChangeLog
@ 2012-01-26 19:44 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Olexa (darkside) @ 2012-01-26 19:44 UTC (permalink / raw
  To: gentoo-commits

darkside    12/01/26 19:44:14

  Modified:             haveged-1.2.ebuild ChangeLog
  Log:
  add ~arm, works on armv7
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-apps/haveged/haveged-1.2.ebuild

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

Index: haveged-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haveged-1.2.ebuild	17 Oct 2011 17:20:53 -0000	1.1
+++ haveged-1.2.ebuild	26 Jan 2012 19:44:14 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v 1.1 2011/10/17 17:20:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v 1.2 2012/01/26 19:44:14 darkside Exp $
 
 EAPI=4
 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="sys-devel/gcc"



1.8                  sys-apps/haveged/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	17 Oct 2011 17:20:53 -0000	1.7
+++ ChangeLog	26 Jan 2012 19:44:14 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/haveged
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.7 2011/10/17 17:20:53 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.8 2012/01/26 19:44:14 darkside Exp $
+
+  26 Jan 2012; Jeremy Olexa <darkside@gentoo.org> haveged-1.2.ebuild:
+  add ~arm, works on armv7
 
 *haveged-1.2 (17 Oct 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.2.ebuild ChangeLog
@ 2012-01-27 15:52 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-27 15:52 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/27 15:52:43

  Modified:             haveged-1.2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #390087
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-apps/haveged/haveged-1.2.ebuild

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

Index: haveged-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- haveged-1.2.ebuild	26 Jan 2012 23:26:58 -0000	1.3
+++ haveged-1.2.ebuild	27 Jan 2012 15:52:43 -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/sys-apps/haveged/haveged-1.2.ebuild,v 1.3 2012/01/26 23:26:58 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v 1.4 2012/01/27 15:52:43 ago Exp $
 
 EAPI=4
 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="sys-devel/gcc"



1.11                 sys-apps/haveged/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	26 Jan 2012 23:26:58 -0000	1.10
+++ ChangeLog	27 Jan 2012 15:52:43 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/haveged
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.10 2012/01/26 23:26:58 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.11 2012/01/27 15:52:43 ago Exp $
+
+  27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> haveged-1.2.ebuild:
+  Stable for amd64, wrt bug #390087
 
   26 Jan 2012; Jeremy Olexa <darkside@gentoo.org> haveged-1.1.ebuild,
   haveged-1.2.ebuild, haveged-1.3a.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.2.ebuild ChangeLog
@ 2012-02-10 13:00 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2012-02-10 13:00 UTC (permalink / raw
  To: gentoo-commits

tomka       12/02/10 13:00:11

  Modified:             haveged-1.2.ebuild ChangeLog
  Log:
  marked x86 per bug 390087
  
  (Portage version: 2.1.10.45/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-apps/haveged/haveged-1.2.ebuild

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

Index: haveged-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- haveged-1.2.ebuild	27 Jan 2012 15:52:43 -0000	1.4
+++ haveged-1.2.ebuild	10 Feb 2012 13:00:11 -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/sys-apps/haveged/haveged-1.2.ebuild,v 1.4 2012/01/27 15:52:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.2.ebuild,v 1.5 2012/02/10 13:00:11 tomka Exp $
 
 EAPI=4
 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="sys-devel/gcc"



1.12                 sys-apps/haveged/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	27 Jan 2012 15:52:43 -0000	1.11
+++ ChangeLog	10 Feb 2012 13:00:11 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/haveged
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.11 2012/01/27 15:52:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.12 2012/02/10 13:00:11 tomka Exp $
+
+  10 Feb 2012; Thomas Kahle <tomka@gentoo.org> haveged-1.2.ebuild:
+  marked x86 per bug 390087
 
   27 Jan 2012; Agostino Sarubbo <ago@gentoo.org> haveged-1.2.ebuild:
   Stable for amd64, wrt bug #390087






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

end of thread, other threads:[~2012-02-10 13:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10 13:00 [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.2.ebuild ChangeLog Thomas Kahle (tomka)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-27 15:52 Agostino Sarubbo (ago)
2012-01-26 19:44 Jeremy Olexa (darkside)
2011-10-17 17:20 Diego Petteno (flameeyes)

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