commit:     49c275f390a5dd19937ff84774a18cd85db08030
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:01:59 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:12:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c275f3

app-portage/gpyutils: Flatten the live ebuild

 app-portage/gpyutils/gpyutils-9999.ebuild | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild 
b/app-portage/gpyutils/gpyutils-9999.ebuild
index 0f2b157dba2..400278e91b4 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,31 +1,22 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
-inherit distutils-r1
-
-#if LIVE
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git";
-inherit git-r3
-#endif
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Utitilies for maintaining Python packages"
 HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/";
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2";
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif
 
 python_test() {
        esetup.py test

Reply via email to