From: "Albert Diserholt" <albert@diserholt.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/Drauthius:master commit in: dev-games/godot/
Date: Sat, 10 Aug 2019 08:13:19 +0000 (UTC) [thread overview]
Message-ID: <1565424767.0d7ea8933c4c3d5536fe6c6f44d454cbdd266acf.albert@gentoo> (raw)
commit: 0d7ea8933c4c3d5536fe6c6f44d454cbdd266acf
Author: Albert Diserholt <albert <AT> diserholt <DOT> com>
AuthorDate: Sat Aug 10 08:12:47 2019 +0000
Commit: Albert Diserholt <albert <AT> diserholt <DOT> com>
CommitDate: Sat Aug 10 08:12:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/user/Drauthius.git/commit/?id=0d7ea893
dev-games/godot-9999
Signed-off-by: Albert Diserholt <albert <AT> diserholt.com>
dev-games/godot/Manifest | 3 ++-
dev-games/godot/godot-3.1.1.ebuild | 12 +++++++++---
dev-games/godot/{godot-3.1.1.ebuild => godot-9999.ebuild} | 12 +++++++++---
3 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 915753f..96e491a 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,2 +1,3 @@
DIST 3.1.1-stable.zip 25427059 BLAKE2B 85c4df448f5af7f96a3f5a3ba8e23e7764f83e1a43b21807ccf3ba66356aa3ec1dc56242dcf7d0c7d1d9efcba56b7eab8cfc32e314d1f35978bd34d2c300f65e SHA512 509b144be7416174a487548b5708367f7ce743b0268a710d0dc9a9fb095eb368a218bf5cd591f38f90bb9a96fa24acab442c503f4ea91b485274503e381569cd
-EBUILD godot-3.1.1.ebuild 3662 BLAKE2B 566d93624607610b8003f216be1caa08f45d11bae9df691913475ca43d2e3f0cc75cdc020817cd7b42a7fd9cbb02ee98243539671a76733e2ebbfc2473fcd76e SHA512 254b1dca4f648bba00d9994e9ddfb52b9b023b3c0f86260e6f57a54d55beafff75b50d7a82198b355e9b532714cbbc7724d32cc535719888bb9a47bbd4503d83
+EBUILD godot-3.1.1.ebuild 3794 BLAKE2B 110ee31e86a3a4202cffac3be24dc3037430fd2bc9e4b1c9a6d67c730f5d5250c4df9f539dabb38465a2196877280696cebaf638fdb1031050ab97bf45be9f12 SHA512 af13c9c329ac5b7d33272c0bccfe0e02663d98dd09d4e3342a58c7a083d9b7df0ab5c38fd51ac5bfa5cdbe51f14865f59a8cab20010acec98b5a7ad9825d60b9
+EBUILD godot-9999.ebuild 3794 BLAKE2B 110ee31e86a3a4202cffac3be24dc3037430fd2bc9e4b1c9a6d67c730f5d5250c4df9f539dabb38465a2196877280696cebaf638fdb1031050ab97bf45be9f12 SHA512 af13c9c329ac5b7d33272c0bccfe0e02663d98dd09d4e3342a58c7a083d9b7df0ab5c38fd51ac5bfa5cdbe51f14865f59a8cab20010acec98b5a7ad9825d60b9
diff --git a/dev-games/godot/godot-3.1.1.ebuild b/dev-games/godot/godot-3.1.1.ebuild
index e564b89..7dd7a3f 100644
--- a/dev-games/godot/godot-3.1.1.ebuild
+++ b/dev-games/godot/godot-3.1.1.ebuild
@@ -11,9 +11,15 @@ HOMEPAGE="http://godotengine.org"
LICENSE="MIT"
SLOT="0"
-SRC_URI="https://github.com/godotengine/${PN}/archive/${PV}-stable.zip"
-S="${WORKDIR}/${P}-stable"
-KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = 9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/godotengine/${PN}"
+ EGIT_BRANCH="master"
+else
+ SRC_URI="https://github.com/godotengine/${PN}/archive/${PV}-stable.zip"
+ S="${WORKDIR}/${P}-stable"
+ KEYWORDS="~amd64 ~x86"
+fi
IUSE="debug
+enet
diff --git a/dev-games/godot/godot-3.1.1.ebuild b/dev-games/godot/godot-9999.ebuild
similarity index 93%
copy from dev-games/godot/godot-3.1.1.ebuild
copy to dev-games/godot/godot-9999.ebuild
index e564b89..7dd7a3f 100644
--- a/dev-games/godot/godot-3.1.1.ebuild
+++ b/dev-games/godot/godot-9999.ebuild
@@ -11,9 +11,15 @@ HOMEPAGE="http://godotengine.org"
LICENSE="MIT"
SLOT="0"
-SRC_URI="https://github.com/godotengine/${PN}/archive/${PV}-stable.zip"
-S="${WORKDIR}/${P}-stable"
-KEYWORDS="~amd64 ~x86"
+if [[ ${PV} = 9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/godotengine/${PN}"
+ EGIT_BRANCH="master"
+else
+ SRC_URI="https://github.com/godotengine/${PN}/archive/${PV}-stable.zip"
+ S="${WORKDIR}/${P}-stable"
+ KEYWORDS="~amd64 ~x86"
+fi
IUSE="debug
+enet
next reply other threads:[~2019-08-10 8:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-10 8:13 Albert Diserholt [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-01-03 18:36 [gentoo-commits] repo/user/Drauthius:master commit in: dev-games/godot/ Albert Diserholt
2022-01-03 18:14 Albert Diserholt
2021-05-08 8:08 Albert Diserholt
2020-09-17 14:30 Albert Diserholt
2020-08-20 7:18 Albert Diserholt
2020-06-29 10:56 Albert Diserholt
2020-03-13 7:56 Albert Diserholt
2020-03-12 19:23 Albert Diserholt
2020-03-01 16:06 Albert Diserholt
2019-07-07 10:20 Albert Diserholt
2019-07-07 10:20 Albert Diserholt
2019-06-22 10:31 Albert Diserholt
2019-04-26 19:01 Albert Diserholt
2019-04-20 15:35 Albert Diserholt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1565424767.0d7ea8933c4c3d5536fe6c6f44d454cbdd266acf.albert@gentoo \
--to=albert@diserholt.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox