public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Popov" <pinkbyte@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/
Date: Wed, 27 Jan 2016 15:11:02 +0000 (UTC)	[thread overview]
Message-ID: <1453907454.e689510744193740b58991b8ba7a8ed82bffc18f.pinkbyte@gentoo> (raw)

commit:     e689510744193740b58991b8ba7a8ed82bffc18f
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 15:09:52 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 15:10:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6895107

dev-libs/confuse: version bump

Bump EAPI to 6, add multilib support

Gentoo-Bug: 569788

Package-Manager: portage-2.2.26

 dev-libs/confuse/Manifest           |  1 +
 dev-libs/confuse/confuse-2.8.ebuild | 53 +++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-libs/confuse/Manifest b/dev-libs/confuse/Manifest
index 6e24bbd..bc7b87e 100644
--- a/dev-libs/confuse/Manifest
+++ b/dev-libs/confuse/Manifest
@@ -1 +1,2 @@
 DIST confuse-2.7.tar.gz 517272 SHA256 e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778 SHA512 c9a9236c4e15928bbf41da5c0d35f85e6f939a5247a37edf3f5b2921d27c9db3773c26f1bcaa8b6433b498c0920cc5d48bd5486dc394e17af112b36f49f95a42 WHIRLPOOL 22e657a1172005bc527951738540103c8ae7dbd61d70cb8dfb3bfc49bc01d102331f1187a4e8b0906161ac2e806a3d5cc781ce69cd5443560fe83b619fe8884e
+DIST confuse-2.8.tar.xz 403252 SHA256 2a8102bfa3ccc846c14d94a81b0abfb4f5e855809f89ff3722aca1a9f314ea0d SHA512 af428936caad9dac0bf052210abeb0fd4b4450114a2a5185db7d995e11cdd0e52cb0148bb46228d26e38a4b50a2810f6e4b282502f0e34c617bf4368795a9d79 WHIRLPOOL ee647ffabebb05641aa49a4294b7a9dc2aad9503fefab537244618baf0556b1e7cb58b006d5f95cfefbe3967442845e61f407ca38561c2aca1dc5fdb9dffa115

diff --git a/dev-libs/confuse/confuse-2.8.ebuild b/dev-libs/confuse/confuse-2.8.ebuild
new file mode 100644
index 0000000..c870b06
--- /dev/null
+++ b/dev-libs/confuse/confuse-2.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="a configuration file parser library"
+HOMEPAGE="http://www.nongnu.org/confuse/"
+SRC_URI="https://github.com/martinh/libconfuse/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+
+IUSE="nls static-libs"
+
+DEPEND="sys-devel/flex
+	sys-devel/libtool
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+RDEPEND="nls? ( virtual/libintl[${MULTILIB_USEDEP}] )"
+
+DOCS=( AUTHORS )
+
+src_prepare() {
+	rm doc/man/man3/_* || die
+
+	eapply_user
+	multilib_copy_sources
+}
+
+multilib_src_configure() {
+	# examples are normally compiled but not installed. They
+	# fail during a mingw crosscompile.
+	local ECONF_SOURCE=${BUILD_DIR}
+	econf \
+		--enable-shared \
+		--disable-examples \
+		$(use_enable nls) \
+		$(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	prune_libtool_files
+
+	doman doc/man/man3/*.3
+	dodoc -r doc/html
+
+	docinto examples
+	dodoc examples/*.{c,conf}
+}


             reply	other threads:[~2016-01-27 15:11 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 15:11 Sergey Popov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-03  8:38 [gentoo-commits] repo/gentoo:master commit in: dev-libs/confuse/ Jeroen Roovers
2016-09-22  8:36 Tobias Klausmann
2016-09-24 13:47 Agostino Sarubbo
2016-10-01 14:16 Jeroen Roovers
2016-10-05 18:54 Markus Meier
2016-12-28 11:12 Sergey Popov
2016-12-30 11:12 Agostino Sarubbo
2017-01-29 16:07 Fabian Groffen
2017-05-17 14:45 Manuel Rüger
2017-05-18 22:38 Michael Weber
2017-05-24 14:47 Jeroen Roovers
2017-08-10 12:46 Jeroen Roovers
2017-08-10 12:46 Jeroen Roovers
2017-11-21  9:53 Jeroen Roovers
2017-11-21  9:54 Jeroen Roovers
2017-12-19 10:35 Jeroen Roovers
2018-11-26 10:18 Jeroen Roovers
2018-11-26 10:19 Jeroen Roovers
2019-08-15  9:30 Sergey Popov
2020-10-16  8:05 Sergey Popov
2020-10-17 23:49 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-10-19  0:13 Sam James
2020-10-20  6:51 Sergei Trofimovich
2020-10-20  6:57 Sergei Trofimovich
2020-10-20  7:02 Sergei Trofimovich
2020-10-20  7:04 Sergei Trofimovich
2020-11-02  9:47 Sam James
2020-12-27 22:39 Sam James
2020-12-29 21:24 Sam James
2020-12-29 21:26 Sam James
2021-01-03  9:14 Sam James
2021-01-03 11:51 Sergei Trofimovich
2021-01-03 12:10 Sergei Trofimovich
2021-01-05 20:51 Sam James
2021-01-11 12:07 Sergey Popov
2021-07-16  1:31 Yixun Lan
2023-01-10 19:20 Mike Frysinger
2023-01-11 13:39 Sam James
2023-02-14 11:19 Sergey Popov
2023-02-24 16:23 Arthur Zamarin
2023-02-24 16:25 Arthur Zamarin
2023-02-24 16:30 Arthur Zamarin
2023-02-24 16:58 Arthur Zamarin
2023-02-24 16:58 Arthur Zamarin
2023-02-24 16:59 Sam James
2023-02-26 19:37 Arthur Zamarin
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-04-19  5:28 Sam James
2023-06-04 16:19 Arthur Zamarin
2024-09-10 20:49 Petr Vaněk

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=1453907454.e689510744193740b58991b8ba7a8ed82bffc18f.pinkbyte@gentoo \
    --to=pinkbyte@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