From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/
Date: Mon, 23 Apr 2018 20:37:32 +0000 (UTC) [thread overview]
Message-ID: <1524515846.6f009d160c20ac91c237820def11bd6528f519e7.robbat2@gentoo> (raw)
commit: 6f009d160c20ac91c237820def11bd6528f519e7
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Mon Apr 23 01:47:18 2018 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 20:37:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f009d16
sys-kernel/genkernel: git-2->git-r3, general cleanup.
Swapped eutils for epatch, as its the only function 'from' eutils
actually used.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
(cherry picked from commit 05f68bebf4b0a8129e5a3b0159972e1f80c453b4)
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/8112
sys-kernel/genkernel/genkernel-3.4.52.3.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.4.52.4-r1.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.4.52.4-r2.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.1.1.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.2.0-r1.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.2.1.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.2.2.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.2.3.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.2.4.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.2.5.ebuild | 20 ++++++--------------
sys-kernel/genkernel/genkernel-3.5.3.2.ebuild | 16 ++++------------
sys-kernel/genkernel/genkernel-9999.ebuild | 20 ++++++--------------
12 files changed, 70 insertions(+), 166 deletions(-)
diff --git a/sys-kernel/genkernel/genkernel-3.4.52.3.ebuild b/sys-kernel/genkernel/genkernel-3.4.52.3.ebuild
index 3ccaa2a85bf..d68852ad3a7 100644
--- a/sys-kernel/genkernel/genkernel-3.4.52.3.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.4.52.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.20.2'
VERSION_DMRAID='1.0.0.rc16-3'
VERSION_MDADM='3.1.5'
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
@@ -77,14 +77,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Producing ChangeLog from Git history..."
diff --git a/sys-kernel/genkernel/genkernel-3.4.52.4-r1.ebuild b/sys-kernel/genkernel/genkernel-3.4.52.4-r1.ebuild
index 19782837c8b..c33c583ed95 100644
--- a/sys-kernel/genkernel/genkernel-3.4.52.4-r1.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.4.52.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.20.2'
VERSION_DMRAID='1.0.0.rc16-3'
VERSION_MDADM='3.1.5'
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 ~sh ~sparc ~x86"
@@ -77,14 +77,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Producing ChangeLog from Git history..."
diff --git a/sys-kernel/genkernel/genkernel-3.4.52.4-r2.ebuild b/sys-kernel/genkernel/genkernel-3.4.52.4-r2.ebuild
index 1a919d3d126..017c88e0784 100644
--- a/sys-kernel/genkernel/genkernel-3.4.52.4-r2.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.4.52.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.20.2'
VERSION_DMRAID='1.0.0.rc16-3'
VERSION_MDADM='3.1.5'
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
@@ -77,14 +77,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Producing ChangeLog from Git history..."
diff --git a/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild b/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild
index bed5f3fcaea..7dca6926ea2 100644
--- a/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.26.0'
VERSION_DMRAID='1.0.0.rc16-3'
VERSION_MDADM='3.1.5'
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -78,14 +78,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.2.0-r1.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.0-r1.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-3.5.2.0-r1.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.2.1.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.1.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-3.5.2.1.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.2.2.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.2.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-3.5.2.2.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.2.3.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.3.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-3.5.2.3.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.2.4.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.4.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-3.5.2.4.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild b/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-3.5.3.2.ebuild b/sys-kernel/genkernel/genkernel-3.5.3.2.ebuild
index 3e7468aabcf..8f31925c7a0 100644
--- a/sys-kernel/genkernel/genkernel-3.5.3.2.ebuild
+++ b/sys-kernel/genkernel/genkernel-3.5.3.2.ebuild
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
S="${WORKDIR}/${PN}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild
index 412593ca904..a4053e31111 100644
--- a/sys-kernel/genkernel/genkernel-9999.ebuild
+++ b/sys-kernel/genkernel/genkernel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# genkernel-9999 -> latest Git branch "master"
@@ -6,6 +6,8 @@
EAPI=5 # approved 2012.09.11, required by all profiles since 2014.03.12
+inherit bash-completion-r1 epatch
+
VERSION_BUSYBOX='1.27.2' # warning, be sure to bump patches
VERSION_DMRAID='1.0.0.rc16-3' # warning, be sure to bump patches
VERSION_MDADM='4.0' # warning, be sure to bump patches
@@ -34,13 +36,11 @@ COMMON_URI="${DM_HOME}/dmraid-${VERSION_DMRAID}.tar.bz2
if [[ ${PV} == 9999* ]]
then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git"
- inherit git-2 bash-completion-r1 eutils
- S="${WORKDIR}/${PN}"
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+ inherit git-r3
+ S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
- inherit bash-completion-r1 eutils
SRC_URI="mirror://gentoo/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -79,14 +79,6 @@ pkg_pretend() {
fi
}
-src_unpack() {
- if [[ ${PV} == 9999* ]] ; then
- git-2_src_unpack
- else
- unpack ${P}.tar.xz
- fi
-}
-
src_prepare() {
if [[ ${PV} == 9999* ]] ; then
einfo "Updating version tag"
next reply other threads:[~2018-04-23 20:37 UTC|newest]
Thread overview: 305+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 20:37 Robin H. Johnson [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-04 4:59 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/ Sam James
2025-05-04 4:59 Sam James
2025-04-29 19:41 Sam James
2025-03-02 8:21 Sam James
2025-02-27 13:01 Sam James
2025-02-22 9:38 Ulrich Müller
2024-12-30 17:05 Ben Kohler
2024-12-24 3:31 Sam James
2024-12-14 19:11 Arthur Zamarin
2024-12-14 1:22 Sam James
2024-12-13 10:15 Arthur Zamarin
2024-12-13 9:24 Sam James
2024-12-12 4:50 Sam James
2024-12-12 4:50 Sam James
2024-12-12 4:50 Sam James
2024-11-26 17:21 Ben Kohler
2024-11-26 15:03 Ben Kohler
2024-11-21 13:47 Jakov Smolić
2024-11-18 10:42 Sam James
2024-11-18 10:28 Arthur Zamarin
2024-11-18 9:36 Sam James
2024-11-18 9:36 Sam James
2024-06-11 18:42 Ben Kohler
2024-05-23 19:19 Ben Kohler
2024-05-01 18:43 Ben Kohler
2024-04-30 17:20 Ben Kohler
2024-04-30 17:20 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-30 14:31 Ben Kohler
2024-04-26 17:27 Ben Kohler
2024-04-22 20:16 Mike Gilbert
2024-04-22 16:02 Ben Kohler
2024-02-24 22:33 Robin H. Johnson
2024-02-24 22:33 Robin H. Johnson
2024-02-24 22:33 Robin H. Johnson
2024-02-24 22:33 Robin H. Johnson
2024-02-24 22:06 Robin H. Johnson
2024-02-24 22:06 Robin H. Johnson
2024-01-21 20:37 Sam James
2024-01-21 20:37 Sam James
2024-01-21 20:37 Sam James
2024-01-21 20:37 Sam James
2024-01-21 20:37 Sam James
2024-01-21 20:11 Sam James
2024-01-21 19:53 Sam James
2024-01-21 19:53 Sam James
2024-01-19 20:16 Ben Kohler
2024-01-08 12:28 Sam James
2024-01-08 12:03 Sam James
2024-01-08 9:48 Sam James
2023-12-02 14:52 Arthur Zamarin
2023-10-28 2:02 Sam James
2023-10-21 13:54 Sam James
2023-09-02 17:46 Sam James
2023-09-02 17:46 Sam James
2023-09-02 17:46 Sam James
2023-09-02 17:46 Sam James
2023-09-02 17:46 Sam James
2023-09-02 17:46 Sam James
2023-09-02 17:46 Sam James
2023-07-28 15:43 Sam James
2023-07-27 10:50 Sam James
2023-07-27 10:45 Sam James
2023-07-23 22:11 Sam James
2023-07-19 15:07 Sam James
2023-07-19 9:33 Sam James
2023-07-18 22:33 Sam James
2023-07-18 22:33 Sam James
2023-07-18 22:33 Sam James
2023-07-18 22:33 Sam James
2023-07-18 22:33 Sam James
2023-07-05 18:27 Sam James
2023-05-29 2:50 Matt Turner
2023-03-04 7:23 Arthur Zamarin
2023-03-04 6:33 Arthur Zamarin
2023-03-03 18:47 Arthur Zamarin
2023-03-03 18:47 Arthur Zamarin
2023-03-03 17:20 Arthur Zamarin
2023-03-03 5:57 Arthur Zamarin
2023-03-03 5:57 Arthur Zamarin
2023-01-08 19:05 Matt Turner
2023-01-03 6:14 Sam James
2022-12-07 16:44 Ben Kohler
2022-12-07 16:44 Ben Kohler
2022-11-21 18:23 Arthur Zamarin
2022-11-20 0:27 Sam James
2022-11-20 0:27 Sam James
2022-11-20 0:27 Sam James
2022-11-20 0:27 Sam James
2022-11-20 0:27 Sam James
2022-11-20 0:27 Sam James
2022-11-20 0:27 Sam James
2022-11-20 0:13 Sam James
2022-11-15 10:07 Sam James
2022-07-31 5:31 Joonas Niilola
2022-07-31 5:31 Joonas Niilola
2022-07-29 18:27 Arthur Zamarin
2022-07-26 15:20 Agostino Sarubbo
2022-07-26 15:19 Agostino Sarubbo
2022-07-26 15:18 Agostino Sarubbo
2022-07-26 15:17 Agostino Sarubbo
2022-07-26 7:05 Sam James
2022-07-26 7:04 Sam James
2022-07-26 7:04 Sam James
2022-07-04 3:57 Robin H. Johnson
2022-05-25 4:29 Robin H. Johnson
2022-05-24 10:51 Ulrich Müller
2022-05-24 10:16 Ulrich Müller
2022-04-19 23:17 Robin H. Johnson
2021-12-10 0:18 Thomas Deutschmann
2021-12-01 17:42 Thomas Deutschmann
2021-11-15 18:36 Thomas Deutschmann
2021-11-15 18:33 Thomas Deutschmann
2021-11-01 1:07 Thomas Deutschmann
2021-11-01 1:07 Thomas Deutschmann
2021-09-25 19:26 Thomas Deutschmann
2021-09-12 2:11 Matt Turner
2021-07-23 23:21 Thomas Deutschmann
2021-07-12 14:35 Thomas Deutschmann
2021-07-12 14:35 Thomas Deutschmann
2021-07-08 22:18 Thomas Deutschmann
2021-07-06 23:07 Thomas Deutschmann
2021-07-06 1:55 Thomas Deutschmann
2021-07-06 0:26 Thomas Deutschmann
2021-03-27 13:11 Thomas Deutschmann
2021-03-21 23:07 Thomas Deutschmann
2021-03-13 15:44 Thomas Deutschmann
2021-03-08 0:39 Thomas Deutschmann
2021-02-18 13:33 Thomas Deutschmann
2021-02-13 15:04 Thomas Deutschmann
2021-02-10 0:27 Thomas Deutschmann
2021-02-08 22:14 Thomas Deutschmann
2020-09-05 12:56 Thomas Deutschmann
2020-08-31 17:47 Thomas Deutschmann
2020-08-28 21:35 Thomas Deutschmann
2020-08-27 1:01 Thomas Deutschmann
2020-08-26 23:00 Thomas Deutschmann
2020-08-24 12:36 Thomas Deutschmann
2020-08-15 22:53 Thomas Deutschmann
2020-08-10 9:49 Thomas Deutschmann
2020-08-10 9:49 Thomas Deutschmann
2020-08-04 9:42 Thomas Deutschmann
2020-07-25 2:07 Thomas Deutschmann
2020-07-23 23:57 Thomas Deutschmann
2020-07-23 21:17 Thomas Deutschmann
2020-07-23 21:17 Thomas Deutschmann
2020-07-20 16:09 Thomas Deutschmann
2020-06-29 12:23 Thomas Deutschmann
2020-06-26 11:26 Thomas Deutschmann
2020-06-26 11:26 Thomas Deutschmann
2020-06-23 18:46 Thomas Deutschmann
2020-06-20 2:19 Thomas Deutschmann
2020-06-19 11:28 Thomas Deutschmann
2020-06-15 21:13 Thomas Deutschmann
2020-06-15 18:22 Thomas Deutschmann
2020-06-15 18:20 Thomas Deutschmann
2020-04-19 14:45 Thomas Deutschmann
2020-04-19 14:45 Thomas Deutschmann
2020-04-11 21:11 Thomas Deutschmann
2020-04-10 12:54 Thomas Deutschmann
2020-04-07 23:25 Thomas Deutschmann
2020-03-25 14:14 Thomas Deutschmann
2020-03-09 14:21 Thomas Deutschmann
2020-03-09 14:21 Thomas Deutschmann
2020-03-05 15:14 Thomas Deutschmann
2020-03-04 0:05 Thomas Deutschmann
2020-02-15 21:27 Thomas Deutschmann
2020-02-08 14:18 David Seifert
2020-01-16 22:02 Thomas Deutschmann
2020-01-16 22:02 Thomas Deutschmann
2020-01-14 23:24 Thomas Deutschmann
2019-12-29 21:17 Sergei Trofimovich
2019-12-22 19:29 Thomas Deutschmann
2019-12-13 22:34 Ulrich Müller
2019-12-06 0:06 Thomas Deutschmann
2019-12-06 0:06 Thomas Deutschmann
2019-11-27 19:39 Thomas Deutschmann
2019-11-26 17:47 Thomas Deutschmann
2019-11-24 21:02 Thomas Deutschmann
2019-11-24 20:08 Thomas Deutschmann
2019-10-14 15:06 Thomas Deutschmann
2019-10-07 22:04 Thomas Deutschmann
2019-10-05 18:56 Michał Górny
2019-10-05 0:55 Thomas Deutschmann
2019-10-02 23:10 Thomas Deutschmann
2019-09-16 21:43 Thomas Deutschmann
2019-09-08 13:17 Thomas Deutschmann
2019-09-06 20:47 Thomas Deutschmann
2019-09-06 20:47 Thomas Deutschmann
2019-09-06 20:47 Thomas Deutschmann
2019-09-06 20:47 Thomas Deutschmann
2019-09-01 21:49 Thomas Deutschmann
2019-08-31 21:08 Thomas Deutschmann
2019-08-30 22:34 Thomas Deutschmann
2019-08-21 19:25 Thomas Deutschmann
2019-08-19 8:50 Thomas Deutschmann
2019-08-16 21:04 Thomas Deutschmann
2019-08-07 16:50 Thomas Deutschmann
2019-07-29 21:11 Thomas Deutschmann
2019-07-23 21:12 Thomas Deutschmann
2019-07-21 20:55 Thomas Deutschmann
2019-07-18 22:28 Thomas Deutschmann
2019-07-18 22:28 Thomas Deutschmann
2019-07-18 2:18 Thomas Deutschmann
2019-07-16 22:30 Thomas Deutschmann
2019-07-16 18:31 Thomas Deutschmann
2019-07-16 12:20 Thomas Deutschmann
2019-07-16 1:08 Thomas Deutschmann
2019-07-16 1:08 Thomas Deutschmann
2019-07-15 18:17 Thomas Deutschmann
2019-07-15 18:17 Thomas Deutschmann
2019-07-15 0:16 Thomas Deutschmann
2019-04-21 2:32 Anthony G. Basile
2019-04-16 12:42 Anthony G. Basile
2019-03-27 9:12 Thomas Deutschmann
2019-03-24 23:25 Thomas Deutschmann
2019-03-24 23:15 Thomas Deutschmann
2019-03-24 23:15 Thomas Deutschmann
2019-03-22 0:34 Thomas Deutschmann
2019-03-22 0:34 Thomas Deutschmann
2019-03-21 23:55 Thomas Deutschmann
2018-09-16 18:13 Mikle Kolyada
2018-08-18 22:31 Sergei Trofimovich
2018-06-30 20:36 Mikle Kolyada
2018-06-26 15:53 Mikle Kolyada
2018-06-19 19:13 Sergei Trofimovich
2018-06-18 18:07 Tobias Klausmann
2018-06-17 23:29 Thomas Deutschmann
2018-06-16 15:01 Mikle Kolyada
2018-06-15 9:35 Sergei Trofimovich
2018-05-08 0:45 Thomas Deutschmann
2018-04-13 19:39 Robin H. Johnson
2018-04-13 18:44 Robin H. Johnson
2018-04-04 18:31 Robin H. Johnson
2017-12-26 17:28 Robin H. Johnson
2017-12-20 19:16 Robin H. Johnson
2017-12-09 18:48 Robin H. Johnson
2017-11-16 23:44 Robin H. Johnson
2017-10-31 19:00 Robin H. Johnson
2017-10-28 8:31 Robin H. Johnson
2017-09-08 16:52 Robin H. Johnson
2017-09-06 23:48 Robin H. Johnson
2017-09-03 6:44 Robin H. Johnson
2017-09-02 14:18 Michael Palimaka
2017-07-14 19:57 Robin H. Johnson
2017-07-14 19:57 Robin H. Johnson
2017-06-23 22:17 Robin H. Johnson
2017-04-10 21:06 Robin H. Johnson
2017-01-02 23:48 Robin H. Johnson
2017-01-02 0:12 Matt Thode
2017-01-01 23:40 Matt Thode
2016-12-26 12:45 Markus Meier
2016-12-21 17:14 Thomas Deutschmann
2016-10-27 16:35 Robin H. Johnson
2016-10-12 16:04 Robin H. Johnson
2016-10-12 14:27 Robin H. Johnson
2016-10-12 14:27 Robin H. Johnson
2016-10-12 13:46 Robin H. Johnson
2016-09-29 4:11 Jeroen Roovers
2016-09-04 10:21 Tobias Klausmann
2016-08-31 22:29 Robin H. Johnson
2016-08-16 21:36 Robin H. Johnson
2016-08-15 7:02 Robin H. Johnson
2016-05-16 7:02 Robin H. Johnson
2016-04-21 16:50 Mike Frysinger
2016-04-20 3:58 Mike Frysinger
2016-04-01 2:01 Mike Frysinger
2016-03-26 19:09 Mike Frysinger
2016-03-21 20:45 Mike Frysinger
2016-02-27 12:00 Jeroen Roovers
2016-02-06 22:56 Robin H. Johnson
2016-02-06 22:28 Robin H. Johnson
2016-01-11 9:07 Agostino Sarubbo
2016-01-06 7:37 Robin H. Johnson
2015-12-29 20:21 Richard Farina
2015-12-28 3:29 Robin H. Johnson
2015-12-27 9:41 Mikle Kolyada
2015-12-07 18:28 Richard Farina
2015-12-07 11:40 Agostino Sarubbo
2015-12-06 11:51 Markus Meier
2015-12-03 13:28 Agostino Sarubbo
2015-11-23 9:25 Agostino Sarubbo
2015-11-19 10:44 Agostino Sarubbo
2015-08-20 2:45 Richard Farina
2015-08-20 2:45 Richard Farina
2015-08-20 2:45 Richard Farina
2015-08-20 2:45 Richard Farina
2015-08-20 2:45 Richard Farina
2015-08-20 2:11 Richard Farina
2015-08-20 2:11 Richard Farina
2015-08-20 2:11 Richard Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1524515846.6f009d160c20ac91c237820def11bd6528f519e7.robbat2@gentoo \
--to=robbat2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox