From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/
Date: Sat, 11 Jun 2016 01:03:55 +0000 (UTC) [thread overview]
Message-ID: <1465607167.7621bfc0e2a03921b2ca981c7eb7aaef185d19e1.blueness@gentoo> (raw)
commit: 7621bfc0e2a03921b2ca981c7eb7aaef185d19e1
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 01:05:49 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 01:06:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7621bfc0
sys-libs/argp-standalone: build with gcc6, bug #582776
Package-Manager: portage-2.2.28
.../argp-standalone/argp-standalone-1.3-r1.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild
new file mode 100644
index 0000000..17c1c57
--- /dev/null
+++ b/sys-libs/argp-standalone/argp-standalone-1.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="Standalone argp library for use with uclibc"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/misc/"
+SRC_URI="http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~ppc ~s390 ~sh ~x86"
+IUSE=""
+
+DEPEND="!sys-libs/glibc"
+
+src_prepare() {
+ epatch "${FILESDIR}/${P}-throw-in-funcdef.patch"
+}
+
+src_configure() {
+ append-cflags -fgnu89-inline
+ default
+}
+
+src_install() {
+ dolib.a libargp.a
+
+ insinto /usr/include
+ doins argp.h
+}
next reply other threads:[~2016-06-11 1:04 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-11 1:03 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-02 10:31 [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/ Arthur Zamarin
2022-11-18 15:37 Arthur Zamarin
2022-11-18 15:37 Arthur Zamarin
2022-11-18 15:37 Arthur Zamarin
2022-11-18 15:37 Arthur Zamarin
2022-11-18 15:37 Arthur Zamarin
2022-10-04 3:00 Sam James
2021-11-23 17:31 Sam James
2021-11-23 17:16 Sam James
2021-11-23 16:58 Sam James
2021-11-23 16:58 Sam James
2021-01-09 10:43 Sam James
2020-01-30 7:42 Georgy Yakovlev
2020-01-23 14:10 Anthony G. Basile
2019-06-01 22:22 Jonas Stein
2019-04-26 15:38 Anthony G. Basile
2017-11-24 17:26 Anthony G. Basile
2017-05-22 12:54 Anthony G. Basile
2017-05-22 12:50 Anthony G. Basile
2015-11-19 19:41 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=1465607167.7621bfc0e2a03921b2ca981c7eb7aaef185d19e1.blueness@gentoo \
--to=blueness@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