public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/
Date: Tue, 26 Dec 2017 09:32:47 +0000 (UTC)	[thread overview]
Message-ID: <1514280749.286536eba9100c01104c90a7f05f75799e8b78f5.dilfridge@gentoo> (raw)

commit:     286536eba9100c01104c90a7f05f75799e8b78f5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 09:31:58 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 09:32:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286536eb

dev-libs/argtable: EAPI bump

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 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 00000000000..2c4752d6da8
--- /dev/null
+++ b/dev-libs/argtable/argtable-2.13-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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="~amd64 ~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:[~2017-12-26  9:32 UTC|newest]

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

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=1514280749.286536eba9100c01104c90a7f05f75799e8b78f5.dilfridge@gentoo \
    --to=dilfridge@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