From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29A2B138334 for ; Sat, 22 Dec 2018 11:44:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E7AE0A97; Sat, 22 Dec 2018 11:44:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2282E0A97 for ; Sat, 22 Dec 2018 11:44:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD4CB335CEA for ; Sat, 22 Dec 2018 11:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A07A34FB for ; Sat, 22 Dec 2018 11:43:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1545479006.d76282d51b957da7061593801281520794d41b8e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/onerng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/onerng/onerng-3.6.ebuild X-VCS-Directories: sys-apps/onerng/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d76282d51b957da7061593801281520794d41b8e X-VCS-Branch: master Date: Sat, 22 Dec 2018 11:43:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19212988-e84a-4dfa-b6cb-848ef5d848dc X-Archives-Hash: 6d669af7051390b7bb3f2c4f093cdae0 commit: d76282d51b957da7061593801281520794d41b8e Author: Conrad Kostecki kostecki com> AuthorDate: Sun Dec 16 21:44:46 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 22 11:43:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76282d5 sys-apps/onerng: drop old version Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Andreas Sturmlechner gentoo.org> sys-apps/onerng/onerng-3.6.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/sys-apps/onerng/onerng-3.6.ebuild b/sys-apps/onerng/onerng-3.6.ebuild deleted file mode 100644 index 5b765073d1a..00000000000 --- a/sys-apps/onerng/onerng-3.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="${PN}_${PV}" -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" - -RDEPEND="app-crypt/gnupg - dev-python/python-gnupg[${PYTHON_USEDEP}] - sys-apps/rng-tools - sys-process/at - virtual/udev" - -DEPEND="virtual/pkgconfig - virtual/udev" - -S="${WORKDIR}/${MY_P}" - -pkg_postinst() { - udev_reload -} - -pkg_postrm() { - udev_reload -}