Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-05-06 14:06:58 +00:00
2 changed files with 7 additions and 3 deletions

1
dev-cpp/sprout/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST sprout-0_pre20190615.tar.gz 4997141 BLAKE2B bc7412a2c61c8f5fb5e37b0112c7f45e7ece1be3a5c02a4a72be4c39ab2297a9c75758b54dd81addc45d06c380f03c9c1976c588e67b1f0265486760ffd4b277 SHA512 b81c299842c48626a7fbedb5b70932623ddb128bd5c71115269253b2c82a331d4f5d5adeab24529be2c886d293de96c15c9641280b4eb31bd60379b284556900

View File

@@ -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 )"