public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/Drauthius:master commit in: games-util/simulationcraft/, dev-games/godot/
@ 2022-12-14 15:03 Albert Diserholt
  0 siblings, 0 replies; only message in thread
From: Albert Diserholt @ 2022-12-14 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f01de34f8cc1d869a359bd9dd3426392afdf404f
Author:     Albert Diserholt <albert <AT> diserholt <DOT> com>
AuthorDate: Wed Dec 14 15:02:56 2022 +0000
Commit:     Albert Diserholt <albert <AT> diserholt <DOT> com>
CommitDate: Wed Dec 14 15:02:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/Drauthius.git/commit/?id=f01de34f

Remove more outdated ebuilds

Signed-off-by: Albert Diserholt <albert <AT> diserholt.com>

 dev-games/godot/Manifest                           |   4 -
 dev-games/godot/godot-3.1.1.ebuild                 | 161 --------------------
 dev-games/godot/godot-3.2.3-r1.ebuild              | 166 ---------------------
 games-util/simulationcraft/Manifest                |   1 -
 .../simulationcraft/simulationcraft-9999.ebuild    |  39 -----
 5 files changed, 371 deletions(-)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
deleted file mode 100644
index 1c2f08c..0000000
--- a/dev-games/godot/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST 3.1.1-stable.zip 25427059 BLAKE2B 85c4df448f5af7f96a3f5a3ba8e23e7764f83e1a43b21807ccf3ba66356aa3ec1dc56242dcf7d0c7d1d9efcba56b7eab8cfc32e314d1f35978bd34d2c300f65e SHA512 509b144be7416174a487548b5708367f7ce743b0268a710d0dc9a9fb095eb368a218bf5cd591f38f90bb9a96fa24acab442c503f4ea91b485274503e381569cd
-DIST godot-3.2.3.zip 27949594 BLAKE2B 8ade9ebb742327b86ae7d645cf46c3bbb5e03ef07230c42d4113a599e978e03a64e189d08af578e26a569872ed569f0e95fdde8e1f482d02191855fe4e7e29c8 SHA512 2727a6adbca5065ce3d15dbee0aed213b3ac0a4aaa24fe3d34345afdf3e77eec45296d4141999cf51a04fae1d2785781351e77ac23fa7585e618d0f36aae910f
-EBUILD godot-3.1.1.ebuild 3794 BLAKE2B 110ee31e86a3a4202cffac3be24dc3037430fd2bc9e4b1c9a6d67c730f5d5250c4df9f539dabb38465a2196877280696cebaf638fdb1031050ab97bf45be9f12 SHA512 af13c9c329ac5b7d33272c0bccfe0e02663d98dd09d4e3342a58c7a083d9b7df0ab5c38fd51ac5bfa5cdbe51f14865f59a8cab20010acec98b5a7ad9825d60b9
-EBUILD godot-3.2.3-r1.ebuild 3653 BLAKE2B e77bc594215f973ed463a84f520ddcfacb6a1b87524b0c34ad44e5f5eed915e6ce8b3b66b397c3756c4a459b924a9eebdc8df8e8eb77da2b3fd9345f55a530f3 SHA512 bf9b6d6c1a483b275188300286ea18ae13d361dff626b04388eb7222bd46c06d1a22ad8597d95504ee65886fe9466fb13b6bb0130449cb083fc2ac51218925ab

