public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/
Date: Sun, 13 Oct 2019 08:24:48 +0000 (UTC)	[thread overview]
Message-ID: <1570955015.6f628f98e81f5a15a33fd01b6b4e8ee3a8bb34dc.leio@gentoo> (raw)

commit:     6f628f98e81f5a15a33fd01b6b4e8ee3a8bb34dc
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 08:05:40 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 08:23:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f628f98

dev-libs/fribidi: bump to 1.0.7

Closes: https://bugs.gentoo.org/696786
Closes: https://bugs.gentoo.org/662658
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-libs/fribidi/Manifest             |  1 +
 dev-libs/fribidi/fribidi-1.0.7.ebuild | 37 +++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/fribidi/Manifest b/dev-libs/fribidi/Manifest
index f2468fa8bdd..2bd54bd5fa6 100644
--- a/dev-libs/fribidi/Manifest
+++ b/dev-libs/fribidi/Manifest
@@ -1 +1,2 @@
 DIST fribidi-1.0.5.tar.bz2 2082617 BLAKE2B 99b088a37600d1b3e556b4dd978cafb04af0fea9c7db8ed9b0aa90d6a6a60f8ca312c214151ce386d2d61ae382d6ff0e6ae240bd44dfde28eb8c25a5c5f4cd1e SHA512 c8fb32468be4c461832d586d6c6af65fad1cfe9d5b2fed405f247d6974425ccedeb21ad11609fbcabc3ae5d635d78d88c12d201a4d19ef997e9497054afcdeb2
+DIST fribidi-1.0.7.tar.bz2 2074943 BLAKE2B 9f2fccf46073c097ce89ab0b4ba640440b285e538a15a0ec3f8aba62ee5e892431e909c29fdcb793167eaea09fd4673ac33fbe12c7306ff9d26cbf871b9f565d SHA512 c7a1834eb5e79e337b31c62b75e9ab61f761cc5d6eef5c9ac9610f69ed044ce9d2d2efac150cad167eea3e1d573b27765e5d01abc4b4f9e43c7903d5980ba8c0

diff --git a/dev-libs/fribidi/fribidi-1.0.7.ebuild b/dev-libs/fribidi/fribidi-1.0.7.ebuild
new file mode 100644
index 00000000000..ec4204eaddb
--- /dev/null
+++ b/dev-libs/fribidi/fribidi-1.0.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
+HOMEPAGE="https://fribidi.org/"
+SRC_URI="https://github.com/fribidi/fribidi/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+RDEPEND=""
+DEPEND=""
+BDEPEND="
+	virtual/pkgconfig[${MULTILIB_USEDEP}]
+"
+
+DOCS=( AUTHORS NEWS ChangeLog THANKS ) # README points at README.md which wasn't disted with EAPI-7
+
+multilib_src_configure() {
+	local myeconfargs=(
+		--enable-shared
+		$(use_enable static-libs static)
+		--disable-debug
+	)
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+	einstalldocs
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2019-10-13  8:24 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13  8:24 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-02 12:10 [gentoo-commits] repo/gentoo:master commit in: dev-libs/fribidi/ Sam James
2023-07-02  8:34 Sam James
2023-07-02  8:33 Sam James
2023-07-02  8:04 Sam James
2023-07-02  8:04 Sam James
2023-07-02  8:04 Sam James
2023-05-18  2:11 Matt Turner
2022-05-09  5:29 WANG Xuerui
2022-04-20 20:36 Matt Turner
2022-03-18 14:43 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2021-12-17  5:48 Matt Turner
2021-09-19 12:47 James Le Cuirot
2021-04-30  1:48 Matt Turner
2021-04-15 21:28 Matt Turner
2021-04-15 18:28 Sergei Trofimovich
2021-04-15  1:33 Sam James
2021-04-15  0:13 Sam James
2021-04-14 22:07 Sam James
2021-03-21  0:33 Matt Turner
2020-06-07 21:28 Mart Raudsepp
2020-06-03 15:32 Agostino Sarubbo
2020-05-13 17:35 Sergei Trofimovich
2020-04-22 14:25 Agostino Sarubbo
2020-03-02 16:35 Mart Raudsepp
2020-02-22 16:47 Mart Raudsepp
2020-01-03 12:30 Agostino Sarubbo
2020-01-01 15:25 Agostino Sarubbo
2020-01-01 12:53 Agostino Sarubbo
2019-12-30 15:53 Agostino Sarubbo
2019-12-30 15:33 Agostino Sarubbo
2019-12-30 12:29 Agostino Sarubbo
2019-12-29 20:03 Sergei Trofimovich
2019-12-28 12:31 Sergei Trofimovich
2019-12-27 17:22 Aaron Bauman
2019-12-26 18:45 Agostino Sarubbo
2019-12-25 20:50 Mart Raudsepp
2019-12-24 17:03 Sergei Trofimovich
2019-12-09  9:14 Agostino Sarubbo
2019-12-09  9:11 Agostino Sarubbo
2019-12-08 11:59 Mikle Kolyada
2019-12-08 11:58 Mikle Kolyada
2019-12-08 11:55 Mikle Kolyada
2018-12-30 21:39 Mikle Kolyada
2018-12-30 11:28 Mart Raudsepp
2018-12-30 10:16 Sergei Trofimovich
2018-12-28  3:46 Matt Turner
2018-12-05 15:32 Mart Raudsepp
2018-12-05  7:34 Mikle Kolyada
2018-12-05  7:07 Mikle Kolyada
2018-12-04 16:27 Mikle Kolyada
2018-11-04 14:16 Sergei Trofimovich
2018-08-17  2:05 Mikle Kolyada
2018-07-30 22:15 Mart Raudsepp
2018-06-02 14:57 Fabian Groffen
2018-05-17 19:05 Markus Meier
2018-05-14 16:50 Tobias Klausmann
2018-05-10  4:11 Mart Raudsepp
2018-05-09 21:53 Sergei Trofimovich
2018-05-08 21:48 Mikle Kolyada
2018-05-08 18:43 Sergei Trofimovich
2018-05-07 22:01 Mart Raudsepp
2018-05-07 19:40 Thomas Deutschmann
2018-05-07 18:26 Mart Raudsepp
2017-08-11 19:57 Amy Liffey
2016-08-03  6:25 Amy Winston
2015-09-11 19:16 Amy Winston
2015-09-08 13:30 Amy Winston
2015-09-08 13:30 Amy Winston

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=1570955015.6f628f98e81f5a15a33fd01b6b4e8ee3a8bb34dc.leio@gentoo \
    --to=leio@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