[app-misc/sabayon-steambox] fixes, drop old

12: removed,
13: switched to git-r3.eclass, switched to https (more secure),
    keywords changed to unstable
This commit is contained in:
Sławomir Nizio
2020-02-11 00:48:27 +01:00
parent c9a956c8a1
commit dde4a8e24d
2 changed files with 4 additions and 39 deletions
@@ -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
}
@@ -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}"