public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/
Date: Sat,  2 Jul 2022 09:55:32 +0000 (UTC)	[thread overview]
Message-ID: <1656755718.4681f9906d2cc57a862076c074020288f60d133e.matthew@gentoo> (raw)

commit:     4681f9906d2cc57a862076c074020288f60d133e
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 09:54:57 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 09:55:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4681f990

Revert "dev-libs/argtable: drop 2.13-r1"

This reverts commit a20aceab3b5f2fb399c0acdb5fc765ba023a6176.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-libs/argtable/argtable-2.13-r1.ebuild | 48 +++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/dev-libs/argtable/argtable-2.13-r1.ebuild b/dev-libs/argtable/argtable-2.13-r1.ebuild
new file mode 100644
index 000000000000..e8053275362f
--- /dev/null
+++ b/dev-libs/argtable/argtable-2.13-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit versionator
+
+DESCRIPTION="An ANSI C library for parsing GNU-style command-line options with minimal fuss"
+HOMEPAGE="http://argtable.sourceforge.net/"
+
+MY_PV="$(replace_version_separator 1 '-')"
+MY_P=${PN}${MY_PV}
+
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+IUSE="doc debug examples static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+	econf \
+		$(use_enable debug) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	rm -rf "${D}"/usr/share/doc/${PF}/
+
+	dodoc AUTHORS ChangeLog NEWS README
+
+	if use doc ; then
+		cd "${S}/doc"
+		dodoc *.pdf *.ps
+		docinto html
+		dodoc *.html *.gif
+	fi
+
+	if use examples ; then
+		cd "${S}/example"
+		docinto examples
+		dodoc Makefile *.[ch] README.txt
+	fi
+
+	find "${ED}" -name "*.la" -delete || die "failed to delete .la files"
+}


             reply	other threads:[~2022-07-02  9:55 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-02  9:55 Matthew Smith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-20 21:23 [gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/ Eli Schwartz
2024-09-20 21:23 Eli Schwartz
2024-09-08 20:48 Petr Vaněk
2023-06-09 18:09 Arthur Zamarin
2023-06-09 17:39 Arthur Zamarin
2022-11-24 18:14 Conrad Kostecki
2022-07-03 11:48 Matthew Smith
2022-07-03  8:52 Agostino Sarubbo
2022-07-03  8:51 Agostino Sarubbo
2022-07-03  8:51 Agostino Sarubbo
2022-07-03  8:50 Agostino Sarubbo
2022-07-03  8:47 Agostino Sarubbo
2022-07-02  9:38 Matthew Smith
2022-07-02  9:38 Matthew Smith
2021-08-22  0:07 Marek Szuba
2021-01-03 12:10 Sergei Trofimovich
2020-12-31 11:22 Sergei Trofimovich
2020-07-04 12:36 Mart Raudsepp
2020-05-31  2:26 Matt Turner
2020-03-02 11:30 Sergei Trofimovich
2020-03-02 11:10 Sergei Trofimovich
2020-03-02 11:01 Sergei Trofimovich
2020-02-26 16:32 Sergei Trofimovich
2017-12-26 17:00 Mikle Kolyada
2017-12-26 16:59 Mikle Kolyada
2017-12-26  9:32 Andreas Hüttel

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=1656755718.4681f9906d2cc57a862076c074020288f60d133e.matthew@gentoo \
    --to=matthew@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