public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-dickey/
Date: Fri,  9 Sep 2022 05:52:43 +0000 (UTC)	[thread overview]
Message-ID: <1662702748.02cc640d67e30895e96f4d3ced59708b4e6b40bb.sam@gentoo> (raw)

commit:     02cc640d67e30895e96f4d3ced59708b4e6b40bb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 05:50:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 05:52:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cc640d

sys-devel/autoconf-dickey: new package, add 2.52_p20210509

Use same package name as Debian. Needed to be able to
regenerate configure in sys-libs/ncurses (and other
Thomas Dickey packages).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/autoconf-dickey/Manifest                 |  1 +
 .../autoconf-dickey-2.52_p20210509.ebuild          | 41 ++++++++++++++++++++++
 sys-devel/autoconf-dickey/metadata.xml             |  8 +++++
 3 files changed, 50 insertions(+)

diff --git a/sys-devel/autoconf-dickey/Manifest b/sys-devel/autoconf-dickey/Manifest
new file mode 100644
index 000000000000..0898f0a03ea6
--- /dev/null
+++ b/sys-devel/autoconf-dickey/Manifest
@@ -0,0 +1 @@
+DIST autoconf-2.52-20210509.tgz 874991 BLAKE2B bf8ff6496887f23cce167dfcc5177117ab5514996884998b3237c21e355b34301aabb71dacbff1e171ef21530d745345e584d876b3b5571f4faf863135b4269f SHA512 0203bbe096a2ecbee6bf012fec10a8f90e0b391d5988e202d2a1c718aa856d6c4953fb5e2be215ae635cd6b876b0229d6de1ffc7e2b35cd14684ef7c8294e546

diff --git a/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild b/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild
new file mode 100644
index 000000000000..403065a60182
--- /dev/null
+++ b/sys-devel/autoconf-dickey/autoconf-dickey-2.52_p20210509.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# TODO: verify-sig, adapt toolchain-autoconf to take econf args?
+# TODO: review our old autoconf-2.52 patches?
+
+MY_P=${PN/-dickey}-${PV/_p/-}
+DESCRIPTION="Fork of sys-devel/autoconf for Thomas Dickey's packages"
+HOMEPAGE="https://invisible-island.net/autoconf/autoconf.html"
+SRC_URI="https://invisible-island.net/archives/autoconf/${MY_P}.tgz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+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"
+
+BDEPEND="
+	>=sys-devel/m4-1.4.16
+	>=dev-lang/perl-5.6
+"
+RDEPEND="${BDEPEND}"
+
+src_prepare() {
+	# usr/bin/libtool is provided by binutils-apple, need gnu libtool
+	#if [[ ${CHOST} == *-darwin* ]] ; then
+	#	PATCHES+=( "${FILESDIR}"/${PN}-2.61-darwin.patch )
+	#fi
+
+	default
+}
+
+src_configure() {
+	local myeconfargs=(
+		--datadir=/usr/share/${PN}
+		--program-suffix=-dickey
+	)
+
+	econf "${myeconfargs[@]}"
+}

diff --git a/sys-devel/autoconf-dickey/metadata.xml b/sys-devel/autoconf-dickey/metadata.xml
new file mode 100644
index 000000000000..b0d83aa2e489
--- /dev/null
+++ b/sys-devel/autoconf-dickey/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>base-system@gentoo.org</email>
+		<name>Gentoo Base System</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-09-09  5:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09  5:52 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-09  6:14 [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-dickey/ Fabian Groffen
2022-09-09 14:43 Sam James
2022-11-18  3:37 Sam James
2022-12-06 16:55 Sam James
2022-12-06 16:55 Sam James
2022-12-06 20:32 Sam James
2023-04-16  3:30 Sam James

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=1662702748.02cc640d67e30895e96f4d3ced59708b4e6b40bb.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