Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/onerng/
Date: Thu, 21 May 2020 22:28:34
Message-Id: 1590100052.101804908dafd5ff2a89e8d9d5deebce62e82329.conikost@gentoo
1 commit: 101804908dafd5ff2a89e8d9d5deebce62e82329
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 22:27:32 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 22:27:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10180490
7
8 sys-apps/onerng: drop old version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 sys-apps/onerng/onerng-3.6-r2.ebuild | 42 ------------------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/sys-apps/onerng/onerng-3.6-r2.ebuild b/sys-apps/onerng/onerng-3.6-r2.ebuild
17 deleted file mode 100644
18 index 4c9775f0808..00000000000
19 --- a/sys-apps/onerng/onerng-3.6-r2.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 -
29 -inherit python-r1 udev
30 -
31 -MY_P="${P/-/_}"
32 -
33 -DESCRIPTION="Software for the Open Hardware Random Number Generator called OneRNG"
34 -HOMEPAGE="https://www.onerng.info/"
35 -SRC_URI="https://github.com/OneRNG/onerng.github.io/raw/master/sw/${MY_P}.orig.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="|| ( LGPL-2.1 LGPL-3 )"
38 -SLOT="0"
39 -KEYWORDS="amd64 x86"
40 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
41 -
42 -BDEPEND="virtual/pkgconfig"
43 -
44 -DEPEND="virtual/udev"
45 -
46 -RDEPEND="
47 - ${DEPEND}
48 - ${PYTHON_DEPS}
49 - app-crypt/gnupg
50 - dev-python/python-gnupg[${PYTHON_USEDEP}]
51 - sys-apps/rng-tools
52 - sys-process/at
53 -"
54 -
55 -S="${WORKDIR}/${MY_P}"
56 -
57 -pkg_postinst() {
58 - udev_reload
59 -}
60 -
61 -pkg_postrm() {
62 - udev_reload
63 -}