commit:     514a8aabd416547fe6099ad8f5e16495a53ed1eb
Author:     Michele Santullo <m.santullo <AT> posteo <DOT> net>
AuthorDate: Wed May  6 12:55:07 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May  6 12:55:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=514a8aab

dev-cpp/sprout: Replace 9999 version with pre_date

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo <AT> posteo.net>

 dev-cpp/sprout/Manifest                                          | 1 +
 .../sprout/{sprout-9999.ebuild => sprout-0_pre20190615.ebuild}   | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/sprout/Manifest b/dev-cpp/sprout/Manifest
new file mode 100644
index 0000000..9cb5130
--- /dev/null
+++ b/dev-cpp/sprout/Manifest
@@ -0,0 +1 @@
+DIST sprout-0_pre20190615.tar.gz 4997141 BLAKE2B 
bc7412a2c61c8f5fb5e37b0112c7f45e7ece1be3a5c02a4a72be4c39ab2297a9c75758b54dd81addc45d06c380f03c9c1976c588e67b1f0265486760ffd4b277
 SHA512 
b81c299842c48626a7fbedb5b70932623ddb128bd5c71115269253b2c82a331d4f5d5adeab24529be2c886d293de96c15c9641280b4eb31bd60379b284556900

diff --git a/dev-cpp/sprout/sprout-9999.ebuild 
b/dev-cpp/sprout/sprout-0_pre20190615.ebuild
similarity index 74%
rename from dev-cpp/sprout/sprout-9999.ebuild
rename to dev-cpp/sprout/sprout-0_pre20190615.ebuild
index f3f7525..1bc50ce 100644
--- a/dev-cpp/sprout/sprout-9999.ebuild
+++ b/dev-cpp/sprout/sprout-0_pre20190615.ebuild
@@ -3,15 +3,18 @@
 
 EAPI=7
 
-inherit cmake git-r3
+COMMIT="6b5addba9face0a6403e66e7db2aa94d87387f61"
+
+inherit cmake
 
 DESCRIPTION="C++11/14 constexpr based Containers, Algorithms, Random numbers 
and others"
 HOMEPAGE="http://bolero-murakami.github.io/Sprout/";
-EGIT_REPO_URI="https://github.com/bolero-MURAKAMI/Sprout.git";
+SRC_URI="https://github.com/bolero-MURAKAMI/Sprout/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/Sprout-${COMMIT}"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 IUSE="test texconv wavconv"
 RESTRICT="!test? ( test )"

Reply via email to