From dde4a8e24d33cfa7d282db0d94100b99dfe9e71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C5=82awomir=20Nizio?= Date: Tue, 11 Feb 2020 00:48:27 +0100 Subject: [PATCH] [app-misc/sabayon-steambox] fixes, drop old 12: removed, 13: switched to git-r3.eclass, switched to https (more secure), keywords changed to unstable --- .../sabayon-steambox-12.ebuild | 35 ------------------- .../sabayon-steambox-13.ebuild | 8 ++--- 2 files changed, 4 insertions(+), 39 deletions(-) delete mode 100644 app-misc/sabayon-steambox/sabayon-steambox-12.ebuild diff --git a/app-misc/sabayon-steambox/sabayon-steambox-12.ebuild b/app-misc/sabayon-steambox/sabayon-steambox-12.ebuild deleted file mode 100644 index 687a01d15..000000000 --- a/app-misc/sabayon-steambox/sabayon-steambox-12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2004-2013 Sabayon -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -EGIT_REPO_URI="git://github.com/Sabayon/steambox.git" -EGIT_COMMIT="v${PV}" - -inherit eutils python-single-r1 systemd git-2 - -DESCRIPTION="Sabayon Steam Box provisioning tools" -HOMEPAGE="http://www.sabayon.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${PYTHON_DEPS} - >=app-misc/sabayon-live-8 - || ( dev-python/pygobject-cairo:3 dev-python/pygobject:3[cairo] ) - x11-apps/xsetroot - x11-libs/gtk+:3 - x11-libs/vte:2.90 - x11-wm/metacity" - -src_install() { - emake DESTDIR="${D}" SYSV_INITDIR="/etc/init.d" \ - SYSTEMD_UNITDIR="$(systemd_get_unitdir)" \ - install || die -} diff --git a/app-misc/sabayon-steambox/sabayon-steambox-13.ebuild b/app-misc/sabayon-steambox/sabayon-steambox-13.ebuild index e9d42f5c6..42849446a 100644 --- a/app-misc/sabayon-steambox/sabayon-steambox-13.ebuild +++ b/app-misc/sabayon-steambox/sabayon-steambox-13.ebuild @@ -1,20 +1,20 @@ -# Copyright 2004-2019 Sabayon +# Copyright 2004-2020 Sabayon # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) -EGIT_REPO_URI="git://github.com/Sabayon/steambox.git" +EGIT_REPO_URI="https://github.com/Sabayon/steambox.git" EGIT_COMMIT="v${PV}" -inherit eutils python-single-r1 systemd git-2 +inherit eutils python-single-r1 systemd git-r3 DESCRIPTION="Sabayon Steam Box provisioning tools" HOMEPAGE="http://www.sabayon.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"