summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-10-01 09:01:12 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-01 09:24:26 +0200
commitbbfcd5adcfc220933abe4a95b8f7de3a539cab5c (patch)
tree58b9978125d2d8d35f3d0ca73fee41b214c17979
parentdev-cpp/random123: Version bump to 1.14.0 (diff)
downloadgentoo-bbfcd5ad.tar.gz
gentoo-bbfcd5ad.tar.bz2
gentoo-bbfcd5ad.zip
dev-cpp/random123: Remove old 1.13.2
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-cpp/random123/Manifest1
-rw-r--r--dev-cpp/random123/random123-1.13.2.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-cpp/random123/Manifest b/dev-cpp/random123/Manifest
index ea096e868fcf..73e328fd069e 100644
--- a/dev-cpp/random123/Manifest
+++ b/dev-cpp/random123/Manifest
@@ -1,2 +1 @@
-DIST Random123-1.13.2.tar.gz 694636 BLAKE2B e238d2f19eee56ac6388b5d63dbda4e5c4f41f3c9e18e4aa0f4cbadc5e6dc62aa10a1c37425ce1e51f95fea9927655bdb0cfed82d3bd468cb55ad6ec051bd247 SHA512 543ed679911177c2da00b920c376abc8c5f4496c9a6a4ed823c295f5222e370bc2b8c9c5b63e93ae507252999eecfc112ae3203a2a82f9deb8747a9f9d387b18
DIST v1.14.0.tar.gz 318306 BLAKE2B 23248741359f0158fbb775ff723693c37c085b8acc1e162968555a5109abf0ac4e028f7731488b1bca385659f8f50f5c91b381f3ee6d1630ac7c62c41fadf2b4 SHA512 1c7d139193f5404e5d14d229f55e0a14b11de596a4cfbf0a39c1419f5ae146055dccc61e9430f724a2d7c1efb8bd01edb72866d4f4705508fcc6ebda6e90e91e
diff --git a/dev-cpp/random123/random123-1.13.2.ebuild b/dev-cpp/random123/random123-1.13.2.ebuild
deleted file mode 100644
index 0b3726e97f65..000000000000
--- a/dev-cpp/random123/random123-1.13.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P^r}"
-DESCRIPTION="library of counter-based random number generators (CBRNGs)"
-HOMEPAGE="https://www.deshawresearch.com/resources_random123.html"
-SRC_URI="https://www.deshawresearch.com/downloads/download_${PN}.cgi/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- insinto /usr/include/Random123
- doins -r include/Random123
-}