From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-cpp/random123/Manifest | 1 - dev-cpp/random123/metadata.xml | 8 -------- dev-cpp/random123/random123-1.14.0.ebuild | 23 ----------------------- 3 files changed, 32 deletions(-) delete mode 100644 dev-cpp/random123/Manifest delete mode 100644 dev-cpp/random123/metadata.xml delete mode 100644 dev-cpp/random123/random123-1.14.0.ebuild (limited to 'dev-cpp/random123') diff --git a/dev-cpp/random123/Manifest b/dev-cpp/random123/Manifest deleted file mode 100644 index aa6929c1736a..000000000000 --- a/dev-cpp/random123/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST random123-1.14.0.tar.gz 318306 BLAKE2B 23248741359f0158fbb775ff723693c37c085b8acc1e162968555a5109abf0ac4e028f7731488b1bca385659f8f50f5c91b381f3ee6d1630ac7c62c41fadf2b4 SHA512 1c7d139193f5404e5d14d229f55e0a14b11de596a4cfbf0a39c1419f5ae146055dccc61e9430f724a2d7c1efb8bd01edb72866d4f4705508fcc6ebda6e90e91e diff --git a/dev-cpp/random123/metadata.xml b/dev-cpp/random123/metadata.xml deleted file mode 100644 index c0cd18916a93..000000000000 --- a/dev-cpp/random123/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - diff --git a/dev-cpp/random123/random123-1.14.0.ebuild b/dev-cpp/random123/random123-1.14.0.ebuild deleted file mode 100644 index 038445dfd04e..000000000000 --- a/dev-cpp/random123/random123-1.14.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="library of counter-based random number generators (CBRNGs)" -HOMEPAGE="https://www.deshawresearch.com/resources_random123.html" -SRC_URI="https://github.com/DEShawResearch/random123/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_configure() { - tc-export CC CXX -} - -src_install() { - insinto /usr/include/Random123 - doins -r include/Random123 -} -- cgit v1.3