sys-kernel/genkernel-next: Cleanup, drop live support
authorEttore Di Giacinto <mudler@gentoo.org>
Tue, 17 Jan 2017 15:46:17 +0000 (16:46 +0100)
committerEttore Di Giacinto <mudler@gentoo.org>
Tue, 17 Jan 2017 15:46:17 +0000 (16:46 +0100)
Package-Manager: Portage-2.3.1, Repoman-2.3.1

sys-kernel/genkernel-next/genkernel-next-64.ebuild
sys-kernel/genkernel-next/genkernel-next-65.ebuild

index 27c68a37da7d97e511ea29d812e783a2515072a5..f0c471ceefa04a724fddf06501ba47601f151b64 100644 (file)
@@ -1,19 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-if [[ "${PV}" != "9999" ]]; then
-       SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       RESTRICT="mirror"
-       KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 x86"
-else
-       EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git"
-       inherit git-2
-       KEYWORDS=""
-       RESTRICT=""
-fi
+SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 x86"
 inherit bash-completion-r1
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"
index e5bc21074abe47bedb0e4a3c86426bc0c3f7d8e2..484144aea9cb6ed589ee2a06126b39aeb73a1b61 100644 (file)
@@ -4,16 +4,8 @@
 
 EAPI=6
 
-if [[ "${PV}" != "9999" ]]; then
-       SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       RESTRICT="mirror"
-       KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 x86"
-else
-       EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git"
-       inherit git-2
-       KEYWORDS="amd64 ia64 ppc ppc64 x86"
-       RESTRICT=""
-fi
+SRC_URI="https://github.com/Sabayon/genkernel-next/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 x86"
 inherit bash-completion-r1
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"