diff --git a/dev-games/godot/godot-3.1.1.ebuild b/dev-games/godot/godot-3.1.1.ebuild
deleted file mode 100644
index 7dd7a3f..0000000
--- a/dev-games/godot/godot-3.1.1.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2019 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-any-r1 scons-utils flag-o-matic llvm desktop
-
-DESCRIPTION="Multi-platform 2D and 3D game engine"
-HOMEPAGE="http://godotengine.org"
-LICENSE="MIT"
-SLOT="0"
-
-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
-	+freetype
-	llvm
-	lto
-	+mbedtls
-	+opus
-	pulseaudio
-	theora
-	+udev
-	+vorbis
-	+webp
-	+websockets"
-
-DEPEND="
-		>=app-arch/bzip2-1.0.6-r6
-		>=app-arch/lz4-0_p120
-		>=app-arch/xz-utils-5.0.8
-		>=dev-libs/json-c-0.11-r1
-		dev-libs/libpcre2[pcre32]
-		>=media-libs/alsa-lib-1.0.28
-		>=media-libs/flac-1.3.1-r1
-		>=media-libs/libogg-1.3.1
-		>=media-libs/libsndfile-1.0.25-r1
-		media-libs/libvpx
-		>=media-libs/mesa-10.2.8[gles2]
-		webp? ( media-libs/libwebp )
-		opus? ( media-libs/opus )
-		enet? ( net-libs/enet )
-		>=net-libs/libasyncns-0.8-r3
-		websockets? ( net-libs/libwebsockets )
-		mbedtls? ( net-libs/mbedtls )
-		net-libs/miniupnpc
-		>=sys-apps/attr-2.4.47-r1
-		>=sys-apps/tcp-wrappers-7.6.22-r1
-		>=sys-apps/util-linux-2.25.2-r2
-		!llvm? ( >=sys-devel/gcc-4.6.4:*[cxx] )
-		>=sys-libs/gdbm-1.11
-		>=sys-libs/glibc-2.20-r2
-		>=sys-libs/libcap-2.22-r2
-		>=sys-libs/zlib-1.2.8-r1
-		>=x11-libs/libX11-1.6.2
-		>=x11-libs/libXcursor-1.1.14
-		>=x11-libs/libXinerama-1.1.3
-		freetype? ( >=media-libs/freetype-2.5.3-r1:2 )
-		llvm? ( >=sys-devel/llvm-3.6.0 )
-		>=media-libs/libpng-1.6.16:0=
-		pulseaudio? ( >=media-sound/pulseaudio-5.0-r7 )
-		theora? ( media-libs/libtheora )
-		udev? ( virtual/udev )
-		virtual/glu
-		vorbis? ( >=media-libs/libvorbis-1.3.4 )"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-	llvm_pkg_setup
-}
-
-src_configure() {
-	if use llvm && ! tc-is-clang; then
-		einfo "Enforcing the use of clang due to USE=llvm ..."
-		CC=${CHOST}-clang
-		CXX=${CHOST}-clang++
-	fi
-
-	strip-unsupported-flags
-
-	MYSCONS=(
-		CC="$(tc-getCC)"
-		builtin_enet=$(usex enet)
-		builtin_freetype=no
-		builtin_libogg=no
-		builtin_libpng=no
-		builtin_libpng=no
-		builtin_libtheora=$(usex theora)
-		builtin_libvorbis=$(usex vorbis)
-		builtin_libvpx=no
-		builtin_libwebp=$(usex webp)
-		builtin_libwebsockets=$(usex websockets)
-		builtin_mbedtls=$(usex mbedtls)
-		builtin_miniupnpc=no
-		builtin_opus=$(usex opus)
-		builtin_pcre2=no
-		builtin_zlib=no
-		#builtin_zstd=no # Compilation error due to undeclared identifiers
-		module_enet_enabled=$(usex enet)
-		module_freetype_enabled=$(usex freetype)
-		module_mbedtls_enabled=$(usex mbedtls)
-		module_opus_enabled=$(usex opus)
-		module_theora_enabled=$(usex theora)
-		module_vorbis_enabled=$(usex vorbis)
-		module_webp_enabled=$(usex webp)
-		module_websocket_enabled=$(usex websockets)
-		platform=x11
-		pulseaudio=$(usex pulseaudio)
-		tools=yes
-		progress=false
-		verbose=true
-		udev=$(usex udev)
-		use_llvm=$(usex llvm)
-		use_lto=$(usex lto)
-		target=$(usex debug debug release_debug)
-	)
-}
-
-src_compile() {
-	escons "${MYSCONS[@]}"
-}
-
-src_install() {
-	newicon icon.svg ${PN}.svg
-	dobin bin/godot.*
-	if [[ "${ARCH}" == "amd64" ]]; then
-		if use llvm; then
-			make_desktop_entry godot.x11.tools.64.llvm Godot
-			with_desktop_entry=1
-		else
-			make_desktop_entry godot.x11.tools.64 Godot
-			with_desktop_entry=1
-		fi
-	fi
-
-	if [[ "${ARCH}" == "x86" ]]; then
-		if use llvm; then
-			make_desktop_entry godot.x11.tools.32.llvm Godot
-			with_desktop_entry=1
-		else
-			make_desktop_entry godot.x11.tools.32 Godot
-			with_desktop_entry=1
-		fi
-	fi
-
-	if ! [[ "${with_desktop_entry}" == "1" ]]; then
-		elog "Couldn't detect running architecture to create a desktop file."
-	fi
-}

