mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
Merge updates from master
This commit is contained in:
1
dev-cpp/sprout/Manifest
Normal file
1
dev-cpp/sprout/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sprout-0_pre20190615.tar.gz 4997141 BLAKE2B bc7412a2c61c8f5fb5e37b0112c7f45e7ece1be3a5c02a4a72be4c39ab2297a9c75758b54dd81addc45d06c380f03c9c1976c588e67b1f0265486760ffd4b277 SHA512 b81c299842c48626a7fbedb5b70932623ddb128bd5c71115269253b2c82a331d4f5d5adeab24529be2c886d293de96c15c9641280b4eb31bd60379b284556900
|
||||
@@ -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 )"
|
||||
Reference in New Issue
Block a user