From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 149021382C5 for ; Fri, 18 May 2018 16:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07B8E09D4; Fri, 18 May 2018 16:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D923E09D4 for ; Fri, 18 May 2018 16:01:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87DCD335C79 for ; Fri, 18 May 2018 16:01:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C6642A6 for ; Fri, 18 May 2018 16:01:03 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1526659153.4a5e62d37e75a47d7350215ddf2648999ca71741.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gnuconfig/gnuconfig-20161104.ebuild sys-devel/gnuconfig/gnuconfig-20170101.ebuild sys-devel/gnuconfig/gnuconfig-20180101.ebuild sys-devel/gnuconfig/gnuconfig-99999999.ebuild X-VCS-Directories: sys-devel/gnuconfig/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 4a5e62d37e75a47d7350215ddf2648999ca71741 X-VCS-Branch: master Date: Fri, 18 May 2018 16:01:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc94bc49-a03e-46a8-a2fa-06c20e7b43f5 X-Archives-Hash: 52609c76579fe9e4318c53ab930e466c commit: 4a5e62d37e75a47d7350215ddf2648999ca71741 Author: Marty E. Plummer startmail com> AuthorDate: Fri Apr 27 10:30:01 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri May 18 15:59:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5e62d3 sys-devel/gnuconfig: git-2->git-r3 Package-Manager: Portage-2.3.31, Repoman-2.3.9 sys-devel/gnuconfig/gnuconfig-20161104.ebuild | 9 ++++----- sys-devel/gnuconfig/gnuconfig-20170101.ebuild | 9 ++++----- sys-devel/gnuconfig/gnuconfig-20180101.ebuild | 9 ++++----- sys-devel/gnuconfig/gnuconfig-99999999.ebuild | 9 ++++----- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/sys-devel/gnuconfig/gnuconfig-20161104.ebuild b/sys-devel/gnuconfig/gnuconfig-20161104.ebuild index 60b5697dc48..bd734c72437 100644 --- a/sys-devel/gnuconfig/gnuconfig-20161104.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20161104.ebuild @@ -8,10 +8,11 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/config.git http://git.savannah.gnu.org/r/config.git" - inherit git-2 + inherit git-r3 else SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + S="${WORKDIR}" fi DESCRIPTION="Updated config.sub and config.guess file from GNU" @@ -21,8 +22,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -S=${WORKDIR} - maint_pkg_create() { cd "${S}" @@ -39,7 +38,7 @@ maint_pkg_create() { src_unpack() { if [[ ${PV} == "99999999" ]] ; then - git-2_src_unpack + git-r3_src_unpack maint_pkg_create else unpack ${A} @@ -47,7 +46,7 @@ src_unpack() { } src_prepare() { - epatch "${WORKDIR}"/*.patch + epatch "${S}"/*.patch use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 } diff --git a/sys-devel/gnuconfig/gnuconfig-20170101.ebuild b/sys-devel/gnuconfig/gnuconfig-20170101.ebuild index 92d06ef82ca..0b3c4010d8f 100644 --- a/sys-devel/gnuconfig/gnuconfig-20170101.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20170101.ebuild @@ -8,10 +8,11 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/config.git http://git.savannah.gnu.org/r/config.git" - inherit git-2 + inherit git-r3 else SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + S="${WORKDIR}" fi DESCRIPTION="Updated config.sub and config.guess file from GNU" @@ -21,8 +22,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -S=${WORKDIR} - maint_pkg_create() { cd "${S}" @@ -39,7 +38,7 @@ maint_pkg_create() { src_unpack() { if [[ ${PV} == "99999999" ]] ; then - git-2_src_unpack + git-r3_src_unpack maint_pkg_create else unpack ${A} @@ -47,7 +46,7 @@ src_unpack() { } src_prepare() { - epatch "${WORKDIR}"/*.patch + epatch "${S}"/*.patch use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 } diff --git a/sys-devel/gnuconfig/gnuconfig-20180101.ebuild b/sys-devel/gnuconfig/gnuconfig-20180101.ebuild index 2629a1d763f..c4ccaeecd38 100644 --- a/sys-devel/gnuconfig/gnuconfig-20180101.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20180101.ebuild @@ -8,10 +8,11 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/config.git http://git.savannah.gnu.org/r/config.git" - inherit git-2 + inherit git-r3 else SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + S="${WORKDIR}" fi DESCRIPTION="Updated config.sub and config.guess file from GNU" @@ -21,8 +22,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -S=${WORKDIR} - maint_pkg_create() { cd "${S}" @@ -39,7 +38,7 @@ maint_pkg_create() { src_unpack() { if [[ ${PV} == "99999999" ]] ; then - git-2_src_unpack + git-r3_src_unpack maint_pkg_create else unpack ${A} @@ -47,7 +46,7 @@ src_unpack() { } src_prepare() { - epatch "${WORKDIR}"/*.patch + epatch "${S}"/*.patch use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 } diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild index 2629a1d763f..c4ccaeecd38 100644 --- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild @@ -8,10 +8,11 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://git.savannah.gnu.org/config.git http://git.savannah.gnu.org/r/config.git" - inherit git-2 + inherit git-r3 else SRC_URI="mirror://gentoo/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + S="${WORKDIR}" fi DESCRIPTION="Updated config.sub and config.guess file from GNU" @@ -21,8 +22,6 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -S=${WORKDIR} - maint_pkg_create() { cd "${S}" @@ -39,7 +38,7 @@ maint_pkg_create() { src_unpack() { if [[ ${PV} == "99999999" ]] ; then - git-2_src_unpack + git-r3_src_unpack maint_pkg_create else unpack ${A} @@ -47,7 +46,7 @@ src_unpack() { } src_prepare() { - epatch "${WORKDIR}"/*.patch + epatch "${S}"/*.patch use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637 }