diff --git a/dev-games/godot/godot-3.2.3-r1.ebuild b/dev-games/godot/godot-3.2.3-r1.ebuild
deleted file mode 100644
index 31f3cb6..0000000
--- a/dev-games/godot/godot-3.2.3-r1.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2022 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..10} )
-
-inherit eutils python-any-r1 scons-utils flag-o-matic llvm desktop
-
-DESCRIPTION="Multi-platform 2D and 3D game engine"
-HOMEPAGE="http://godotengine.org"
-LICENSE="MIT"
-SLOT="0"
-
-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 -> ${P}.zip"
-	S="${WORKDIR}/${P}-stable"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="
-	debug
-	+enet
-	+freetype
-	llvm
-	lto
-	+mbedtls
-	+opus
-	pulseaudio
-	+theora
-	+udev
-	+vorbis
-	+webp
-	+X"
-
-DEPEND="
-	>=app-arch/bzip2-1.0.6-r6
-	>=app-arch/lz4-0_p120
-	>=app-arch/xz-utils-5.0.8
-	>=app-arch/zstd-1.4.4
-	>=dev-libs/json-c-0.11-r1
-	dev-libs/libpcre2[pcre32]
-	>=media-libs/alsa-lib-1.0.28
-	>=media-libs/flac-1.3.1-r1
-	freetype? ( >=media-libs/freetype-2.5.3-r1:2 )
-	>=media-libs/libogg-1.3.1
-	>=media-libs/libpng-1.6.16:0=
-	>=media-libs/libsndfile-1.0.25-r1
-	media-libs/libvpx
-	media-libs/libtheora
-	vorbis? ( >=media-libs/libvorbis-1.3.4 )
-	webp? ( media-libs/libwebp )
-	opus? ( media-libs/opus )
-	>=media-libs/mesa-10.2.8[gles2]
-	pulseaudio? ( >=media-sound/pulseaudio-5.0-r7 )
-	enet? ( net-libs/enet )
-	>=net-libs/libasyncns-0.8-r3
-	mbedtls? ( net-libs/mbedtls )
-	net-libs/miniupnpc
-	>=sys-apps/attr-2.4.47-r1
-	>=sys-apps/tcp-wrappers-7.6.22-r1
-	>=sys-apps/util-linux-2.25.2-r2
-	!llvm? ( >=sys-devel/gcc-7.0.0:*[cxx] )
-	llvm? ( >=sys-devel/llvm-6.0.0 )
-	>=sys-libs/gdbm-1.11
-	>=sys-libs/glibc-2.20-r2
-	>=sys-libs/libcap-2.22-r2
-	>=sys-libs/zlib-1.2.8-r1
-	X? (
-		>=x11-libs/libX11-1.6.2
-		>=x11-libs/libXcursor-1.1.14
-		>=x11-libs/libXi-1.0.0
-		>=x11-libs/libXinerama-1.1.3
-	)
-	udev? ( virtual/udev )
-	virtual/glu"
-
-#dev-lang/yasm
-
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-	llvm_pkg_setup
-}
-
-src_configure() {
-	if use llvm && ! tc-is-clang; then
-		einfo "Enforcing the use of clang due to USE=llvm ..."
-		CC=${CHOST}-clang
-		CXX=${CHOST}-clang++
-	fi
-
-	strip-unsupported-flags
-
-	MYSCONS=(
-		CC="$(tc-getCC)"
-		CXX="$(tc-getCXX)"
-		builtin_enet=no
-		builtin_freetype=no
-		builtin_libogg=no
-		builtin_libpng=no
-		builtin_libtheora=no
-		builtin_libvorbis=no
-		builtin_libvpx=no
-		builtin_libwebp=no
-		builtin_mbedtls=no
-		builtin_miniupnpc=no
-		builtin_opus=no
-		builtin_pcre2=no
-		builtin_zlib=no
-		builtin_zstd=no
-		module_enet_enabled=$(usex enet)
-		module_freetype_enabled=$(usex freetype)
-		module_mbedtls_enabled=$(usex mbedtls)
-		module_opus_enabled=$(usex opus)
-		module_theora_enabled=$(usex theora)
-		module_vorbis_enabled=$(usex vorbis)
-		module_webp_enabled=$(usex webp)
-		platform=$(usex X x11 server)
-		pulseaudio=$(usex pulseaudio)
-		tools=yes
-		progress=false
-		verbose=true
-		udev=$(usex udev)
-		use_llvm=$(usex llvm)
-		use_lld=$(usex llvm)
-		use_lto=$(usex lto)
-		target=$(usex debug debug release_debug)
-	)
-}
-
-src_compile() {
-	escons "${MYSCONS[@]}"
-}
-
-src_install() {
-	newicon icon.svg ${PN}.svg
-	dobin bin/godot.*
-	if [[ "${ARCH}" == "amd64" ]]; then
-		if use llvm; then
-			make_desktop_entry godot.x11.opt.tools.64.llvm Godot
-			with_desktop_entry=1
-		else
-			make_desktop_entry godot.x11.opt.tools.64 Godot
-			with_desktop_entry=1
-		fi
-	fi
-
-	if [[ "${ARCH}" == "x86" ]]; then
-		if use llvm; then
-			make_desktop_entry godot.x11.opt.tools.32.llvm Godot
-			with_desktop_entry=1
-		else
-			make_desktop_entry godot.x11.opt.tools.32 Godot
-			with_desktop_entry=1
-		fi
-	fi
-
-	if ! [[ "${with_desktop_entry}" == "1" ]]; then
-		elog "Couldn't detect running architecture to create a desktop file."
-	fi
-}

