public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/
Date: Mon, 17 Oct 2022 03:47:55 +0000 (UTC)	[thread overview]
Message-ID: <1665978457.511198a33d8e8db918581f737fc617847e1be5ec.sam@gentoo> (raw)

commit:     511198a33d8e8db918581f737fc617847e1be5ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 03:47:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 03:47:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511198a3

dev-libs/libunistring: add 1.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libunistring/Manifest                |  1 +
 dev-libs/libunistring/libunistring-1.1.ebuild | 40 +++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-libs/libunistring/Manifest b/dev-libs/libunistring/Manifest
index 4ce0830c9c67..810c567f1d70 100644
--- a/dev-libs/libunistring/Manifest
+++ b/dev-libs/libunistring/Manifest
@@ -1,2 +1,3 @@
 DIST libunistring-0.9.10.tar.xz 2051320 BLAKE2B 25d162d9d510cc35ad4209acceb9b06bcc0553b8ce56e94f8df12c4df64d91abfc4a9e15b50b5c8d5b9672939305a394a7e83f1892258defb7ae5ac2ccf79dfb SHA512 01dcab6e05ea4c33572bf96cc0558bcffbfc0e62fc86410cef06c1597a0073d5750525fe2dee4fdb39c9bd704557fcbab864f9645958108a2e07950bc539fe54
 DIST libunistring-1.0.tar.xz 2367800 BLAKE2B 8208fe33d4ac2f015b0efb56b0c7dd87afc4bb1c6ca4eb3ded86d7e2101d7b7f68bfd8991af4b6dd408282ec73f134ee0b884e761ff6d52e8a1e398326aec420 SHA512 70d5ad82722844dbeacdfcb4d7593358e4a00a9222a98537add4b7f0bf4a2bb503dfb3cd627e52e2a5ca1d3da9e5daf38a6bd521197f92002e11e715fb1662d1
+DIST libunistring-1.1.tar.xz 2397676 BLAKE2B 721adc90884006480055b95d0fa06cd862417aa02b467f1e14688292ad9c11f1e33520b14ed5dc2d2724c6df8713d3af1e8032014259d8355156cb72edfcb983 SHA512 01a4267bbd301ea5c389b17ee918ae5b7d645da8b2c6c6f0f004ff2dead9f8e50cda2c6047358890a5fceadc8820ffc5154879193b9bb8970f3fb1fea1f411d6

diff --git a/dev-libs/libunistring/libunistring-1.1.ebuild b/dev-libs/libunistring/libunistring-1.1.ebuild
new file mode 100644
index 000000000000..c3c32aa3bdc4
--- /dev/null
+++ b/dev-libs/libunistring/libunistring-1.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal libtool
+
+DESCRIPTION="Library for manipulating Unicode and C strings according to Unicode standard"
+HOMEPAGE="https://www.gnu.org/software/libunistring/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="|| ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ )"
+SLOT="0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc static-libs"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-nodocs.patch
+)
+
+src_prepare() {
+	default
+	elibtoolize  # for Solaris shared libraries
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+	default
+
+	if use doc ; then
+		docinto html
+		dodoc doc/*.html
+		doinfo doc/*.info
+	fi
+
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2022-10-17  3:47 UTC|newest]

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

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=1665978457.511198a33d8e8db918581f737fc617847e1be5ec.sam@gentoo \
    --to=sam@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