public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/sprout/
@ 2020-05-05 11:51 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-05-05 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     56c49631e8c0119f5e6dccd51c88dd64cff9a712
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue May  5 11:43:07 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May  5 11:43:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56c49631

dev-cpp/sprout: no KEYWORDS in 9999 packages

You might want to add a static ebuild as well.
You can do this by downloading a specific commit from github,
and naming the ebuild ${PN}-0_pre${DATE_OF_COMMIT}.

See media-tv/droidcam for an example of an ebuild that
fetches a specific commit from GitHub

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-cpp/sprout/sprout-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-cpp/sprout/sprout-9999.ebuild b/dev-cpp/sprout/sprout-9999.ebuild
index 068f836..f3f7525 100644
--- a/dev-cpp/sprout/sprout-9999.ebuild
+++ b/dev-cpp/sprout/sprout-9999.ebuild
@@ -11,8 +11,10 @@ EGIT_REPO_URI="https://github.com/bolero-MURAKAMI/Sprout.git"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
+
 IUSE="test texconv wavconv"
+RESTRICT="!test? ( test )"
 
 DEPEND=""
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/sprout/
@ 2020-05-06 13:55 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2020-05-06 13:55 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/sprout/
@ 2021-01-28 11:45 Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-01-28 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     dca4f3fb14f3e181245d94808aa84d3873410726
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Jan 28 08:57:07 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Jan 28 09:50:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dca4f3fb

dev-cpp/sprout: depend dev-libs/boost

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-cpp/sprout/sprout-0_pre20190615.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-cpp/sprout/sprout-0_pre20190615.ebuild b/dev-cpp/sprout/sprout-0_pre20190615.ebuild
index 1bc50ce1..c54f9140 100644
--- a/dev-cpp/sprout/sprout-0_pre20190615.ebuild
+++ b/dev-cpp/sprout/sprout-0_pre20190615.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,9 +19,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test texconv wavconv"
 RESTRICT="!test? ( test )"
 
-DEPEND=""
+DEPEND="dev-libs/boost:="
 RDEPEND="${DEPEND}"
-BDEPEND=""
 
 PATCHES=(
 	"${FILESDIR}"/optional_binaries.patch


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-06 13:55 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/sprout/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-01-28 11:45 Andrew Ammerlaan
2020-05-05 11:51 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox