From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A9A21382C5 for ; Wed, 5 May 2021 16:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79C7FE086A; Wed, 5 May 2021 16:42:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B084E086A for ; Wed, 5 May 2021 16:42:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B74D3335DC8 for ; Wed, 5 May 2021 16:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DD354D2 for ; Wed, 5 May 2021 16:42:46 +0000 (UTC) From: "Ross Charles Campbell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ross Charles Campbell" Message-ID: <1620232944.ee2bda9330a64ef81119587b787c56b2c8b4de02.rossbridger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-games/godot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-games/godot/Manifest dev-games/godot/godot-3.2.3-r1.ebuild dev-games/godot/godot-3.3.ebuild dev-games/godot/metadata.xml X-VCS-Directories: dev-games/godot/ X-VCS-Committer: rossbridger X-VCS-Committer-Name: Ross Charles Campbell X-VCS-Revision: ee2bda9330a64ef81119587b787c56b2c8b4de02 X-VCS-Branch: dev Date: Wed, 5 May 2021 16:42:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c939881-883f-45a0-9d29-5fd8284f2ce2 X-Archives-Hash: 33f519ab59601f5078704add775d63a2 commit: ee2bda9330a64ef81119587b787c56b2c8b4de02 Author: Ross Charles Campbell gmail com> AuthorDate: Wed May 5 16:40:45 2021 +0000 Commit: Ross Charles Campbell gmail 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 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. Enable support for sci-physics/bullet + Enable deprecated features Enable support for net-libs/enet Enable support for link time optimization Enable support for media-libs/freetype