diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:34:06 +0100 |
commit | 8f114e4718d7679eaf23477ac159e4419f95edc0 (patch) | |
tree | a20f88fdebb87cf3b837d97f9dc18e1d98e85b29 /games-arcade | |
parent | games-arcade/opentyrian: Remove old (diff) | |
download | gentoo-8f114e4718d7679eaf23477ac159e4419f95edc0.tar.gz gentoo-8f114e4718d7679eaf23477ac159e4419f95edc0.tar.bz2 gentoo-8f114e4718d7679eaf23477ac159e4419f95edc0.zip |
games-arcade/supertux: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/supertux/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.4.0.ebuild | 53 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.5.0.ebuild | 66 |
3 files changed, 0 insertions, 121 deletions
diff --git a/games-arcade/supertux/Manifest b/games-arcade/supertux/Manifest index 28aeb96a7fc8..3451c7171902 100644 --- a/games-arcade/supertux/Manifest +++ b/games-arcade/supertux/Manifest @@ -1,3 +1 @@ -DIST SuperTux-v0.5.0-Source.tar.gz 90564579 BLAKE2B eec903914eea8eec8d0532f13c5fe3cfebd75d39e7158a5c727f827f757bb393f83a9a29ea2852252edfa5d16a49b62fba7dd3b91069228a6ce0d96c99112194 SHA512 dcd4d361eee34d8ab25e680cec328b0931a001f8ab97d0b40b03291e9214fdb64cc08fbccb81f524e5f6ba9921414bdf58dc29e27ff663a0160f678b6908b783 DIST SuperTux-v0.5.1-Source.tar.gz 90564367 BLAKE2B ba6549c135655d59ebbbed1431baf30cce1e0fb1bcdaee3dd050732992a02bb4dbd25b5399c83d3a7145f8afd20b3e8f4471007d424d2bc40c906d6121678123 SHA512 1a841cec9b71ff482aa271ec94f0563052ed33c65b26958c15c818f897f184356605a115abb70bdb8302f8cdb6e6107cf336790c3929cbc7e3dc78d31b4e2c8a -DIST supertux-0.4.0.tar.bz2 79713147 BLAKE2B 30a204d01668292fe13b9f0346d95e0317ba738421d8507538a656c9d216a22f330110eb6d32036fc675bb65897d3137898c42ef9ee42a33800227d4c7cd1cbd SHA512 66ca63c982b6076847662c187069eb965211439e5dfc628300f2a9bd0d2b4c0f7b53f6e7c2aed263c098cc9b77fedf132e73b1f3b3eacaf5535cae8300262fb5 diff --git a/games-arcade/supertux/supertux-0.4.0.ebuild b/games-arcade/supertux/supertux-0.4.0.ebuild deleted file mode 100644 index 2cc03158032f..000000000000 --- a/games-arcade/supertux/supertux-0.4.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils games - -DESCRIPTION="A game similar to Super Mario Bros." -HOMEPAGE="http://supertuxproject.org/" -SRC_URI="https://github.com/SuperTux/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="GPL-2+ GPL-3+ ZLIB MIT CC-BY-SA-2.0 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND="dev-games/physfs - dev-libs/boost:= - media-libs/glew:= - virtual/opengl - media-libs/libvorbis - media-libs/openal - >=media-libs/libsdl2-2.0.1[joystick,video] - >=media-libs/sdl2-image-2.0.0[png,jpeg] - >=net-misc/curl-7.21.7" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${P}-{obstack,tinygettext,squirrel,desktop,flags,license,icon}.patch ) - -src_prepare() { - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DWERROR=OFF - -DINSTALL_SUBDIR_BIN=games/bin - -DINSTALL_SUBDIR_DOC=share/doc/${PF} - $(cmake-utils_use_enable debug SQDBG) - $(cmake-utils_use debug) - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install - prepgamesdirs -} diff --git a/games-arcade/supertux/supertux-0.5.0.ebuild b/games-arcade/supertux/supertux-0.5.0.ebuild deleted file mode 100644 index 123624a1daea..000000000000 --- a/games-arcade/supertux/supertux-0.5.0.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils flag-o-matic - -MY_P="SuperTux-v${PV}-Source" - -DESCRIPTION="A game similar to Super Mario Bros." -HOMEPAGE="http://supertuxproject.org/" -SRC_URI="https://github.com/SuperTux/supertux/releases/download/v${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 ~x86" -IUSE="debug" - -RDEPEND="dev-games/physfs - dev-libs/boost:= - media-libs/glew:= - virtual/opengl - media-libs/libvorbis - media-libs/openal - >=media-libs/libsdl2-2.0.1[joystick,video] - >=media-libs/sdl2-image-2.0.0[png,jpeg] - >=net-misc/curl-7.21.7" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.4.0-{desktop,license,icon}.patch - "${FILESDIR}"/${P}-{obstack,tinygettext}.patch -) - -src_prepare() { - cmake-utils_src_prepare - - # This is not a developer release so switch the logo to the non-dev one. - sed '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_DEBUG="$(usex debug)" - -DENABLE_BOOST_STATIC_LIBS=OFF # bug! Should be fixed in next release - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile -} - -src_install() { - cmake-utils_src_install -} |