summaryrefslogtreecommitdiff
path: root/dev-cpp/random123
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-02-17 13:44:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-02-17 13:44:58 +0000
commitf7dbfdf016eaf85284ce913358726845be0f472f (patch)
tree1407e5a41fbb7f163c7b69080e62386954e735cb /dev-cpp/random123
parent2161794717bb3d10d8b90d8282976d5fa0e730a2 (diff)
downloadbaldeagleos-repo-f7dbfdf016eaf85284ce913358726845be0f472f.tar.gz
baldeagleos-repo-f7dbfdf016eaf85284ce913358726845be0f472f.tar.xz
baldeagleos-repo-f7dbfdf016eaf85284ce913358726845be0f472f.zip
Adding metadata
Diffstat (limited to 'dev-cpp/random123')
-rw-r--r--dev-cpp/random123/Manifest2
-rw-r--r--dev-cpp/random123/random123-1.13.2.ebuild (renamed from dev-cpp/random123/random123-1.09-r1.ebuild)12
2 files changed, 5 insertions, 9 deletions
diff --git a/dev-cpp/random123/Manifest b/dev-cpp/random123/Manifest
index 75593d1470ed..2364f07d19ca 100644
--- a/dev-cpp/random123/Manifest
+++ b/dev-cpp/random123/Manifest
@@ -1 +1 @@
-DIST Random123-1.09.tar.gz 696854 BLAKE2B 6bea58c25a10031f47eecfa66a4d793db9430de1e25ddfecf4845d67419c0c04b286a85a063cb379390f8f65ea5b073962cd7a856652efcf1d099d4ef7bf0170 SHA512 7bd72dffa53ca8d835b4a4cf49171618cd46f4b329d7a09486efaf2e1565c98b80ff05e3bccc244fabd7013f139058511fb2e39399bfe51fd6b68cd9e63da1ac
+DIST Random123-1.13.2.tar.gz 694636 BLAKE2B e238d2f19eee56ac6388b5d63dbda4e5c4f41f3c9e18e4aa0f4cbadc5e6dc62aa10a1c37425ce1e51f95fea9927655bdb0cfed82d3bd468cb55ad6ec051bd247 SHA512 543ed679911177c2da00b920c376abc8c5f4496c9a6a4ed823c295f5222e370bc2b8c9c5b63e93ae507252999eecfc112ae3203a2a82f9deb8747a9f9d387b18
diff --git a/dev-cpp/random123/random123-1.09-r1.ebuild b/dev-cpp/random123/random123-1.13.2.ebuild
index 7829ee03cfb7..0b3726e97f65 100644
--- a/dev-cpp/random123/random123-1.09-r1.ebuild
+++ b/dev-cpp/random123/random123-1.13.2.ebuild
@@ -1,24 +1,20 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+MY_P="${P^r}"
DESCRIPTION="library of counter-based random number generators (CBRNGs)"
HOMEPAGE="https://www.deshawresearch.com/resources_random123.html"
-MY_P="${P^r}"
SRC_URI="https://www.deshawresearch.com/downloads/download_${PN}.cgi/${MY_P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/include/Random123
- doins -r include/Random123/. examples/uniform.hpp
+ doins -r include/Random123
}