public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gnuconfig/
Date: Thu, 13 May 2021 20:25:21 +0000 (UTC)	[thread overview]
Message-ID: <1620937455.8cc6e83dbb02921c7d5f1997f07ce9d7d37a351c.soap@gentoo> (raw)

commit:     8cc6e83dbb02921c7d5f1997f07ce9d7d37a351c
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 20:24:15 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 20:24:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc6e83d

sys-devel/gnuconfig: Remove old 20200621

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-devel/gnuconfig/Manifest                  |  1 -
 sys-devel/gnuconfig/gnuconfig-20200621.ebuild | 63 ---------------------------
 2 files changed, 64 deletions(-)

diff --git a/sys-devel/gnuconfig/Manifest b/sys-devel/gnuconfig/Manifest
index 276a812c21d..035f2b70bef 100644
--- a/sys-devel/gnuconfig/Manifest
+++ b/sys-devel/gnuconfig/Manifest
@@ -1,2 +1 @@
-DIST gnuconfig-20200621.tar.bz2 58729 BLAKE2B 8be2ff224620d0d93f676951ec8dcc7a4f1bfdfcb83e2e07371aa6fdf2f08a8d0e8503aecdd55954a0246f0d4119f31b24d60d461500db07757b061c89914df4 SHA512 25778100cb6b47a4ffa8a1875d3109a8b304bf3984549b53e2cbc1e31222aa9614ce01d34451cf6545af62b843378ab217d3396535ed4389ff3e8a7ddaa948ff
 DIST gnuconfig-20210107.tar.xz 65944 BLAKE2B 209952ca349c9859b695df5a4f8b49df689cba47b439e715108cb66ccef7ec3742162113a2ee4948a85a96b44c45d4d553f9e41c15823403f451fea6ea61bd36 SHA512 e1485b7b719994441f49b18a88f922405f74aff2ba1df16050802a311fb5438e598d989fdb7fa008734e5ec0e567e7e90486f8bc6655787bc053ad8a89650213

diff --git a/sys-devel/gnuconfig/gnuconfig-20200621.ebuild b/sys-devel/gnuconfig/gnuconfig-20200621.ebuild
deleted file mode 100644
index 5dbe1179e09..00000000000
--- a/sys-devel/gnuconfig/gnuconfig-20200621.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 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/~whissi/dist/${PN}/${P}.tar.bz2"
-	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"
-	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}"
-
-	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.bz2"
-	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
-	use elibc_uclibc && sed -i 's:linux-gnu:linux-uclibc:' testsuite/config-guess.data #180637
-}
-
-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
-}


             reply	other threads:[~2021-05-13 20:25 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-13 20:25 David Seifert [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-09-23  2:14 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 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=1620937455.8cc6e83dbb02921c7d5f1997f07ce9d7d37a351c.soap@gentoo \
    --to=soap@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