public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/
@ 2017-12-02 16:15 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-12-02 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     923c2c30d714f38ab7b8b59e88356a86a5c3bf47
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 15:27:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 16:14:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923c2c30

sys-apps/audio-entropyd: Port to EAPI 6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-apps/audio-entropyd/Manifest                   |  2 +-
 .../audio-entropyd/audio-entropyd-2.0.3-r1.ebuild  | 34 +++++++++++++---------
 2 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/sys-apps/audio-entropyd/Manifest b/sys-apps/audio-entropyd/Manifest
index f70abfd2426..6841c181110 100644
--- a/sys-apps/audio-entropyd/Manifest
+++ b/sys-apps/audio-entropyd/Manifest
@@ -1 +1 @@
-DIST audio-entropyd-2.0.3.tgz 16681 SHA256 6fbaf1c4f77e988f4656cd079309d5eb6bd36cbae89c2ee01324c5690adaf3ff SHA512 d21c2d547235accdd460bcaf1ff5f5696db2988d385c3c52aad0d651865386409682f8747d1823765f0c0925bf28f38abdfc0b114d239f494c7eb699c5ed3ebf WHIRLPOOL e653b7cccda00323b5f17a675d72cef1a9adf9915dcd27041e63993073a378d92ab5779d25434ecd48ecbb74b45abc4217e4b629c98ba3885589727ef90edf6d
+DIST audio-entropyd-2.0.3.tgz 16681 BLAKE2B 36f9d7942f718af8e828ce6598ab8ea35945de1c60959e7bc2314b2440037f8bb661085a4cad12e62627d935797842616e486180945ff283937b499de163f068 SHA512 d21c2d547235accdd460bcaf1ff5f5696db2988d385c3c52aad0d651865386409682f8747d1823765f0c0925bf28f38abdfc0b114d239f494c7eb699c5ed3ebf

diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
index 5e5a60fb72c..cab08ef38cf 100644
--- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
+++ b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-inherit eutils systemd toolchain-funcs
+EAPI=6
+
+inherit systemd toolchain-funcs
 
 DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device"
 HOMEPAGE="http://www.vanheusden.com/aed/"
@@ -13,25 +14,32 @@ SLOT="0"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="selinux"
 
-RDEPEND="selinux? ( sec-policy/selinux-entropyd )
+DEPEND="media-libs/alsa-lib:="
+RDEPEND="${DEPEND}
 	media-sound/alsa-utils
-	media-libs/alsa-lib"
+	selinux? ( sec-policy/selinux-entropyd )"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.0.1-uclibc.patch
+	"${FILESDIR}"/${PN}-2.0.1-ldflags.patch
+)
 
 src_prepare() {
-	epatch "${FILESDIR}/${PN}-2.0.1-uclibc.patch" \
-		"${FILESDIR}/${PN}-2.0.1-ldflags.patch"
+	default
+
 	sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
 		-e "/^WARNFLAGS/s: -g::" Makefile || die
 }
 
-src_compile() {
-	emake CC="$(tc-getCC)"
+src_configure() {
+	tc-export CC
 }
 
 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}
+	einstalldocs
+
+	systemd_dounit "${FILESDIR}"/${PN}.service
+	newinitd "${FILESDIR}"/${PN}.init-2 ${PN}
+	newconfd "${FILESDIR}"/${PN}.conf-2 ${PN}
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/
@ 2023-12-24 23:16 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ad8250ea887e095712c4f3471af1af12096c01b3
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Dec 23 09:29:41 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:16:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8250ea

sys-apps/audio-entropyd: EAPI8 bump, fix HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34439
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
index 1f7451848ea1..9d7326263e83 100644
--- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
+++ b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit 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"
+HOMEPAGE="https://vanheusden.com/crypto/entropy/aed/"
+SRC_URI="https://vanheusden.com/crypto/entropy/aed/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/
@ 2020-03-24 13:32 Ben Kohler
  0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2020-03-24 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     8b7b4d1ea8fbe7b785fe9e98b9600c5e979265e5
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 12:50:51 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 13:31:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7b4d1e

sys-apps/audio-entropyd: fix bad sed delimiter

Closes: https://bugs.gentoo.org/710956
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
index cab08ef38cf..1f7451848ea 100644
--- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
+++ b/sys-apps/audio-entropyd/audio-entropyd-2.0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,7 +27,7 @@ PATCHES=(
 src_prepare() {
 	default
 
-	sed -i -e "s:^OPT_FLAGS=.*:OPT_FLAGS=${CFLAGS}:" \
+	sed -i -e "s|^OPT_FLAGS=.*|OPT_FLAGS=${CFLAGS}|" \
 		-e "/^WARNFLAGS/s: -g::" Makefile || die
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/
@ 2016-08-06 11:33 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-08-06 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     913b11ade51384cd99808e8b69366bb7088e08e0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 11:25:19 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:32:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=913b11ad

sys-apps/audio-entropyd: Cleanup per bug #177996

Package-Manager: portage-2.3.0

 sys-apps/audio-entropyd/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys-apps/audio-entropyd/metadata.xml b/sys-apps/audio-entropyd/metadata.xml
index 5aa6463..d53949a 100644
--- a/sys-apps/audio-entropyd/metadata.xml
+++ b/sys-apps/audio-entropyd/metadata.xml
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-  <email>angelos@gentoo.org</email>
-  <name>Christoph Mende</name>
-</maintainer>
 <longdescription>Audio-entropyd generates entropy-data for the /dev/random device.</longdescription> 
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/
@ 2015-09-20 11:33 Christoph Mende
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende @ 2015-09-20 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4cd79c13823c9ee192e56bd2a59cb454b841c3aa
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 11:31:49 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 11:33:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd79c13

sys-apps/audio-entropyd: remove old version

Package-Manager: portage-2.2.20.1

 .../audio-entropyd/audio-entropyd-2.0.3.ebuild     | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild b/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
deleted file mode 100644
index 1dfc100..0000000
--- a/sys-apps/audio-entropyd/audio-entropyd-2.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils 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
-	newinitd "${FILESDIR}/${PN}.init-2" ${PN}
-	newconfd "${FILESDIR}/${PN}.conf-2" ${PN}
-}


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

end of thread, other threads:[~2023-12-24 23:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 16:15 [gentoo-commits] repo/gentoo:master commit in: sys-apps/audio-entropyd/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2023-12-24 23:16 Conrad Kostecki
2020-03-24 13:32 Ben Kohler
2016-08-06 11:33 Pacho Ramos
2015-09-20 11:33 Christoph Mende

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