public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/onerng/
Date: Sat, 22 Dec 2018 11:43:56 +0000 (UTC)	[thread overview]
Message-ID: <1545479006.1b926755d54c3661f53fa0461cb9fa0b01339e15.asturm@gentoo> (raw)

commit:     1b926755d54c3661f53fa0461cb9fa0b01339e15
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Dec 16 21:43:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 11:43:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b926755

sys-apps/onerng: bump to EAPI=7

Also updated the metadata.xml.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/10258
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-apps/onerng/metadata.xml         | 10 +++++++++
 sys-apps/onerng/onerng-3.6-r1.ebuild | 39 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/sys-apps/onerng/metadata.xml b/sys-apps/onerng/metadata.xml
index 54d5423c406..15d83cebdc6 100644
--- a/sys-apps/onerng/metadata.xml
+++ b/sys-apps/onerng/metadata.xml
@@ -9,4 +9,14 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<longdescription>
+		OneRNG is an entropy source / hardware random number generator (HWRNG),
+		designed to be connected via USB to your computer. Entropy is collected
+		from an avalanche diode circuit and optionally an RF circuit,
+		whitened and presented over a USB/Serial connection.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/OneRNG/onerng.github.io/issues</bugs-to>
+		<remote-id type="github">OneRNG/onerng.github.io</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/sys-apps/onerng/onerng-3.6-r1.ebuild b/sys-apps/onerng/onerng-3.6-r1.ebuild
new file mode 100644
index 00000000000..a5f4bae7736
--- /dev/null
+++ b/sys-apps/onerng/onerng-3.6-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${P/-/_}"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit python-r1 udev
+
+DESCRIPTION="Software for the Open Hardware Random Number Generator called OneRNG"
+HOMEPAGE="https://www.onerng.info/"
+SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${MY_P}.orig.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+
+DEPEND="virtual/udev"
+
+RDEPEND="
+	${DEPEND}
+	app-crypt/gnupg
+	dev-python/python-gnupg[${PYTHON_USEDEP}]
+	sys-apps/rng-tools
+	sys-process/at
+"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_postinst() {
+	udev_reload
+}
+
+pkg_postrm() {
+	udev_reload
+}


             reply	other threads:[~2018-12-22 11:44 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-22 11:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 20:20 [gentoo-commits] repo/gentoo:master commit in: sys-apps/onerng/ Conrad Kostecki
2024-03-09 17:41 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-07-09 21:30 Conrad Kostecki
2022-06-06 12:37 Conrad Kostecki
2021-07-17 18:18 David Seifert
2021-07-01 21:16 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-05-21 22:28 Conrad Kostecki
2020-05-21  8:06 Agostino Sarubbo
2020-05-21  7:53 Agostino Sarubbo
2020-02-20 18:26 Conrad Kostecki
2020-02-10 21:25 Michał Górny
2019-12-20 19:51 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-07-21  6:44 Michał Górny
2019-06-05  7:46 Agostino Sarubbo
2019-04-13 19:10 Agostino Sarubbo
2019-03-26 16:45 Patrice Clement
2018-12-22 11:43 Andreas Sturmlechner
2018-08-13 22:14 Michał Górny
2018-07-11  8:26 Tony Vroon

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=1545479006.1b926755d54c3661f53fa0461cb9fa0b01339e15.asturm@gentoo \
    --to=asturm@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