public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: ChangeLog haveged-1.4.ebuild
Date: Fri, 13 Apr 2012 13:21:57 +0000 (UTC)	[thread overview]
Message-ID: <20120413132157.5E9202004B@flycatcher.gentoo.org> (raw)

darkside    12/04/13 13:21:57

  Modified:             ChangeLog
  Added:                haveged-1.4.ebuild
  Log:
  Version bump, minimal changes for end user (diagnostic and experimental features added)
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sys-apps/haveged/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	10 Feb 2012 13:00:11 -0000	1.12
+++ ChangeLog	13 Apr 2012 13:21:57 -0000	1.13
@@ -1,6 +1,12 @@
 # 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.12 2012/02/10 13:00:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.13 2012/04/13 13:21:57 darkside Exp $
+
+*haveged-1.4 (13 Apr 2012)
+
+  13 Apr 2012; Jeremy Olexa <darkside@gentoo.org> +haveged-1.4.ebuild:
+  Version bump, minimal changes for end user (diagnostic and experimental
+  features added)
 
   10 Feb 2012; Thomas Kahle <tomka@gentoo.org> haveged-1.2.ebuild:
   marked x86 per bug 390087



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

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

Index: haveged-1.4.ebuild
===================================================================
# 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.4.ebuild,v 1.1 2012/04/13 13:21:57 darkside 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"

S="${WORKDIR}/${P/3a/3}"

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
}






             reply	other threads:[~2012-04-13 13:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-13 13:21 Jeremy Olexa (darkside) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 15:56 [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: ChangeLog haveged-1.4.ebuild Agostino Sarubbo (ago)
2012-08-14  9:07 Johannes Huber (johu)
2012-12-28 12:54 Diego Petteno (flameeyes)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120413132157.5E9202004B@flycatcher.gentoo.org \
    --to=darkside@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox