public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/
Date: Fri, 22 Mar 2024 17:57:24 +0000 (UTC)	[thread overview]
Message-ID: <1711130232.511619a6c772b7ff3a38ad1e4b37f93486e4b01d.lanodan@gentoo> (raw)

commit:     511619a6c772b7ff3a38ad1e4b37f93486e4b01d
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Mar 22 17:56:51 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Mar 22 17:57:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=511619a6

games-arcade/taisei: drop 1.4

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 games-arcade/taisei/Manifest          |  1 -
 games-arcade/taisei/taisei-1.4.ebuild | 78 -----------------------------------
 2 files changed, 79 deletions(-)

diff --git a/games-arcade/taisei/Manifest b/games-arcade/taisei/Manifest
index 35fb7293ca..bad1273215 100644
--- a/games-arcade/taisei/Manifest
+++ b/games-arcade/taisei/Manifest
@@ -1,2 +1 @@
 DIST taisei-1.4.1.tar.xz 219550456 BLAKE2B 640b4e53b4ee4784173a8ba0ea435a75aa547a788e549f56c3dff99f9a36997a3c7c73d857fc86bf7aa10d6c22f3bf826991d3a61147e2ec24771fb96c987ed6 SHA512 7c11ed1c7a7898ca4f43854224c8e55305fcef8312f0d32b488c85fbf16cceaa84fd52948bb81e311095b93254d95ea7eaa8f85c42bbbe54cf81d2702242cb2b
-DIST taisei-1.4.tar.xz 219573588 BLAKE2B c5a3300f3274ccc13e1beef9eb673affc223d761dfb632d9b067bc7cf401c3ed0422a78e0dba5334ab003044dae2cb24efb892edc955ee417ebc6c0477617314 SHA512 5715fd7dca868a3987941f24e26fb8ddc507ca5cb4e3c6a2b9c021bc0742d164e6ff2410f7b8de85907baa90f2c4b34925ac1196b163474047bee60141befb86

diff --git a/games-arcade/taisei/taisei-1.4.ebuild b/games-arcade/taisei/taisei-1.4.ebuild
deleted file mode 100644
index 3d5d508fa4..0000000000
--- a/games-arcade/taisei/taisei-1.4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10,11} )
-
-inherit meson python-any-r1 xdg
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/taisei-project/taisei.git"
-else
-	# Auto-generated tarballs lacks submodules, all of which are taisei subrepos
-	SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/taisei-${PV}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL."
-HOMEPAGE="https://taisei-project.org/"
-LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
-SLOT="0"
-
-IUSE="doc lto zip"
-
-RDEPEND="
-	media-libs/freetype:2
-	media-libs/opusfile
-	>=media-libs/libpng-1.5
-	media-libs/libsdl2
-	media-libs/libwebp
-	media-libs/opusfile
-	app-arch/zstd
-	sys-libs/zlib
-	dev-libs/openssl:=
-	zip? ( dev-libs/libzip )
-"
-DEPEND="
-	${RDEPEND}
-	>=dev-libs/cglm-0.7.8
-"
-BDEPEND="
-	dev-build/meson
-	$(python_gen_any_dep '
-		dev-python/zstandard[${PYTHON_USEDEP}]
-	')
-	${PYTHON_DEPS}
-	doc? ( dev-python/docutils )"
-
-python_check_deps() {
-	python_has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-	# Path patching needed also without USE=doc (COPYING etc.)
-	sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${PF}\')/" \
-		meson.build || die "Failed changing doc_path"
-
-	# Remove blobs
-	rm external/basis_universal/OpenCL/lib/*.lib \
-		external/basis_universal/webgl_videotest/basis.wasm \
-		external/basis_universal/webgl/transcoder/build/basis_transcoder.wasm \
-		external/basis_universal/webgl/encoder/build/basis_encoder.wasm \
-		|| die
-
-	default
-}
-
-src_configure() {
-	local emesonargs=(
-		$(meson_feature doc docs)
-		$(meson_use lto b_lto)
-		$(meson_feature zip vfs_zip)
-		-Dstrip=false
-		-Duse_libcrypto=enabled
-	)
-	meson_src_configure
-}


             reply	other threads:[~2024-03-22 17:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-22 17:57 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-04 14:42 [gentoo-commits] repo/proj/guru:dev commit in: games-arcade/taisei/ Oliver Freyermuth
2024-10-10 15:03 Haelwenn Monnier
2024-10-08 19:29 Oliver Freyermuth
2024-03-31  2:11 Oliver Freyermuth
2024-03-30 19:26 Oliver Freyermuth
2024-03-22 17:57 Haelwenn Monnier
2024-03-12 14:48 Haelwenn Monnier
2024-03-11 22:02 Oliver Freyermuth
2023-09-09  3:53 Haelwenn Monnier
2023-09-08 14:17 Oliver Freyermuth
2023-09-08 14:15 Oliver Freyermuth
2023-04-01 21:23 Haelwenn Monnier
2022-06-02 10:39 Oliver Freyermuth
2022-05-31  0:30 Oliver Freyermuth
2022-05-31  0:10 Oliver Freyermuth
2021-05-03 17:43 Haelwenn Monnier
2021-05-03 17:43 Haelwenn Monnier
2021-05-01 15:39 Oliver Freyermuth
2021-05-01 15:39 Oliver Freyermuth
2021-04-24 16:00 Oliver Freyermuth
2021-04-18  0:53 Oliver Freyermuth
2021-04-17 17:38 Oliver Freyermuth
2021-04-08 11:16 Oliver Freyermuth
2021-04-08 11:16 Oliver Freyermuth
2021-03-28  9:55 Andrew Ammerlaan
2020-06-02 15:44 Oliver Freyermuth
2020-04-12 10:26 Sergey Torokhov
2020-03-09 17:51 Andrew Ammerlaan
2019-11-23 14:16 Haelwenn Monnier
2019-11-23 14:16 Haelwenn Monnier
2019-07-13  9:41 Haelwenn Monnier
2019-07-11  9:13 Haelwenn Monnier

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=1711130232.511619a6c772b7ff3a38ad1e4b37f93486e4b01d.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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