From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/isl/
Date: Thu, 12 Nov 2020 20:47:16 +0000 (UTC) [thread overview]
Message-ID: <1605214032.845d855a3d17eaf7a0f5918210a212708c64f7d7.blueness@gentoo> (raw)
commit: 845d855a3d17eaf7a0f5918210a212708c64f7d7
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 20:46:58 2020 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 20:47:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845d855a
dev-libs/isl: version bump to 0.23
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
dev-libs/isl/Manifest | 1 +
dev-libs/isl/isl-0.23.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-libs/isl/Manifest b/dev-libs/isl/Manifest
index ab3f442f2d3..9362bb67b30 100644
--- a/dev-libs/isl/Manifest
+++ b/dev-libs/isl/Manifest
@@ -1 +1,2 @@
DIST isl-0.22.1.tar.xz 1676948 BLAKE2B cf1661f785344d8132e8f8a339ed8d457677ca1bf943a597d3d0be1e80d8c42e788cdde79fd073d130d681424da7a8e3ca9fa2cd4cd4232220f5c5a1ce99ab99 SHA512 8dc7b0c14e5bfdca8f2161be51d3c9afcd18bc217bb19b7de01dbba0c6f3fdc2b725fb999f8562c77bf2918d3005c9247f7a58474a6da7697390067944d4d4aa
+DIST isl-0.23.tar.xz 1729656 BLAKE2B ce026eaa1d6c814f4067c555d97a453bdf01d5fa240aa9b6ccd22c9a0e7f19b0c30cd834f976a29b10a5d57eaa747a3f45cf55717f05d98ae405ec93dd42f27b SHA512 da4e7cbd5045d074581d4e1c212acb074a8b2345a96515151b0543cbe2601db6ac2bbd93f9ad6643e98f845b68f438f3882c05b8b90969ae542802a3c78fea20
diff --git a/dev-libs/isl/isl-0.23.ebuild b/dev-libs/isl/isl-0.23.ebuild
new file mode 100644
index 00000000000..6c106892987
--- /dev/null
+++ b/dev-libs/isl/isl-0.23.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit eutils multilib-minimal preserve-libs
+
+DESCRIPTION="A library for manipulating integer points bounded by linear constraints"
+HOMEPAGE="http://isl.gforge.inria.fr/"
+SRC_URI="http://isl.gforge.inria.fr/${P}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/23"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/gmp-5.1.3-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ virtual/pkgconfig"
+
+DOCS=( ChangeLog AUTHORS doc/manual.pdf )
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch
+)
+
+multilib_src_configure() {
+ ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+ einstalldocs
+ find "${ED}" -type f -name '*.la' -delete
+}
+
+pkg_preinst() {
+ preserve_old_lib \
+ /usr/$(get_libdir)/libisl$(get_libname 14) \
+ /usr/$(get_libdir)/libisl$(get_libname 15) \
+ /usr/$(get_libdir)/libisl$(get_libname 19) \
+ /usr/$(get_libdir)/libisl$(get_libname 21)
+}
+
+pkg_postinst() {
+ preserve_old_lib_notify \
+ /usr/$(get_libdir)/libisl$(get_libname 14) \
+ /usr/$(get_libdir)/libisl$(get_libname 15) \
+ /usr/$(get_libdir)/libisl$(get_libname 19) \
+ /usr/$(get_libdir)/libisl$(get_libname 21)
+}
next reply other threads:[~2020-11-12 20:47 UTC|newest]
Thread overview: 100+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 20:47 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-01 21:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/isl/ Matt Turner
2023-09-07 23:03 Sam James
2023-09-07 20:55 Sam James
2023-09-07 20:16 Sam James
2023-09-07 20:16 Sam James
2023-09-07 20:16 Sam James
2023-04-07 15:50 Sam James
2023-04-07 15:50 Sam James
2022-07-05 4:13 Sam James
2022-07-05 3:49 Sam James
2022-05-04 8:16 WANG Xuerui
2021-10-29 18:32 Sam James
2021-10-29 12:34 Sam James
2021-10-29 4:49 Sam James
2021-10-28 14:57 Sam James
2021-10-28 14:57 Sam James
2021-10-27 6:37 Agostino Sarubbo
2021-10-27 6:35 Agostino Sarubbo
2021-10-26 6:38 Sam James
2021-10-14 8:51 Sam James
2021-10-10 23:03 Sam James
2021-06-12 10:07 Sergei Trofimovich
2021-06-07 6:28 Sergei Trofimovich
2021-06-06 17:40 Sergei Trofimovich
2021-06-05 20:52 Sam James
2021-06-05 20:43 Sam James
2021-06-05 20:43 Sam James
2020-12-30 10:27 Fabian Groffen
2020-12-27 10:52 Sergei Trofimovich
2020-12-26 9:13 Sergei Trofimovich
2020-12-21 18:01 Sam James
2020-12-21 9:41 Sergei Trofimovich
2020-12-21 9:41 Sergei Trofimovich
2020-12-20 19:29 Sam James
2020-12-20 18:04 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 20:38 Sergei Trofimovich
2020-12-18 18:45 Sam James
2020-12-18 14:25 Sam James
2020-11-14 19:52 Sergei Trofimovich
2020-11-13 21:34 Sergei Trofimovich
2020-11-13 18:52 Sergei Trofimovich
2020-11-12 21:07 Anthony G. Basile
2020-07-05 11:07 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-08 22:33 Mart Raudsepp
2020-03-23 23:58 Sergei Trofimovich
2020-03-08 9:58 Sergei Trofimovich
2020-03-04 8:07 Agostino Sarubbo
2020-03-03 14:38 Agostino Sarubbo
2020-03-03 13:41 Agostino Sarubbo
2020-03-03 12:36 Agostino Sarubbo
2020-03-03 11:58 Agostino Sarubbo
2020-03-03 11:31 Agostino Sarubbo
2020-03-03 11:21 Agostino Sarubbo
2020-03-03 11:08 Agostino Sarubbo
2020-02-13 19:52 Sergei Trofimovich
2020-02-13 13:03 Agostino Sarubbo
2020-02-13 12:46 Agostino Sarubbo
2020-02-13 12:38 Agostino Sarubbo
2020-02-13 12:27 Agostino Sarubbo
2020-02-13 12:19 Agostino Sarubbo
2020-02-13 12:10 Agostino Sarubbo
2020-02-13 12:03 Agostino Sarubbo
2020-02-13 8:57 Agostino Sarubbo
2020-01-23 22:10 Anthony G. Basile
2019-11-10 18:20 Anthony G. Basile
2019-09-21 18:09 Matt Turner
2019-09-20 6:39 Sergei Trofimovich
2019-09-16 6:52 Agostino Sarubbo
2019-09-13 18:39 Mikle Kolyada
2019-09-13 18:39 Mikle Kolyada
2019-09-13 18:39 Mikle Kolyada
2019-09-13 7:45 Agostino Sarubbo
2019-09-10 7:10 Agostino Sarubbo
2019-09-10 7:00 Sergei Trofimovich
2019-09-10 6:56 Sergei Trofimovich
2019-09-10 6:51 Sergei Trofimovich
2019-09-10 0:28 Aaron Bauman
2019-09-09 17:23 Agostino Sarubbo
2019-05-05 11:00 Mikle Kolyada
2019-04-04 8:37 Sergei Trofimovich
2019-03-30 10:55 Anthony G. Basile
2019-03-28 19:17 Anthony G. Basile
2019-03-27 18:44 Anthony G. Basile
2018-07-30 11:10 Anthony G. Basile
2018-07-21 19:44 Mikle Kolyada
2018-03-11 4:40 Anthony G. Basile
2017-06-26 12:54 Alexis Ballier
2016-12-21 17:33 Anthony G. Basile
2016-12-21 17:31 Anthony G. Basile
2016-05-08 10:24 Anthony G. Basile
2016-05-07 20:07 Anthony G. Basile
2016-01-19 7:11 Anthony G. Basile
2016-01-09 16:11 Markus Meier
2016-01-09 11:44 Jeroen Roovers
2015-12-29 11:04 Agostino Sarubbo
2015-12-28 20:42 Anthony G. Basile
2015-12-28 18:32 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=1605214032.845d855a3d17eaf7a0f5918210a212708c64f7d7.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