public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 21 Dec 2016 17:33:43 +0000 (UTC)	[thread overview]
Message-ID: <1482341609.98afec4d89c4b2e9cede5be3e0dd080d0ad27341.blueness@gentoo> (raw)

commit:     98afec4d89c4b2e9cede5be3e0dd080d0ad27341
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 17:33:29 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 17:33:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98afec4d

dev-libs/isl: remove version 0.11.1

Package-Manager: portage-2.3.0

 dev-libs/isl/Manifest          |  1 -
 dev-libs/isl/isl-0.11.1.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/isl/Manifest b/dev-libs/isl/Manifest
index f716e86c..22d8575 100644
--- a/dev-libs/isl/Manifest
+++ b/dev-libs/isl/Manifest
@@ -1,4 +1,3 @@
-DIST isl-0.11.1.tar.bz2 1244610 SHA256 095f4b54c88ca13a80d2b025d9c551f89ea7ba6f6201d701960bfe5c1466a98d SHA512 f021ef6982b30a4834bc459af3520bd74b9c6af3e479b344c2d0e1bb4550b85cd30612e342ac761d85f1d2e2160ab3183e1252696726f438e61fb070a7a7bd22 WHIRLPOOL 369e6412c55b194516e4bd5c609d0fbe56093001d324d90f7c0729160f12c4cea4cdb8aa9b4fc29da4e3e95ba5a080dc5761740ffa0cadefa9e544a6b4da97fe
 DIST isl-0.12.2.tar.bz2 1319434 SHA256 f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4 SHA512 b5dea4d6b504fac22f2d8cd9c47d6896994d3966635a514d45010243db44cfbc009574b808f3587f35d91de629110bc11b52941d4075e21f8646c59656e62aea WHIRLPOOL 7138e0a6249a1245fa07cd072abbbcbda19f7f9d3cf31297e7e6e535e24b5cfd12ea7aee61b68c8e0586dc90ee9a86762e3723312e099ff5edfa3f791e2ca444
 DIST isl-0.13.tar.bz2 1351299 SHA256 7265fd897b7f9147fde76560f28ed18f2c20e5f5da7f4bd9d0e01f8a713401f1 SHA512 ac94cc6448ce8ed5ccf987fb29d86ddd5a63c904a83df3f24f66cde25e5657180a3f2b55b207635d43930e92c860d1043d3f14e9e715d593d53c956eb8346743 WHIRLPOOL 3d5f7343014c07e8e50d0b82db0d6f938c9e8c7cfb2c27cd312141c3f0fef50e0bf2a7421f4fce91d6247e9a027e88d47312c1e7c56fc8d34e2b7e77589dedcf
 DIST isl-0.14.1.tar.xz 1248204 SHA256 8882c9e36549fc757efa267706a9af733bb8d7fe3905cbfde43e17a89eea4675 SHA512 ccae0464771db50c498fd1f9f1006c9bc183fd77a0716507daeb5da6d435fdcffffa0942efc4589464f205615f9e46242a066f61790c40206be02f6cf8506635 WHIRLPOOL e9c59808a84bd0b769698f129c0fdaf427d004afd6ee979c89f7d6bc7ce6d77f14f5389f2d0718fea6202a29d6da77a60357456117c4696735b14e6369f35985

diff --git a/dev-libs/isl/isl-0.11.1.ebuild b/dev-libs/isl/isl-0.11.1.ebuild
deleted file mode 100644
index 1133827..00000000
--- a/dev-libs/isl/isl-0.11.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A library for manipulating integer points bounded by affine constraints"
-HOMEPAGE="http://www.kotnet.org/~skimo/isl/"
-SRC_URI="http://www.kotnet.org/~skimo/isl/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="static-libs"
-
-RDEPEND="dev-libs/gmp"
-DEPEND="${RDEPEND}"
-
-DOCS=( ChangeLog AUTHORS doc/manual.pdf )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.07-gdb-autoload-dir.patch
-
-	# m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf
-	# https://groups.google.com/group/isl-development/t/37ad876557e50f2c
-	sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737
-}
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


             reply	other threads:[~2016-12-21 17:33 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 17:33 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-11-12 20:47 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: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=1482341609.98afec4d89c4b2e9cede5be3e0dd080d0ad27341.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