public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy-rngd/
Date: Wed,  6 Oct 2021 03:19:13 +0000 (UTC)	[thread overview]
Message-ID: <1633490324.aebfc21eabe10c55534ffda274f596b8d34a9795.tamiko@gentoo> (raw)

commit:     aebfc21eabe10c55534ffda274f596b8d34a9795
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  6 03:18:44 2021 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 03:18:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebfc21e

app-crypt/jitterentropy-rngd: drop old.

Closes: https://bugs.gentoo.org/729154
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-crypt/jitterentropy-rngd/Manifest              |  2 --
 .../jitterentropy-rngd-1.1.0.ebuild                | 25 -----------------
 .../jitterentropy-rngd-1.2.2.ebuild                | 31 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/app-crypt/jitterentropy-rngd/Manifest b/app-crypt/jitterentropy-rngd/Manifest
index 9fd4b30e682..9016faef232 100644
--- a/app-crypt/jitterentropy-rngd/Manifest
+++ b/app-crypt/jitterentropy-rngd/Manifest
@@ -1,3 +1 @@
-DIST jitterentropy-rngd-1.1.0.tar.gz 25891 BLAKE2B f711b173c68b74cbc0dbac1ae1b7a2beb5352b38e411f96172aa36ac7f720f05469f5fac2fa97b3514ec11fbe2ccfe0351ee7df8f51a8b36a566635ef93e4d08 SHA512 32835475b604e502caaab9b0d1cd9fe2920c126a27841669f6cf9c717094bfd4c11feab0f9f706ee4cf4caeedf26ced7039075499a3faaf41830c72968544646
-DIST jitterentropy-rngd-1.2.2.tar.gz 35773 BLAKE2B 5b1987108beb5db7a456f1216173598c893b1c845dfaa7594854a82257e88adda01e2bb4160b70f2605aff519b7d1ba79bcea94dda34c2fc75e412e0a031b943 SHA512 c317cfb77910b6983da7bf0733c26f28260da746b917cde59a9cdb023b95cf727cf729dd7de27c8cc308b1958ca054114d01ad7dfb9bd211c241a95b7bed83c6
 DIST jitterentropy-rngd-1.2.5.tar.gz 45262 BLAKE2B 0fdbd513f0dd2fa216c079d55790ea2848fac26ca17846cfce06d0d338e8e88a13f2e9a7a7d55c938f0366f7cb010d22fc35d63921e4bb1408a5bda73ac9e96c SHA512 23079ff64e1145efa22960dfa772f77dd27f45f1cd950fe7b3a45d56cb75920902a7136da92a7202c686f33db0895115624ac3d809627378056ca13250e5b07b

diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
deleted file mode 100644
index 1bfdd410b06..00000000000
--- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info systemd
-
-DESCRIPTION="Jitter RNG daemon"
-HOMEPAGE="https://www.chronox.de/jent.html"
-SRC_URI="https://github.com/smuellerDD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-PATCHES=(
-	"${FILESDIR}"/${P}-do-not-strip-and-compress.patch
-)
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
-		UNITDIR="$(systemd_get_systemunitdir)" install
-	newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd
-}

diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.2.ebuild b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.2.ebuild
deleted file mode 100644
index 653e5d0a958..00000000000
--- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic linux-info systemd
-
-DESCRIPTION="Jitter RNG daemon"
-HOMEPAGE="https://www.chronox.de/jent.html"
-SRC_URI="https://github.com/smuellerDD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-IUSE=""
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.1.0-do-not-strip-and-compress.patch
-)
-
-src_configure() {
-	filter-flags '*'
-	append-cflags '-O0'
-	default
-}
-
-src_install() {
-	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
-		UNITDIR="$(systemd_get_systemunitdir)" install
-	newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd
-}


             reply	other threads:[~2021-10-06  3:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06  3:19 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 18:09 [gentoo-commits] repo/gentoo:master commit in: app-crypt/jitterentropy-rngd/ Petr Vaněk
2024-08-31 18:09 Petr Vaněk
2024-04-25 16:35 Arthur Zamarin
2024-04-25 16:35 Arthur Zamarin
2022-12-25 19:59 Matthias Maier
2022-06-06  6:28 Jakov Smolić
2022-06-06  6:28 Jakov Smolić
2022-03-21  5:28 Matthias Maier
2022-03-21  5:28 Matthias Maier
2021-11-23 14:49 Matthias Maier
2021-10-06  3:15 Matthias Maier
2021-06-27 17:51 Matthias Maier
2020-04-29  6:22 Joshua Kinard
2020-04-11  1:06 Matthias Maier

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=1633490324.aebfc21eabe10c55534ffda274f596b8d34a9795.tamiko@gentoo \
    --to=tamiko@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