summaryrefslogtreecommitdiff
path: root/sys-apps/onerng
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-30 11:44:06 +0100
commitf516638b7fe9592837389826a6152a7e1b251c54 (patch)
tree8bfecb640b7b6403d7a3d662d923eed630033da7 /sys-apps/onerng
parent1a61119f9f7b057830e2ce0563f913ec86f282ad (diff)
gentoo resync : 30.05.2020
Diffstat (limited to 'sys-apps/onerng')
-rw-r--r--sys-apps/onerng/Manifest3
-rw-r--r--sys-apps/onerng/onerng-3.6-r2.ebuild42
-rw-r--r--sys-apps/onerng/onerng-3.6-r3.ebuild2
3 files changed, 2 insertions, 45 deletions
diff --git a/sys-apps/onerng/Manifest b/sys-apps/onerng/Manifest
index dd31e697ccab..a9d49c5b5fcf 100644
--- a/sys-apps/onerng/Manifest
+++ b/sys-apps/onerng/Manifest
@@ -1,4 +1,3 @@
DIST onerng-3.6.tar.gz 108126 BLAKE2B 717fc2b795aa991fdca28e2032da0a7729c487cb684361799421f806f60ae4cb70e8d29cd72de2eec9bdf38e4bf1d530261fc19bfbee6e95360a7648b8a45858 SHA512 d2f2bceb458e1441c4321526e5477ecb26df9f84e8554df723b97c3f09ad4c04149ac844bb88a182abf5350566cd5762c35137ba3c6b71685671a69ba12ccc58
-EBUILD onerng-3.6-r2.ebuild 788 BLAKE2B e5a568a58ccff089e72c7759ca6c25d07abb1886f6216f43db832a74f63e03a167d4dcf3ce5b428080fc78efd10dc230df390efd5a05b168d4726009ce78b221 SHA512 cb50d54fb602d03446f63debd83aeae6523f273a96ee85545baac09a6739bd6435ddd85b2815a18eb15093ca9fd8d892b82c76287ca761672e0aebeefc7ba3ac
-EBUILD onerng-3.6-r3.ebuild 828 BLAKE2B 2fb2f83c3bf220c2b1b1807f8797147025a18acc2aba5fb49bdf0bd176f25f566bb95bbf4d002f38be9f133c5de009d6cea35c96836ec297ae6dfbd0143530bc SHA512 8bf54ecb21e7d5f8045ef810878ba9fa841734bb9772e3e9e8d05d66190612fb65523d829b0e933f99f5190a468db20decf32784db45bf0c4e92c7594b69652c
+EBUILD onerng-3.6-r3.ebuild 826 BLAKE2B 2e5ce15810e7244d5c1205c990a81f1e7b375fa471eb0aa8d703171dc437b85d03e8cd389987cfe19631e08cfdaa18fda3c34298afc15369419174b6273e592e SHA512 1235cb0306d1815652c5b6f5559f78718057898692e02305aa50dd33d1f35a3f8bf8732808fb883b71c8a2fb28ab4d186ccbe3a592d3474b5dfbf83eaf37aeb3
MISC metadata.xml 715 BLAKE2B 2d4b842c0ea11b2633764e385898ce8df514a289b482c5e528b962ce00d97289abbd666acc367b1f170f95b785409712950b44b284a550fc796a3017fdbd10a9 SHA512 4f004de8fd56338d850d2fbcb4c8bd94f695f55b2c16eff687f1985a22f86094b4f01f63599029f52d0056a8e6f214f7f0396413093ea8cd01970be29d0092ee
diff --git a/sys-apps/onerng/onerng-3.6-r2.ebuild b/sys-apps/onerng/onerng-3.6-r2.ebuild
deleted file mode 100644
index 4c9775f0808e..000000000000
--- a/sys-apps/onerng/onerng-3.6-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit python-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"
-
-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
- 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
-}
diff --git a/sys-apps/onerng/onerng-3.6-r3.ebuild b/sys-apps/onerng/onerng-3.6-r3.ebuild
index 3ec2cfa3ec6a..391e3ca0b0cf 100644
--- a/sys-apps/onerng/onerng-3.6-r3.ebuild
+++ b/sys-apps/onerng/onerng-3.6-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${MY_P}.orig.t
LICENSE="|| ( LGPL-2.1 LGPL-3 )"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
BDEPEND="virtual/pkgconfig"