aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-04 16:08:00 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-04 16:08:00 +0100
commita3f6cb79d7a26d904f624187794afd82305b5b50 (patch)
tree4f306b758a09550c36350b968c7fbe55f72ca530
parentsci-libs/libStatGen: version bump 1.0.15 (diff)
downloadsci-a3f6cb79d7a26d904f624187794afd82305b5b50.tar.gz
sci-a3f6cb79d7a26d904f624187794afd82305b5b50.tar.bz2
sci-a3f6cb79d7a26d904f624187794afd82305b5b50.zip
sci-libs/libStatGen: cleanup old
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--sci-libs/libStatGen/Manifest2
-rw-r--r--sci-libs/libStatGen/libStatGen-1.0.13.ebuild21
-rw-r--r--sci-libs/libStatGen/libStatGen-1.0.14.ebuild21
3 files changed, 0 insertions, 44 deletions
diff --git a/sci-libs/libStatGen/Manifest b/sci-libs/libStatGen/Manifest
index aac41869d..21d460f5c 100644
--- a/sci-libs/libStatGen/Manifest
+++ b/sci-libs/libStatGen/Manifest
@@ -1,3 +1 @@
-DIST libStatGen-1.0.13.tar.gz 558682 BLAKE2B 8e9308c698110e2e3a735e14171954c2bf1e7ac7f05d6c86072389aa697246d69033a0844f4bfccce1dc74623e847c551e388e19b00469274d5ef945e080811c SHA512 bcce3dd2f343e5941857d5bca0f2960d69b3e1083da6312e018a96bb92fb8dbc91ac511e062b024720c45508aa805d3f4f6511f60201438176a898ab789e746f
-DIST libStatGen-1.0.14.tar.gz 558924 BLAKE2B 0216caaf114574c35fd4458795e21a53f25e9f24905320d5cc161b226575bd8a6d80b1ced765ea9f03205bdd0d0740a3dd398185440775a07ee9cbf0690428a6 SHA512 c7a1d4d56803b7ca741961a77dc8419277f01e8c683c8f5d494f3af242a2b5075462179b14601a41842a1624017c812a754f912a622dc1af3f5e4b1dc4722508
DIST libStatGen-1.0.15.tar.gz 560812 BLAKE2B 332581c45fc45f915d8b63156e10504d4146b1b8bc009eab4a781046ca72f5cea718be634060ab5796904470902dcb525f5509042d7f2b872b2d6590e8f13a64 SHA512 1f28c9c1f2ce09ea924ec4d784192cf7588554773fbf5b365bb9fa775c73cda316883dc3165b7e116adc1c630366b6c38a090db4d2410035dad075fa05b89d3a
diff --git a/sci-libs/libStatGen/libStatGen-1.0.13.ebuild b/sci-libs/libStatGen/libStatGen-1.0.13.ebuild
deleted file mode 100644
index fa9f58f5c..000000000
--- a/sci-libs/libStatGen/libStatGen-1.0.13.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Set of classes for creating statistical genetic programs"
-HOMEPAGE="https://github.com/statgen/libStatGen"
-SRC_URI="https://github.com/statgen/libStatGen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-src_install(){
- default
- dolib libStatGen.* # package only makes a static library
-}
diff --git a/sci-libs/libStatGen/libStatGen-1.0.14.ebuild b/sci-libs/libStatGen/libStatGen-1.0.14.ebuild
deleted file mode 100644
index fa9f58f5c..000000000
--- a/sci-libs/libStatGen/libStatGen-1.0.14.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Set of classes for creating statistical genetic programs"
-HOMEPAGE="https://github.com/statgen/libStatGen"
-SRC_URI="https://github.com/statgen/libStatGen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-src_install(){
- default
- dolib libStatGen.* # package only makes a static library
-}