diff --git a/games-util/simulationcraft/Manifest b/games-util/simulationcraft/Manifest
deleted file mode 100644
index 387c823..0000000
--- a/games-util/simulationcraft/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD simulationcraft-9999.ebuild 935 BLAKE2B e7c64b513f9ca547418072bbc279a43d5d64a06451ba90e2bf3b7a639f8498eba3ae6835e5b483f67389e9d29c2ece2a5426c0191c810b98cdcd67e8004c75c4 SHA512 179b57b1a7672c4c196c8a3f9a76ede7fd30377bd114816134ef86832702c98a0fcdf19223f9894ba5a1982b559646488cd900c61c216c1cf8971b4f4df030a6

diff --git a/games-util/simulationcraft/simulationcraft-9999.ebuild b/games-util/simulationcraft/simulationcraft-9999.ebuild
deleted file mode 100644
index 7b36a98..0000000
--- a/games-util/simulationcraft/simulationcraft-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft. It is a multi-player event-driven simulator written in C++ that models raid damage."
-HOMEPAGE="http://simulationcraft.org/"
-LICENSE="GPL-3.0"
-SLOT="0"
-
-if [[ ${PV} = 9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/simulationcraft/simc.git"
-	EGIT_BRANCH="legion-dev"
-fi
-
-IUSE="
-	+gui"
-
-RDEPEND="gui? ( dev-qt/qtchooser )"
-DEPEND="
-	${RDEPEND}
-	dev-libs/openssl
-	gui? ( dev-qt/qtwebkit:5 )
-"
-
-src_configure() {
-	use gui && qtchooser -run-tool=qmake -qt=5 simcqt.pro PREFIX="${D}/usr" CONFIG+=openssl LIBS+="-lssl -lcrypto"
-}
-
-src_compile() {
-	emake -C engine OPENSSL=1 optimized
-	use gui && emake
-}
-
-src_install() {
-	install -D -m755 engine/simc "${D}"/usr/bin/simc
-	use gui && emake install
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-14 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 15:03 [gentoo-commits] repo/user/Drauthius:master commit in: games-util/simulationcraft/, dev-games/godot/ Albert Diserholt

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