public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/
Date: Wed,  1 Apr 2020 21:14:20 +0000 (UTC)	[thread overview]
Message-ID: <1585775648.91eec53c4a748b152c9f3dfe69edef6b4b4682dd.slyfox@gentoo> (raw)

commit:     91eec53c4a748b152c9f3dfe69edef6b4b4682dd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 20:49:12 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 21:14:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91eec53c

dev-libs/ppl: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-libs/ppl/Manifest       |  1 -
 dev-libs/ppl/ppl-1.1.ebuild | 60 ---------------------------------------------
 2 files changed, 61 deletions(-)

diff --git a/dev-libs/ppl/Manifest b/dev-libs/ppl/Manifest
index 7d13cd57111..4fbf613da60 100644
--- a/dev-libs/ppl/Manifest
+++ b/dev-libs/ppl/Manifest
@@ -1,2 +1 @@
-DIST ppl-1.1.tar.xz 14734820 BLAKE2B 2c96d86b534c7f06569bfe37d0ca1938b0c7c708b38d62e210d868db005275e392b2cc9e6dded7d4a5bf1e901136c298b0ff86d2933dc89b4607d5ef9e286b86 SHA512 ae0503fb3eac494fa3edf5d5c9ec61e2419e6e2fa57d30323f7d0360ff080b033686410c7462f5b2ff5514803451cb91e9c0fc14cf953485c5f5fd664448cc27
 DIST ppl-1.2.tar.xz 14136236 BLAKE2B 060b73384dac558dc8b2b0f1027ed0aa270b0adf0992c2ca1a281fa7bcdf959cba3a9e8ee29e978d12c3eee606b819075c5bcab59f4aed24fbf1c5512b5e2c36 SHA512 b509ed85fa6aedd40119bd4c980b17f33072c56c2acd923da3445b6bc80d48051cfa4c04cce96f6974711f5279c24b31cb3869f87b2eb6a2a1b30a058c809350

diff --git a/dev-libs/ppl/ppl-1.1.ebuild b/dev-libs/ppl/ppl-1.1.ebuild
deleted file mode 100644
index dd84d6c337c..00000000000
--- a/dev-libs/ppl/ppl-1.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="The Parma Polyhedra Library for numerical analysis of complex systems"
-HOMEPAGE="http://bugseng.com/products/ppl"
-SRC_URI="http://bugseng.com/products/ppl/download/ftp/releases/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0/4.13" # SONAMEs
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~sparc-solaris"
-IUSE="+cxx doc lpsol pch static-libs test"
-
-RDEPEND=">=dev-libs/gmp-6[cxx]
-	lpsol? ( sci-mathematics/glpk )"
-DEPEND="${RDEPEND}
-	app-arch/xz-utils
-	sys-devel/m4"
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-	if use test ; then
-		ewarn "The PPL testsuite will be run."
-		ewarn "Note that this can take several hours to complete on a fast machine."
-	fi
-}
-
-src_configure() {
-	local interfaces=( c )
-	use cxx && interfaces+=( cxx )
-	econf \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
-		--disable-debugging \
-		--disable-optimization \
-		$(use_enable doc documentation) \
-		$(use_enable lpsol ppl_lpsol) \
-		$(use_enable pch) \
-		$(use_enable static-libs static) \
-		--enable-interfaces="${interfaces[*]}" \
-		$(use test && echo --enable-check=quick)
-}
-
-src_test() {
-	# default src_test runs with -j1, overriding it here saves about
-	# 30 minutes and is recommended by upstream
-	emake check
-}
-
-src_install() {
-	default
-	use static-libs || find "${ED}"/usr -name 'libppl*.la' -delete
-
-	pushd "${ED}/usr/share/doc/${PF}" >/dev/null || die
-	rm gpl* fdl* || die
-	if ! use doc; then
-		rm -r *-html/ *.ps.gz *.pdf || die
-	fi
-}


             reply	other threads:[~2020-04-01 21:14 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 21:14 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 15:24 [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/ Andreas K. Hüttel
2023-12-15 23:18 Michael Orlitzky
2023-12-15 23:18 Michael Orlitzky
2022-10-25 13:43 Michael Orlitzky
2022-10-25 12:49 Sam James
2022-10-25 12:49 Sam James
2022-10-20 23:38 Sam James
2022-10-20 21:15 Sam James
2022-10-20 21:07 Sam James
2022-09-01  2:13 Michael Orlitzky
2022-03-03 21:22 David Seifert
2021-12-29 13:46 Yixun Lan
2021-06-18 13:15 David Seifert
2020-06-11 12:34 Michael Orlitzky
2020-06-11  8:34 Agostino Sarubbo
2020-06-11  8:31 Agostino Sarubbo
2020-06-11  8:29 Agostino Sarubbo
2020-06-11  8:27 Agostino Sarubbo
2020-06-11  8:25 Agostino Sarubbo
2020-06-10 13:01 Agostino Sarubbo
2020-04-16 11:41 Michael Orlitzky
2020-04-16 11:24 Agostino Sarubbo
2020-04-16 11:23 Agostino Sarubbo
2020-04-16 11:22 Agostino Sarubbo
2020-04-16  9:54 Agostino Sarubbo
2020-04-16  9:53 Agostino Sarubbo
2020-04-16  9:32 Agostino Sarubbo
2020-04-13 12:13 Michael Orlitzky
2020-04-13  8:52 Sergei Trofimovich
2020-04-11 15:57 Sergei Trofimovich
2019-11-10 20:55 Sergei Trofimovich
2019-11-10 20:55 Sergei Trofimovich
2019-11-10 20:55 Sergei Trofimovich
2018-05-12 10:27 Mart Raudsepp
2017-10-24 22:49 Andreas Hüttel
2017-10-24 15:05 Manuel Rüger
2017-10-23 18:01 Markus Meier
2017-10-21 13:25 Tobias Klausmann
2017-10-14 10:21 Sergei Trofimovich
2017-10-02 11:58 Sergei Trofimovich
2017-09-30  7:18 Sergei Trofimovich
2017-09-30  2:58 Sergei Trofimovich
2016-12-08  4:42 Mike Frysinger
2016-02-01 15:41 Tobias Klausmann
2015-10-25 19:15 Markus Meier
2015-10-24 16:18 Mike Frysinger
2015-10-10 15:34 Mikle Kolyada
2015-10-06 13:32 Mikle Kolyada
2015-10-04  9:42 Agostino Sarubbo
2015-10-03 18:25 Anthony G. Basile
2015-10-03 18:18 Jeroen Roovers

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=1585775648.91eec53c4a748b152c9f3dfe69edef6b4b4682dd.slyfox@gentoo \
    --to=slyfox@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