From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/
Date: Wed, 11 May 2022 04:12:09 +0000 (UTC) [thread overview]
Message-ID: <1652242323.d56bcca2755f84993d98c4bd703e6db5da654917.sam@gentoo> (raw)
commit: d56bcca2755f84993d98c4bd703e6db5da654917
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 04:11:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 11 04:12:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56bcca2
sys-devel/gnuconfig: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gnuconfig/gnuconfig-20220508.ebuild | 14 ++++++--------
sys-devel/gnuconfig/gnuconfig-99999999.ebuild | 16 +++++++---------
2 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/sys-devel/gnuconfig/gnuconfig-20220508.ebuild b/sys-devel/gnuconfig/gnuconfig-20220508.ebuild
index fcdf54a96129..3c5c54ade825 100644
--- a/sys-devel/gnuconfig/gnuconfig-20220508.ebuild
+++ b/sys-devel/gnuconfig/gnuconfig-20220508.ebuild
@@ -3,12 +3,12 @@
EAPI="7"
-if [[ ${PV} == "99999999" ]] ; then
+if [[ ${PV} == 99999999 ]] ; then
EGIT_REPO_URI="https://git.savannah.gnu.org/r/config.git"
inherit git-r3
else
- SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${PN}/${P}.tar.xz"
+ SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
S="${WORKDIR}"
fi
@@ -18,12 +18,11 @@ HOMEPAGE="https://savannah.gnu.org/projects/config"
LICENSE="GPL-3+-with-autoconf-exception"
SLOT="0"
-IUSE=""
maint_pkg_create() {
- cd "${S}"
+ cd "${S}" || die
- make ChangeLog || die
+ emake ChangeLog
local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
@@ -36,7 +35,7 @@ maint_pkg_create() {
}
src_unpack() {
- if [[ ${PV} == "99999999" ]] ; then
+ if [[ ${PV} == 99999999 ]] ; then
git-r3_src_unpack
maint_pkg_create
else
@@ -46,11 +45,10 @@ src_unpack() {
src_prepare() {
default
+
eapply "${S}"/*.patch
}
-src_compile() { :;}
-
src_test() {
emake check
}
diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
index e4c1ec17f5df..3c5c54ade825 100644
--- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
+++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild
@@ -3,13 +3,13 @@
EAPI="7"
-if [[ ${PV} == "99999999" ]] ; then
+if [[ ${PV} == 99999999 ]] ; then
EGIT_REPO_URI="https://git.savannah.gnu.org/r/config.git"
inherit git-r3
else
- SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+ SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
S="${WORKDIR}"
fi
@@ -18,12 +18,11 @@ HOMEPAGE="https://savannah.gnu.org/projects/config"
LICENSE="GPL-3+-with-autoconf-exception"
SLOT="0"
-IUSE=""
maint_pkg_create() {
- cd "${S}"
+ cd "${S}" || die
- make ChangeLog || die
+ emake ChangeLog
local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
[[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
@@ -36,7 +35,7 @@ maint_pkg_create() {
}
src_unpack() {
- if [[ ${PV} == "99999999" ]] ; then
+ if [[ ${PV} == 99999999 ]] ; then
git-r3_src_unpack
maint_pkg_create
else
@@ -46,11 +45,10 @@ src_unpack() {
src_prepare() {
default
+
eapply "${S}"/*.patch
}
-src_compile() { :;}
-
src_test() {
emake check
}
next reply other threads:[~2022-05-11 4:12 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-11 4:12 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-14 7:02 [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/ Sam James
2024-10-05 12:02 Arthur Zamarin
2024-08-24 16:36 Sam James
2024-07-17 4:36 Sam James
2024-05-28 20:45 Sam James
2023-12-28 4:04 Sam James
2023-09-07 20:16 Sam James
2023-08-01 12:18 Sam James
2023-06-17 5:57 Sam James
2023-04-26 21:42 Sam James
2022-12-26 8:35 Sam James
2022-11-25 5:02 Sam James
2022-10-29 21:39 Sam James
2022-10-07 10:30 Sam James
2022-10-07 10:30 Sam James
2022-09-23 2:14 Sam James
2022-06-13 7:07 Agostino Sarubbo
2022-05-11 3:33 Sam James
2022-01-01 20:08 David Seifert
2021-05-13 20:25 David Seifert
2021-05-13 16:18 Sam James
2021-01-14 15:23 Lars Wendler
2021-01-14 14:44 Lars Wendler
2021-01-14 13:34 Lars Wendler
2021-01-06 15:32 Fabian Groffen
2020-12-27 18:18 Fabian Groffen
2020-08-29 17:30 Ulrich Müller
2020-08-17 6:47 Sam James
2020-08-17 1:58 Sam James
2019-12-01 15:39 Thomas Deutschmann
2019-12-01 15:38 Thomas Deutschmann
2019-12-01 14:21 Agostino Sarubbo
2019-12-01 14:01 Sergei Trofimovich
2019-12-01 13:56 Sergei Trofimovich
2019-11-30 21:59 Sergei Trofimovich
2019-11-30 0:14 Aaron Bauman
2019-11-29 20:10 Thomas Deutschmann
2019-09-12 3:39 Mike Frysinger
2019-09-12 3:33 Mike Frysinger
2019-09-12 3:25 Mike Frysinger
2019-09-12 3:23 Mike Frysinger
2019-05-04 12:02 Mikle Kolyada
2018-05-18 16:01 Mike Gilbert
2018-01-24 7:22 Michael Haubenwallner
2018-01-10 8:19 Mike Frysinger
2018-01-10 8:19 Mike Frysinger
2018-01-10 8:19 Mike Frysinger
2017-02-20 14:11 Michael Haubenwallner
2017-01-29 20:14 Fabian Groffen
2017-01-01 9:55 Mike Frysinger
2017-01-01 9:55 Mike Frysinger
2017-01-01 9:55 Mike Frysinger
2016-11-12 7:13 Mike Frysinger
2016-11-12 7:13 Mike Frysinger
2016-11-12 7:13 Mike Frysinger
2016-04-20 2:46 Mike Frysinger
2016-04-20 2:46 Mike Frysinger
2016-04-20 2:46 Mike Frysinger
2015-12-18 15:46 Mike Frysinger
2015-12-18 15:46 Mike Frysinger
2015-12-18 15:46 Mike Frysinger
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=1652242323.d56bcca2755f84993d98c4bd703e6db5da654917.sam@gentoo \
--to=sam@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