summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-24 23:51:09 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-25 00:03:27 +0200
commit6b6af8c31339f4740bf3f78c88d551a549b7c0b5 (patch)
treeddd72329c915631830de29e38c1a93a8b1e83947 /app-portage
parentapp-portage/smart-live-rebuild: Update URIs for GitHub (diff)
downloadgentoo-6b6af8c31339f4740bf3f78c88d551a549b7c0b5.tar.gz
gentoo-6b6af8c31339f4740bf3f78c88d551a549b7c0b5.tar.bz2
gentoo-6b6af8c31339f4740bf3f78c88d551a549b7c0b5.zip
app-portage/smart-live-rebuild: Kill the #ifdef idea
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild15
1 files changed, 3 insertions, 12 deletions
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index 5f23fc60c72e..b5d6bb2ea619 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,29 +4,20 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-inherit distutils-r1
-
-#if LIVE
EGIT_REPO_URI="https://github.com/mgorny/${PN}.git"
-inherit git-r3
-#endif
+inherit distutils-r1 git-r3
DESCRIPTION="Check live packages for updates and emerge them as necessary"
HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
-SRC_URI="https://github.com/mgorny/smart-live-rebuild/releases/download/v${PV}/${P}.tar.bz2"
+SRC_URI=""
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
+KEYWORDS=""
IUSE=""
RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
-
python_test() {
esetup.py test
}