public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/
Date: Wed, 21 Oct 2015 09:35:59 +0000 (UTC)	[thread overview]
Message-ID: <1445420152.366c2525d4b607a52dac74a8d82362bfc28ab6d2.polynomial-c@gentoo> (raw)

commit:     366c2525d4b607a52dac74a8d82362bfc28ab6d2
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 09:34:32 2015 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 09:35:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366c2525

dev-libs/libunistring: Bump to version 0.9.6

Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-libs/libunistring/Manifest                  |  1 +
 dev-libs/libunistring/libunistring-0.9.6.ebuild | 36 +++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/libunistring/Manifest b/dev-libs/libunistring/Manifest
index d19548f..17cd0d1 100644
--- a/dev-libs/libunistring/Manifest
+++ b/dev-libs/libunistring/Manifest
@@ -1,2 +1,3 @@
 DIST libunistring-0.9.3.tar.gz 2555215 SHA256 610d3ec724fbdaa654afe3cff20b9f4d504be3fd296fded2e0f7f764041006a3 SHA512 351c0c94c4a31efbed932978ff8afae4defd7c28771d2d877b5ead5383a4f1b53200ece72b6908a9bafb7836775b2af3465e051226e43520ada2b8c583314d12 WHIRLPOOL f6a4f6571556193c0bacb3e4a29202da7f2ba96e7d0fb25a638fe2149bb38de029de43e66e1cbe80bbb633df3fe3469525e296ea57ef66ac7ca96cd082abdb2d
 DIST libunistring-0.9.5.tar.gz 3487957 SHA256 1a8c0772467850bef7197318a95f44abbb678ea83cbf119a3500cc7848276a17 SHA512 89404b8f0fde264c3faa4285e4717487f2b6c348fa9374ccff2251eb3db6dda208fe013056a22f496c1fb099abe7e79b72a203d15499c641e3ac48e7957ba1b4 WHIRLPOOL 445a836b687187faa8b562dff694add9448b7a2770b51748974bead2304f00c2242a3488c20819c250f800f6711d3f594803094aae2b8cb189a1519f2450db20
+DIST libunistring-0.9.6.tar.gz 3565883 SHA256 9625eec2507f4789ebb6fc48ebda98be0e0168979a2f68aa8b680bf8eeabbd47 SHA512 244f4ef6343047d2dedfdbe536a7a29584a58f668a41ba3183fc86d2f167186acf120708e024e31551ee2f035b9bee35e9ed24a276a4de9359cf08aec198c20a WHIRLPOOL aa279ab2ec4b1943a9d96a43a8a5ab35ae3f477e8ed49634570450bb8bc192e8ddbbe4fb39f4d515e9e834c6bbeb12b2489942d308eab0dd61301fd684abfc29

diff --git a/dev-libs/libunistring/libunistring-0.9.6.ebuild b/dev-libs/libunistring/libunistring-0.9.6.ebuild
new file mode 100644
index 0000000..a276a20
--- /dev/null
+++ b/dev-libs/libunistring/libunistring-0.9.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils
+
+DESCRIPTION="Library for manipulating Unicode strings and C strings according to the Unicode standard"
+HOMEPAGE="https://www.gnu.org/software/libunistring/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3 GPL-3"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+IUSE="doc static-libs"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-nodocs.patch
+}
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	dodoc AUTHORS README ChangeLog || die "dodoc failed"
+	if use doc; then
+		dohtml doc/*.html || die "dohtml failed"
+		doinfo doc/*.info || die "doinfo failed"
+	fi
+
+	emake DESTDIR="${D}" install || die "Install failed"
+
+	prune_libtool_files
+}


             reply	other threads:[~2015-10-21  9:36 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21  9:35 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-21  9:35 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/ Lars Wendler
2016-08-10  4:43 Mike Frysinger
2016-08-10  4:43 Mike Frysinger
2016-12-08 11:45 Lars Wendler
2016-12-08 11:45 Lars Wendler
2017-01-24  9:57 Fabian Groffen
2017-03-07 16:34 Michael Haubenwallner
2017-03-13 12:58 Agostino Sarubbo
2017-03-14  2:23 Mike Frysinger
2017-03-17 11:12 Michael Haubenwallner
2017-03-20  1:05 Matt Turner
2017-12-24 13:21 Patrice Clement
2018-01-02 10:07 Jeroen Roovers
2018-03-03 13:42 Jeroen Roovers
2018-05-29 11:47 Jeroen Roovers
2018-05-29 11:47 Jeroen Roovers
2019-01-06  8:32 Sergei Trofimovich
2019-01-06 12:30 Sergei Trofimovich
2019-01-09  1:36 Thomas Deutschmann
2019-01-14 14:38 Mikle Kolyada
2019-01-15 22:44 Mart Raudsepp
2019-01-17  8:08 Sergei Trofimovich
2019-01-17  8:29 Sergei Trofimovich
2019-01-17 22:41 Sergei Trofimovich
2019-01-22  7:16 Matt Turner
2019-01-29 11:56 Mikle Kolyada
2019-02-10 17:46 Mikle Kolyada
2019-02-10 17:46 Mikle Kolyada
2019-02-10 17:46 Mikle Kolyada
2019-02-10 23:10 Matt Turner
2019-05-04 18:38 Andreas K. Hüttel
2021-03-15 19:43 Ulrich Müller
2022-02-14 14:38 Maciej Barć
2022-02-14 14:38 Maciej Barć
2022-04-09  2:35 Sam James
2022-04-12 21:04 Sam James
2022-10-17  3:47 Sam James
2022-10-17 16:49 Sam James
2022-10-20 23:34 Sam James
2023-07-07 19:15 Arthur Zamarin
2023-07-07 19:15 Arthur Zamarin
2023-07-07 22:04 Sam James
2023-07-07 22:04 Sam James
2023-08-02 18:21 Sam James
2023-12-01  3:30 Sam James
2024-01-15  3:32 Ionen Wolkens
2024-01-15  3:32 Ionen Wolkens
2024-02-24 17:04 Sam James
2024-02-24 17:04 Sam James
2024-04-17 22:10 Sam James
2024-04-17 22:10 Sam James
2024-04-17 22:10 Sam James
2024-04-17 22:11 Sam James
2024-04-17 23:59 Sam James
2024-04-19 11:31 Arthur Zamarin
2024-05-20 18:30 Sam James
2024-11-28  1:34 Sam James
2025-06-22 11:55 Sam James
2025-06-22 12:31 Sam James
2025-06-22 12:40 Sam James
2025-06-22 12:50 Sam James
2025-06-22 13:00 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=1445420152.366c2525d4b607a52dac74a8d82362bfc28ab6d2.polynomial-c@gentoo \
    --to=polynomial-c@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