diff --git a/sys-apps/rigo-daemon/Manifest b/sys-apps/rigo-daemon/Manifest index 8c835f4d3..96eca1f69 100644 --- a/sys-apps/rigo-daemon/Manifest +++ b/sys-apps/rigo-daemon/Manifest @@ -1,4 +1,2 @@ -DIST entropy-320.tar.bz2 1848403 BLAKE2B 9700fc5242b07d4063a3f50145cd2b9d1ddbd23d68e45ce72836aa63f8e474b56bb693dc330695c7cd9d0f14fc7230645075a082208d9339f096edab34204848 SHA512 50a68d82e01a3240a2577e9f61bec948b3a575d287c1e061c2a3d24f0329205aeb935911df99e51f554b83961ee99aa12f3c95b8b9ce5283d8e3e486a9fff3e5 -DIST entropy-322.tar.bz2 1849723 BLAKE2B 41eb6e0ab4863d5e146a3dda189d2309191987c5c6d0841eb9aaf3a05143e52ad01c279e7a7388fef38d12b6c8c18a330132db2eaab0d72ab994f073ac5c2a32 SHA512 db93698e1c290307e6e95a8e64e5b7809ec47d7f8eb53c5ae5a3b46b8c250cc1be54d66bc8085e76647d6607e12dc0eeb9203d3d1d3d00d0698f6481f2d39704 DIST entropy-323.tar.bz2 1852689 BLAKE2B 5b390e86f332562b7b5e99ab0a5a01ec3001b71e4197d156e67403b17e915e4e94d42a7cd5f2f50c25eeb5a621779b566422a46a31c291c9a3335ebeb6294688 SHA512 f02a483833960e0241560a562de36bd0b6c7ba8912cb2d1c6cbf2ff3c84a890989ec933bee2d47b347744fd293510a05c30ba03f2dedb4e1b5ae5d00bc74c411 DIST entropy-324.tar.bz2 1855479 BLAKE2B fcc85bdfdc847b9a2e855f1474c538e98f0e771c1e5cdddf920a9be0d95ce52ebb7d6a542e8264778a1b566cd97e44ff294b44daa9781b3aa90727c131dacd27 SHA512 afe5356daf5613afc42c3e9544aea29392524717011304358c63707618fb5d39c3b6ac8f75dfdd522293aba689919d183cf1a7f4a0c79a94706e015a4a961382 diff --git a/sys-apps/rigo-daemon/rigo-daemon-320.ebuild b/sys-apps/rigo-daemon/rigo-daemon-320.ebuild deleted file mode 100644 index 848eacd02..000000000 --- a/sys-apps/rigo-daemon/rigo-daemon-320.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -MY_PN="RigoDaemon" -DESCRIPTION="Entropy Client DBus Services, aka RigoDaemon" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/rigo/${MY_PN}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python - dev-python/pygobject:3 - ~sys-apps/entropy-${PV}[${PYTHON_USEDEP}] - sys-auth/polkit[introspection] - sys-devel/gettext" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - default - python_fix_shebang "${S}" -} - -src_install() { - emake DESTDIR="${D}" PYTHON_SITEDIR="$(python_get_sitedir)" install - python_optimize -} diff --git a/sys-apps/rigo-daemon/rigo-daemon-322.ebuild b/sys-apps/rigo-daemon/rigo-daemon-322.ebuild deleted file mode 100644 index 848eacd02..000000000 --- a/sys-apps/rigo-daemon/rigo-daemon-322.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit eutils python-single-r1 - -MY_PN="RigoDaemon" -DESCRIPTION="Entropy Client DBus Services, aka RigoDaemon" -HOMEPAGE="http://www.sabayon.org" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" -SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2" - -S="${WORKDIR}/entropy-${PV}/rigo/${MY_PN}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python - dev-python/pygobject:3 - ~sys-apps/entropy-${PV}[${PYTHON_USEDEP}] - sys-auth/polkit[introspection] - sys-devel/gettext" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_prepare() { - default - python_fix_shebang "${S}" -} - -src_install() { - emake DESTDIR="${D}" PYTHON_SITEDIR="$(python_get_sitedir)" install - python_optimize -}