commit:     d632fcf6c05cf233f46e3241a4f26a8cae602f3c
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 17:57:57 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri May  8 12:20:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d632fcf6

sci-libs/coinor-sample: new EAPI=7 version 1.2.12.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-libs/coinor-sample/Manifest                    |  2 +-
 sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild | 16 ++++++++++++++++
 sci-libs/coinor-sample/coinor-sample-1.2.9.ebuild  | 19 -------------------
 3 files changed, 17 insertions(+), 20 deletions(-)

diff --git a/sci-libs/coinor-sample/Manifest b/sci-libs/coinor-sample/Manifest
index 4d4966d8a33..934d31ddb9b 100644
--- a/sci-libs/coinor-sample/Manifest
+++ b/sci-libs/coinor-sample/Manifest
@@ -1 +1 @@
-DIST Sample-1.2.9.tgz 367317 BLAKE2B 
e9d59e56fbead592c371cbbfed5d44b4981c6e738303a86d524b35bbb2820ec082960913f95215636534d11f7db20840249ca5b737eebdbd10c84a1e9e0722b3
 SHA512 
92af8ad524b8e7efb07a0064591fc8bfeea4235541d7a5f09f05bc33f759668378a49b459e72424ff33e775ab210c5a1ac139f4ff21bb0c9ec63656f4539d8df
+DIST coinor-sample-1.2.12.tar.gz 366746 BLAKE2B 
2779320ae3b58acd9018f8e7129c334b0f9dc90ba836877e34704c467a863bea1d6eef1dd239bf8e2a7e7f71039bdedcb563aa4d3540df851ab23ad11829a541
 SHA512 
a15989da64ab9ebb32ae24ff7e999c03961b8688ff57b316956171a7d9145ddf723abc6d78c83879de6b018b92a4d1ab748f2dd7e2ed54b194d80ec460916ced

diff --git a/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild 
b/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild
new file mode 100644
index 00000000000..58c9923f097
--- /dev/null
+++ b/sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=Data-Sample
+
+DESCRIPTION="COIN-OR Sample models"
+HOMEPAGE="https://github.com/coin-or-tools/Data-Sample/";
+SRC_URI="https://github.com/coin-or-tools/${MY_PN}/archive/releases/${PV}.tar.gz
 -> ${P}.tar.gz"
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-releases-${PV}"

diff --git a/sci-libs/coinor-sample/coinor-sample-1.2.9.ebuild 
b/sci-libs/coinor-sample/coinor-sample-1.2.9.ebuild
deleted file mode 100644
index 36c4c827e72..00000000000
--- a/sci-libs/coinor-sample/coinor-sample-1.2.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-MYPN=Sample
-
-DESCRIPTION="COIN-OR Sample models"
-HOMEPAGE="https://projects.coin-or.org/svn/Data/Sample";
-SRC_URI="http://www.coin-or.org/download/source/Data/${MYPN}-${PV}.tgz";
-
-LICENSE="EPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${MYPN}-${PV}"

Reply via email to