From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/
Date: Sat, 7 May 2022 10:54:39 +0000 (UTC) [thread overview]
Message-ID: <1651920865.864b9d0084966c7812a9376b45bc26ff6cbbf885.soap@gentoo> (raw)
commit: 864b9d0084966c7812a9376b45bc26ff6cbbf885
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 10:54:25 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 7 10:54:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864b9d00
games-arcade/supertux: drop 0.6.2-r2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
games-arcade/supertux/Manifest | 1 -
games-arcade/supertux/supertux-0.6.2-r2.ebuild | 70 --------------------------
2 files changed, 71 deletions(-)
diff --git a/games-arcade/supertux/Manifest b/games-arcade/supertux/Manifest
index 4fe1b6e31bdb..0af22cd61c13 100644
--- a/games-arcade/supertux/Manifest
+++ b/games-arcade/supertux/Manifest
@@ -1,2 +1 @@
-DIST SuperTux-v0.6.2-Source.tar.gz 174295862 BLAKE2B 1179a5ecf92dfb2ac56b87afe4fed21a2bdc1d7f91641fea8aafc2994ccfe49745420411f41b2145f06fa9714c73d75ecbc85160e85edcbd71c472026cefe708 SHA512 5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74
DIST SuperTux-v0.6.3-Source.tar.gz 182065428 BLAKE2B c4acbe2c61306e6e462a375205b4e95af174c87dbc391f15211e1fac365ab51147d7a83d20a90e35f7d7a994c72b560631ddf1686fee2e1f937f97a711fb1003 SHA512 c6540bab1b3befbd975756031c4587e5569d9613d9539dc829c728b574d1a4da92816d6a7e68947b32963cc13d9b8b52312701c199138640e9f89e5885433798
diff --git a/games-arcade/supertux/supertux-0.6.2-r2.ebuild b/games-arcade/supertux/supertux-0.6.2-r2.ebuild
deleted file mode 100644
index 76a941ef3820..000000000000
--- a/games-arcade/supertux/supertux-0.6.2-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-: ${CMAKE_MAKEFILE_GENERATOR:=emake}
-inherit cmake flag-o-matic
-
-MY_PV="${PV/_rc/-rc.}"
-MY_P="SuperTux-v${MY_PV}-Source"
-
-DESCRIPTION="A game similar to Super Mario Bros"
-HOMEPAGE="https://supertux.org/"
-SRC_URI="https://github.com/SuperTux/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+ GPL-3+ ZLIB MIT CC-BY-SA-2.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="debug"
-
-# =media-libs/libsdl2-2.0.14-r0 can cause supertux binary to move entire
-# content of ${HOME} to ${HOME}/.local/share/supertux2/
-# DO NOT REMOVE THIS BLOCKER!!! See bug #764959
-RDEPEND="
- !=media-libs/libsdl2-2.0.14-r0
- >=dev-games/physfs-3.0
- dev-libs/boost:=[nls]
- media-libs/freetype
- media-libs/glew:=
- media-libs/libpng:0=
- >=media-libs/libsdl2-2.0.1[joystick,video]
- media-libs/libvorbis
- media-libs/openal
- >=media-libs/sdl2-image-2.0.0[png,jpeg]
- >=net-misc/curl-7.21.7
- virtual/opengl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.5.0-tinygettext.patch
- "${FILESDIR}"/${PN}-0.6.0-{license,icon,obstack}.patch
-)
-
-src_prepare() {
- cmake_src_prepare
-
- # This is not a developer release so switch the logo to the non-dev one.
- sed -e 's@logo_dev@logo@' \
- -i data/images/objects/logo/logo.sprite || die
-}
-
-src_configure() {
- append-cxxflags -std=c++11
-
- local mycmakeargs=(
- -DWERROR=OFF
- -DINSTALL_SUBDIR_BIN=bin
- -DINSTALL_SUBDIR_DOC=share/doc/${PF}
- -DINSTALL_SUBDIR_SHARE=share/${PN}2
- -DENABLE_SQDBG="$(usex debug)"
- -DUSE_SYSTEM_PHYSFS=ON
- )
- cmake_src_configure
-}
next reply other threads:[~2022-05-07 10:54 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-07 10:54 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-10 15:11 [gentoo-commits] repo/gentoo:master commit in: games-arcade/supertux/ Pacho Ramos
2022-12-04 21:23 Pacho Ramos
2022-08-03 21:43 James Le Cuirot
2021-12-31 10:46 Lars Wendler
2021-12-30 20:38 Lars Wendler
2021-11-17 2:19 Sam James
2021-07-31 2:04 Sam James
2021-01-11 15:59 Lars Wendler
2021-01-11 15:59 Lars Wendler
2021-01-11 14:18 Lars Wendler
2020-05-09 1:12 Lars Wendler
2019-12-20 8:27 Lars Wendler
2019-12-19 15:37 Lars Wendler
2018-12-26 13:40 Brian Evans
2017-11-13 22:40 James Le Cuirot
2017-10-16 0:08 David Seifert
2016-11-09 14:05 Lars Wendler
2016-01-23 16:59 Agostino Sarubbo
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=1651920865.864b9d0084966c7812a9376b45bc26ff6cbbf885.soap@gentoo \
--to=soap@gentoo.org \
--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