diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-07-09 22:56:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-07-09 23:29:27 +0200 |
commit | 413cc4f5d0881f683e1eb27054b0724b27160ced (patch) | |
tree | ca7c2cbd1c88914941ead1f70df4bf9b643aac6d /sys-apps/onerng | |
parent | sys-apps/onerng: x86 stable (diff) | |
download | gentoo-413cc4f5d0881f683e1eb27054b0724b27160ced.tar.gz gentoo-413cc4f5d0881f683e1eb27054b0724b27160ced.tar.bz2 gentoo-413cc4f5d0881f683e1eb27054b0724b27160ced.zip |
sys-apps/onerng: drop 3.6-r4
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/onerng')
-rw-r--r-- | sys-apps/onerng/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/onerng/onerng-3.6-r4.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/sys-apps/onerng/Manifest b/sys-apps/onerng/Manifest index a4c9e6a26280..27951cc61669 100644 --- a/sys-apps/onerng/Manifest +++ b/sys-apps/onerng/Manifest @@ -1,2 +1 @@ -DIST onerng-3.6.tar.gz 108126 BLAKE2B 717fc2b795aa991fdca28e2032da0a7729c487cb684361799421f806f60ae4cb70e8d29cd72de2eec9bdf38e4bf1d530261fc19bfbee6e95360a7648b8a45858 SHA512 d2f2bceb458e1441c4321526e5477ecb26df9f84e8554df723b97c3f09ad4c04149ac844bb88a182abf5350566cd5762c35137ba3c6b71685671a69ba12ccc58 DIST onerng-3.7.tar.gz 133016 BLAKE2B 8bae3f51baf3526e68070856d216de9e99064e8a728942fd4b926495ae34f3021ae3c99c8b5e4ea73dacdf8fa870cba67e1d3e94f5a3f0acddef0e48c02111e4 SHA512 6150787fc8415c7aaa13d6e98c3dc72e9160308eb912d97b7c9f59c6d4f5a9612917a7ff34084ba52a80e0aac6c65dd29653dd3bd211bd261fb89273f02be830 diff --git a/sys-apps/onerng/onerng-3.6-r4.ebuild b/sys-apps/onerng/onerng-3.6-r4.ebuild deleted file mode 100644 index 1a720e2d385d..000000000000 --- a/sys-apps/onerng/onerng-3.6-r4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit python-single-r1 udev - -MY_P="${P/-/_}" - -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" -S="${WORKDIR}/${MY_P}" - -LICENSE="|| ( LGPL-2.1 LGPL-3 )" -SLOT="0" -KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -BDEPEND="virtual/pkgconfig" - -DEPEND="virtual/udev" - -RDEPEND=" - ${DEPEND} - ${PYTHON_DEPS} - app-crypt/gnupg - $(python_gen_cond_dep 'dev-python/python-gnupg[${PYTHON_USEDEP}]') - sys-apps/rng-tools - sys-process/at -" - -pkg_postinst() { - udev_reload -} - -pkg_postrm() { - udev_reload -} |