public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/
Date: Sat, 24 Oct 2015 17:16:45 +0000 (UTC)	[thread overview]
Message-ID: <1445707374.9beb67be6da014de27031d17828b8d801c262ef8.blueness@gentoo> (raw)

commit:     9beb67be6da014de27031d17828b8d801c262ef8
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 17:22:16 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 17:22:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9beb67be

sys-apps/haveged: clean up older versions.

Package-Manager: portage-2.2.20.1

 sys-apps/haveged/Manifest               |  2 --
 sys-apps/haveged/haveged-1.5.ebuild     | 33 --------------------------
 sys-apps/haveged/haveged-1.7a-r1.ebuild | 41 ---------------------------------
 sys-apps/haveged/haveged-1.7a.ebuild    | 39 -------------------------------
 4 files changed, 115 deletions(-)

diff --git a/sys-apps/haveged/Manifest b/sys-apps/haveged/Manifest
index 7bccce5..d905230 100644
--- a/sys-apps/haveged/Manifest
+++ b/sys-apps/haveged/Manifest
@@ -1,3 +1 @@
-DIST haveged-1.5.tar.gz 243348 SHA256 f7d5a7e995befd4723811b331854fa53fe558546ba0c1dcb4675698e8db3702f SHA512 57952a79d4535267de15c42511991e2b06021db3b1ea90a45b30c5bd5ac65f6b9b6d66373d981280a3e7c0aff24dd6feae5640394e77f08a893dba5f31d86c91 WHIRLPOOL ef4c5acf8c787e18a436fe34ef2479658f325852e5717ad1a06bf19ecbe485e646a2bb132617417de26982d1d388b90293d3c8c31c0e7a0b0db570be80c5e5a4
-DIST haveged-1.7a.tar.gz 458671 SHA256 8e7b0779bd8a4b9b73769ddaf626918355e2a542d3ac35e5ec31b74a58b9b051 SHA512 e98740315b5c9920ec471587362ffd468d0b0f7183bc002982fbe25dfde2252a89f489e4d7604d7d6d2c14d67f3f0d1044de70ccdeaf587d8bdaacfd55669875 WHIRLPOOL f9f808a17767e33ec4285242ccb2fd41889fbe1ee693bd001d4a08e89bf47131d3f84040b566276522940b2a164aab2062b4c6fca18d0b737406814fc56524a3
 DIST haveged-1.9.1.tar.gz 474845 SHA256 9c2363ed9542a6784ff08e247182137e71f2ddb79e8e6c1ac4ad50d21ced3715 SHA512 267d62cfeb886ea00fa412de1a91a34821460d0f4ad789dcfb3547018300e1cbf480917571b19652f2d449369293031d9534f9533bbf6a59560f4f10608c9cd2 WHIRLPOOL a930d0a007c91dbc3b7c83a1ccfb659f53aa3f151b8b3984dc7208697ddb1f73ce7012c7c968dd5295b2e90e62db03e1c582267c1b8b5230745735f462a1f757

diff --git a/sys-apps/haveged/haveged-1.5.ebuild b/sys-apps/haveged/haveged-1.5.ebuild
deleted file mode 100644
index b28b548..0000000
--- a/sys-apps/haveged/haveged-1.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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_test() {
-	emake check
-}
-
-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
-}

diff --git a/sys-apps/haveged/haveged-1.7a-r1.ebuild b/sys-apps/haveged/haveged-1.7a-r1.ebuild
deleted file mode 100644
index 8e112f3..0000000
--- a/sys-apps/haveged/haveged-1.7a-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils systemd
-
-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
-
-	# Install gentoo ones instead
-	newinitd "${FILESDIR}"/haveged-init.d.3 haveged
-	newconfd "${FILESDIR}"/haveged-conf.d haveged
-
-	systemd_newunit "${FILESDIR}"/service.gentoo ${PN}.service
-	insinto /etc
-	doins "${FILESDIR}"/haveged.conf
-}

diff --git a/sys-apps/haveged/haveged-1.7a.ebuild b/sys-apps/haveged/haveged-1.7a.ebuild
deleted file mode 100644
index 8d24c73..0000000
--- a/sys-apps/haveged/haveged-1.7a.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}


             reply	other threads:[~2015-10-24 17:17 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-24 17:16 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-02 10:20 [gentoo-commits] repo/gentoo:master commit in: sys-apps/haveged/ WANG Xuerui
2022-07-25  7:09 Agostino Sarubbo
2022-07-22 17:57 Sam James
2022-07-22 14:33 Anthony G. Basile
2022-05-05 15:06 Anthony G. Basile
2022-02-19 14:12 Arthur Zamarin
2022-02-19 13:22 Jakov Smolić
2022-02-19 13:15 Jakov Smolić
2022-02-19 12:45 Arthur Zamarin
2022-01-10 15:58 Anthony G. Basile
2022-01-09  1:42 Sam James
2021-12-24 18:18 Arthur Zamarin
2021-12-24 18:18 Arthur Zamarin
2021-12-24 13:51 Jakov Smolić
2021-12-24 13:51 Jakov Smolić
2021-12-24  8:08 Sam James
2021-12-24  8:08 Sam James
2021-10-04 14:51 Anthony G. Basile
2021-07-22  0:41 Georgy Yakovlev
2021-07-06 19:00 Georgy Yakovlev
2021-06-19 22:54 Joshua Kinard
2021-03-11 13:30 Sam James
2021-03-11  2:36 Sam James
2021-03-09 10:30 Sam James
2021-01-20 21:16 Lars Wendler
2021-01-20 21:16 Lars Wendler
2021-01-08  1:58 Anthony G. Basile
2020-07-14 11:10 Jeroen Roovers
2020-06-29 18:41 Anthony G. Basile
2020-06-22 13:33 Anthony G. Basile
2020-06-22 13:30 Anthony G. Basile
2020-06-17 15:59 Anthony G. Basile
2020-06-10 19:46 Anthony G. Basile
2020-04-14 12:32 Agostino Sarubbo
2020-04-08 10:17 Agostino Sarubbo
2020-04-08  9:47 Agostino Sarubbo
2020-04-07 20:43 Anthony G. Basile
2019-12-26 12:56 Georgy Yakovlev
2018-09-05 10:14 Jeroen Roovers
2018-09-05 10:14 Jeroen Roovers
2018-04-21 11:40 Mikle Kolyada
2018-04-05 23:19 Thomas Deutschmann
2018-04-01 17:41 Aaron Bauman
2018-03-31 14:56 Anthony G. Basile
2018-03-31 14:43 Anthony G. Basile
2018-03-31 14:28 Anthony G. Basile
2018-03-31 14:12 Anthony G. Basile
2017-11-18 22:21 Anthony G. Basile
2017-11-17 16:20 Anthony G. Basile
2017-08-26 11:29 Anthony G. Basile
2017-05-11  3:19 Robin H. Johnson
2015-10-24 17:09 Mikle Kolyada
2015-10-17 11:18 Markus Meier

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=1445707374.9beb67be6da014de27031d17828b8d801c262ef8.blueness@gentoo \
    --to=blueness@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