public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.7a.ebuild ChangeLog haveged-1.6.ebuild haveged-1.7.ebuild
@ 2013-02-24  6:41 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2013-02-24  6:41 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/02/24 06:41:10

  Modified:             ChangeLog
  Added:                haveged-1.7a.ebuild
  Removed:              haveged-1.6.ebuild haveged-1.7.ebuild
  Log:
  Version bump (just applies the same patch we did), use autotools-utils, use proper license value.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.26                 sys-apps/haveged/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	25 Jan 2013 16:58:06 -0000	1.25
+++ ChangeLog	24 Feb 2013 06:41:10 -0000	1.26
@@ -1,6 +1,13 @@
 # ChangeLog for sys-apps/haveged
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.25 2013/01/25 16:58:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/ChangeLog,v 1.26 2013/02/24 06:41:10 flameeyes Exp $
+
+*haveged-1.7a (24 Feb 2013)
+
+  24 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> +haveged-1.7a.ebuild,
+  -files/haveged-1.7-build.patch, -haveged-1.6.ebuild, -haveged-1.7.ebuild:
+  Version bump (just applies the same patch we did), use autotools-utils, use
+  proper license value.
 
 *haveged-1.7 (25 Jan 2013)
 



1.1                  sys-apps/haveged/haveged-1.7a.ebuild

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

Index: haveged-1.7a.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/haveged-1.7a.ebuild,v 1.1 2013/02/24 06:41:10 flameeyes Exp $

EAPI=5

inherit eutils autotools-utils

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-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="!<sys-apps/openrc-0.11.8"

src_configure() {
	local myeconfargs=(
		--bindir=/usr/sbin
		--enable-nistest
		--disable-static
	)

	autotools-utils_src_configure
}

src_install() {
	autotools-utils_src_install

	rm -rf "${D}"/usr/lib*/*.la

	# Install gentoo ones instead
	newinitd "${FILESDIR}"/haveged-init.d.3 haveged
	newconfd "${FILESDIR}"/haveged-conf.d haveged
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-24  6:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24  6:41 [gentoo-commits] gentoo-x86 commit in sys-apps/haveged: haveged-1.7a.ebuild ChangeLog haveged-1.6.ebuild haveged-1.7.ebuild 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