public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/planarity/
Date: Fri, 18 Jun 2021 23:41:35 +0000 (UTC)	[thread overview]
Message-ID: <1624058980.d95a465c0a90f584a7080193a60ef2b327f18b8f.mjo@gentoo> (raw)

commit:     d95a465c0a90f584a7080193a60ef2b327f18b8f
Author:     François Bissey <frp.bissey <AT> gmail <DOT> com>
AuthorDate: Wed Jun  9 02:06:56 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 23:29:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95a465c

sci-mathematics/planarity: new upstream version, no more patches.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: François René Pierre Bissey <frp.bissey <AT> gmail.com>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-mathematics/planarity/Manifest                 |  1 +
 sci-mathematics/planarity/planarity-3.0.1.0.ebuild | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/sci-mathematics/planarity/Manifest b/sci-mathematics/planarity/Manifest
index 18c3677165a..60bcc01c982 100644
--- a/sci-mathematics/planarity/Manifest
+++ b/sci-mathematics/planarity/Manifest
@@ -1 +1,2 @@
 DIST planarity-3.0.0.5.tar.gz 492644 BLAKE2B d183bc07cab7246b62cc7340956206e3f6c5999aa92b223e7665ebd8ae1bc0c354011c078ea4f42d2e45efa2ae5e83e082e4c8d80e3391a4f20be1020ebf8188 SHA512 dfeb7e024e1f5758e5abbd854c4ca963b4f5d45433b2c5eb00ce85c154b5407ebccd1ace0db167488dee757db2c23367101a2aa568941a3664bac9058ea24328
+DIST planarity-3.0.1.0.tar.gz 492304 BLAKE2B 3bb243e38cdf45de6dc40bbbdf7160f99c26063924dc528bc25992f304869debc7702de49c4666c76c5c6526c02b5c75ecd0c97875d56238ef7594ae7acaa26d SHA512 204fe2426fb4bbb78eade42eb65e7102daa5d73ff6bd8201e98f3807127737e31115520b3073a5d3e39872c8efc0167d5c2c4b6ce8d6fcfa9bb0e320660efc0f

diff --git a/sci-mathematics/planarity/planarity-3.0.1.0.ebuild b/sci-mathematics/planarity/planarity-3.0.1.0.ebuild
new file mode 100644
index 00000000000..3eeb25a46ec
--- /dev/null
+++ b/sci-mathematics/planarity/planarity-3.0.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="edge-addition-planarity-suite-Version"
+DESCRIPTION="The edge addition planarity suite of graph algorithms"
+HOMEPAGE="https://github.com/graph-algorithms/edge-addition-planarity-suite/"
+
+# Use the tarball from sage because the github release doesn't
+# contain the generated autotools files (like ./configure).
+SRC_URI="http://files.sagemath.org/spkg/upstream/${PN}/${P}.tar.gz"
+IUSE="examples static-libs"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${MY_PN}_${PV}"
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+	use examples && dodoc -r c/samples
+}


             reply	other threads:[~2021-06-18 23:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18 23:41 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-23 15:34 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/planarity/ Michael Orlitzky
2024-08-20 21:03 Michael Orlitzky
2022-08-11 11:51 Michael Orlitzky
2022-08-11  7:43 Joonas Niilola
2022-08-11  7:43 Joonas Niilola
2022-06-12 23:49 Michael Orlitzky
2021-11-02 15:47 Sam James
2021-11-02 15:47 Sam James
2021-07-06  1:40 Michael Orlitzky
2021-06-18 23:41 Michael Orlitzky
2020-03-24 18:40 Michael Orlitzky

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=1624058980.d95a465c0a90f584a7080193a60ef2b327f18b8f.mjo@gentoo \
    --to=mjo@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