summaryrefslogtreecommitdiff
path: root/sci-libs/coinor-sample
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/coinor-sample')
-rw-r--r--sci-libs/coinor-sample/Manifest6
-rw-r--r--sci-libs/coinor-sample/coinor-sample-1.2.12.ebuild16
-rw-r--r--sci-libs/coinor-sample/coinor-sample-1.2.9.ebuild19
-rw-r--r--sci-libs/coinor-sample/metadata.xml20
4 files changed, 31 insertions, 30 deletions
diff --git a/sci-libs/coinor-sample/Manifest b/sci-libs/coinor-sample/Manifest
index 43e97b3d9293..6a5a39f4cde5 100644
--- a/sci-libs/coinor-sample/Manifest
+++ b/sci-libs/coinor-sample/Manifest
@@ -1,3 +1,3 @@
-DIST Sample-1.2.9.tgz 367317 BLAKE2B e9d59e56fbead592c371cbbfed5d44b4981c6e738303a86d524b35bbb2820ec082960913f95215636534d11f7db20840249ca5b737eebdbd10c84a1e9e0722b3 SHA512 92af8ad524b8e7efb07a0064591fc8bfeea4235541d7a5f09f05bc33f759668378a49b459e72424ff33e775ab210c5a1ac139f4ff21bb0c9ec63656f4539d8df
-EBUILD coinor-sample-1.2.9.ebuild 431 BLAKE2B 614fc57576bf4eae6b81914712f090f5f2f3af108d1839e8ccac1e985528553334ace77a43725b37a919f4880aa202f4e9bb1f815661afbe78ebb3487b20a6b3 SHA512 0db57efdece103d7f7bcf1063c7b4a937c489307e25360e8bf67145f6b24b249a7adccba6aac568de7959da6eb83ae6d47102d5297ac3f45f6897623347adab6
-MISC metadata.xml 400 BLAKE2B 5f5f30f5bf227faa15e0109611d295d5dbee129f6f7b99b143f9a6e19b34a35846d800f6e17e366fe2c1d80dedb96858c5257e29c0383d761f866df53c76398f SHA512 21c90fd9dc731b47f2110e7add3507ccfc0c94bcee83081a589402d1d1bfe0b61bba22f0ef74de7b2251782e57df7027c3f6b87ecd89a1ff3aa58aefe082c675
+DIST coinor-sample-1.2.12.tar.gz 366746 BLAKE2B 2779320ae3b58acd9018f8e7129c334b0f9dc90ba836877e34704c467a863bea1d6eef1dd239bf8e2a7e7f71039bdedcb563aa4d3540df851ab23ad11829a541 SHA512 a15989da64ab9ebb32ae24ff7e999c03961b8688ff57b316956171a7d9145ddf723abc6d78c83879de6b018b92a4d1ab748f2dd7e2ed54b194d80ec460916ced
+EBUILD coinor-sample-1.2.12.ebuild 444 BLAKE2B d6ab164aa0b8d99ad4c7d9a2ddc5fc55195c185f91dc0c9ab6d0f6d59c6abd8556a780922580993c741535956dc6c9b4ebaa083e7d121441ba7f2f36394986a4 SHA512 9f5deac4684d03a4253f1eedd8ff6938b2d70633436c27d0688920e313eba2079d934c71075c80d8ced312387e3f04dc04db27a717bf9cfbdb7740fb3739185e
+MISC metadata.xml 585 BLAKE2B 0a38d0b81fde5b7ae487e0875724f6a03d7130530e6486146cd917666391dd60ee81da065edd4f5a25d505df458a9b7dc0181826537aea9e59973d1962cbe6b3 SHA512 4b121033d132af7c034681455abbdf8dd618c8cabe605139f5b741ff5b5552e2a92d60aece253ab7a93263fb7bd09c76960bcaefa1a5689bb739474d8272ea37
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 000000000000..58c9923f0977
--- /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 36c4c827e72c..000000000000
--- 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}"
diff --git a/sci-libs/coinor-sample/metadata.xml b/sci-libs/coinor-sample/metadata.xml
index a12f5c3b51e0..0c216ec09f0e 100644
--- a/sci-libs/coinor-sample/metadata.xml
+++ b/sci-libs/coinor-sample/metadata.xml
@@ -1,12 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- The COmputational INfrastructure for Operations Research (COIN-OR)
- sample models for testing.
- </longdescription>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ The COmputational INfrastructure for Operations Research (COIN-OR)
+ sample models. These datasets are required to run the test suites
+ of most COIN-OR packages in Gentoo.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">coin-or-tools/Data-Sample</remote-id>
+ </upstream>
</pkgmetadata>