From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/
Date: Fri, 23 Sep 2022 02:14:59 +0000 (UTC) [thread overview]
Message-ID: <1663899218.29d7fa5b9b9e6fd415ec1413124da2859d365a48.sam@gentoo> (raw)
commit: 29d7fa5b9b9e6fd415ec1413124da2859d365a48
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 02:11:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 02:13:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d7fa5b
sys-devel/gnuconfig: drop 20210107
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gnuconfig/Manifest | 1 -
sys-devel/gnuconfig/gnuconfig-20210107.ebuild | 63 ---------------------------
2 files changed, 64 deletions(-)
diff --git a/sys-devel/gnuconfig/Manifest b/sys-devel/gnuconfig/Manifest
index 0625142aef24..cfc97db052ae 100644
--- a/sys-devel/gnuconfig/Manifest
+++ b/sys-devel/gnuconfig/Manifest
@@ -1,2 +1 @@
-DIST gnuconfig-20210107.tar.xz 65944 BLAKE2B 209952ca349c9859b695df5a4f8b49df689cba47b439e715108cb66ccef7ec3742162113a2ee4948a85a96b44c45d4d553f9e41c15823403f451fea6ea61bd36 SHA512 e1485b7b719994441f49b18a88f922405f74aff2ba1df16050802a311fb5438e598d989fdb7fa008734e5ec0e567e7e90486f8bc6655787bc053ad8a89650213
DIST gnuconfig-20220508.tar.xz 87616 BLAKE2B 80b981cc85153af1cdf5ba8ca3f4e22843443ee062dacf0fa104749cebb4d25e28c83a1ba82ae326457b4cd58fe17e0f28423e9b1d0cbd3ff53b72dbc3e414b3 SHA512 c77363d30733b509d9e2a795189d0a7a556f87c6d2333ad5b376175bd8df34c48777d27e85b766c7b557f151ee2d877c6cf94940dedb4d85793427daeed5c7cd
diff --git a/sys-devel/gnuconfig/gnuconfig-20210107.ebuild b/sys-devel/gnuconfig/gnuconfig-20210107.ebuild
deleted file mode 100644
index f0894f34d091..000000000000
--- a/sys-devel/gnuconfig/gnuconfig-20210107.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-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"
- 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
-
-DESCRIPTION="Updated config.sub and config.guess file from GNU"
-HOMEPAGE="https://savannah.gnu.org/projects/config"
-
-LICENSE="GPL-3+-with-autoconf-exception"
-SLOT="0"
-IUSE=""
-
-maint_pkg_create() {
- cd "${S}"
-
- make ChangeLog || die
- local ver=$(gawk '{ gsub(/-/, "", $1); print $1; exit }' ChangeLog)
- [[ ${#ver} != 8 ]] && die "invalid version '${ver}'"
-
- cp "${FILESDIR}"/${PV}/*.patch . || die
-
- local tar="${T}/gnuconfig-${ver}.tar.xz"
- tar -Jcf "${tar}" ./* || die "creating tar failed"
- einfo "Packaged tar now available:"
- einfo "$(du -b "${tar}")"
-}
-
-src_unpack() {
- if [[ ${PV} == "99999999" ]] ; then
- git-r3_src_unpack
- maint_pkg_create
- else
- unpack ${A}
- fi
-}
-
-src_prepare() {
- default
- eapply "${S}"/*.patch
-}
-
-src_compile() { :;}
-
-src_test() {
- emake check
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins config.{sub,guess}
- fperms +x /usr/share/${PN}/config.{sub,guess}
- dodoc ChangeLog
-}
next reply other threads:[~2022-09-23 2:15 UTC|newest]
Thread overview: 61+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-23 2:14 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-05 12:02 [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/ 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-06-13 7:07 Agostino Sarubbo
2022-05-11 4:12 Sam James
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=1663899218.29d7fa5b9b9e6fd415ec1413124da2859d365a48.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