public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ross Charles Campbell" <rossbridger.cc@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-games/godot/
Date: Wed,  5 May 2021 16:42:46 +0000 (UTC)	[thread overview]
Message-ID: <1620232944.ee2bda9330a64ef81119587b787c56b2c8b4de02.rossbridger@gentoo> (raw)

commit:     ee2bda9330a64ef81119587b787c56b2c8b4de02
Author:     Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
AuthorDate: Wed May  5 16:40:45 2021 +0000
Commit:     Ross Charles Campbell <rossbridger.cc <AT> gmail <DOT> com>
CommitDate: Wed May  5 16:42:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee2bda93

dev-games/godot: bump to 3.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ross Charles Campbell <rossbridger.cc <AT> gmail.com>

 dev-games/godot/Manifest                                    | 1 +
 dev-games/godot/godot-3.2.3-r1.ebuild                       | 2 +-
 dev-games/godot/{godot-3.2.3-r1.ebuild => godot-3.3.ebuild} | 5 +++--
 dev-games/godot/metadata.xml                                | 1 +
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 36fd2278f..3b23c1170 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1 +1,2 @@
 DIST godot-3.2.3.tar.gz 22459811 BLAKE2B fdebfc4fc4a259d52496feb2904ff1e311a8df3fd57568091b181380e28b789efd16d598df7a2331f22f182acebacb7af1f5aa88583f8b7e992be52f2f494198 SHA512 229a32f082e412f20533b781ee95a1e7a9039a6329fe3429f9a3388ba3aada311bcc49c2abecdeec7496ef039a81358009126b21daaeeb127c170b77c3def99f
+DIST godot-3.3.tar.gz 29430958 BLAKE2B 280b3b371c96e7a39e23f843759754e932fe4fd62b774b5d2d0d0e687fdb5dc8be7d95a18465f52d6f00456f62451115b1bf2e4afc2923ce704ffcde0f06544d SHA512 172cb23608e279c381fab00152cdf2e90b6c76401f97172031b37326789f2d8e153ef5a4c1dc4cc12cab14d04c384c576683b9edc13772e7f52b5d043f5e294d

diff --git a/dev-games/godot/godot-3.2.3-r1.ebuild b/dev-games/godot/godot-3.2.3-r1.ebuild
index f978022fe..feae31536 100644
--- a/dev-games/godot/godot-3.2.3-r1.ebuild
+++ b/dev-games/godot/godot-3.2.3-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P}-stable"
 KEYWORDS="~amd64 ~x86"
 
 LICENSE="Apache-2.0 Boost-1.0 BSD CC-BY-3.0 MIT MPL-2.0 OFL-1.1 public-domain ZLIB"
-SLOT="0"
+SLOT="0/3"
 IUSE="+bullet debug +enet +freetype lto +mbedtls +ogg +opus pulseaudio +theora +udev +upnp +vorbis +webp"
 
 RDEPEND="

diff --git a/dev-games/godot/godot-3.2.3-r1.ebuild b/dev-games/godot/godot-3.3.ebuild
similarity index 95%
copy from dev-games/godot/godot-3.2.3-r1.ebuild
copy to dev-games/godot/godot-3.3.ebuild
index f978022fe..5b217fa4a 100644
--- a/dev-games/godot/godot-3.2.3-r1.ebuild
+++ b/dev-games/godot/godot-3.3.ebuild
@@ -14,8 +14,8 @@ S="${WORKDIR}/${P}-stable"
 KEYWORDS="~amd64 ~x86"
 
 LICENSE="Apache-2.0 Boost-1.0 BSD CC-BY-3.0 MIT MPL-2.0 OFL-1.1 public-domain ZLIB"
-SLOT="0"
-IUSE="+bullet debug +enet +freetype lto +mbedtls +ogg +opus pulseaudio +theora +udev +upnp +vorbis +webp"
+SLOT="0/3"
+IUSE="+bullet debug deprecated +enet +freetype lto +mbedtls +ogg +opus pulseaudio +theora +udev +upnp +vorbis +webp"
 
 RDEPEND="
 	app-arch/lz4
@@ -110,6 +110,7 @@ src_configure() {
 		progress=yes
 		tools=yes
 		verbose=yes
+		deprecated=$(usex deprecated)
 		pulseaudio=$(usex pulseaudio)
 		target=$(usex debug debug release_debug)
 		udev=$(usex udev)

diff --git a/dev-games/godot/metadata.xml b/dev-games/godot/metadata.xml
index 5f4bcc66c..2ac2a234c 100644
--- a/dev-games/godot/metadata.xml
+++ b/dev-games/godot/metadata.xml
@@ -15,6 +15,7 @@ web-based (HTML5) platforms.
 	</longdescription>
 	<use>
 		<flag name="bullet">Enable support for <pkg>sci-physics/bullet</pkg></flag>
+		<flag restrict="&gt;=dev-games/godot-3.3.0" name="deprecated">Enable deprecated features</flag>
 		<flag name="enet">Enable support for <pkg>net-libs/enet</pkg></flag>
 		<flag name="lto">Enable support for link time optimization</flag>
 		<flag name="freetype">Enable support for <pkg>media-libs/freetype</pkg></flag>


             reply	other threads:[~2021-05-05 16:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 16:42 Ross Charles Campbell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 10:57 [gentoo-commits] repo/proj/guru:master commit in: dev-games/godot/ Andrew Ammerlaan
2021-12-15 10:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-06-07 13:40 Ross Charles Campbell
2021-05-08 23:35 Ross Charles Campbell
2021-01-15 23:13 Ross Charles Campbell
2021-01-04  6:40 Theo Anderson

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=1620232944.ee2bda9330a64ef81119587b787c56b2c8b4de02.rossbridger@gentoo \
    --to=rossbridger.cc@gmail.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