diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-05 09:58:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-05 10:15:57 +0200 |
commit | fc2de01066f3c69976ca5c42eea0d416eec7e05d (patch) | |
tree | 2065c9680c82122a549d3d46f8e9fe1fb2982832 | |
parent | app-emulation/xenman: Drop ~x86 due revdeps (diff) | |
download | sunrise-fc2de01066f3c69976ca5c42eea0d416eec7e05d.tar.gz sunrise-fc2de01066f3c69976ca5c42eea0d416eec7e05d.tar.bz2 sunrise-fc2de01066f3c69976ca5c42eea0d416eec7e05d.zip |
games-rpg/lipsofsuna: Remove, EAPI not supported by waf-utils
-rw-r--r-- | games-rpg/lipsofsuna/ChangeLog | 13 | ||||
-rw-r--r-- | games-rpg/lipsofsuna/Manifest | 5 | ||||
-rw-r--r-- | games-rpg/lipsofsuna/lipsofsuna-0.5.0.ebuild | 46 | ||||
-rw-r--r-- | games-rpg/lipsofsuna/lipsofsuna-9999.ebuild | 49 | ||||
-rw-r--r-- | games-rpg/lipsofsuna/metadata.xml | 22 |
5 files changed, 0 insertions, 135 deletions
diff --git a/games-rpg/lipsofsuna/ChangeLog b/games-rpg/lipsofsuna/ChangeLog deleted file mode 100644 index 8b2b3b22b..000000000 --- a/games-rpg/lipsofsuna/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for games-rpg/lipsofsuna -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 08 Sep 2011; Stefan Garthe (the_mgt) <themgt@uncensored.citadel.org> - -lipsofsuna-0.4.0.ebuild, +lipsofsuna-0.5.0.ebuild: - Simple version bump to 0.5.0 of Lips of Suna - - 21 Jun 2011; the_mgt themgt@uncensored.citadel.org - +lipsofsuna-0.4.0.ebuild, +lipsofsuna-9999.ebuild, +metadata.xml: - New Ebuild for bug #372501, thanks to mgorny, floppym and Enlik for review - and suggestions - diff --git a/games-rpg/lipsofsuna/Manifest b/games-rpg/lipsofsuna/Manifest deleted file mode 100644 index a55605a8d..000000000 --- a/games-rpg/lipsofsuna/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST lipsofsuna-0.5.0.tar.gz 93527479 RMD160 2cec4101907fd0cacecd096b8cd0d0314602817b SHA1 42d3ea96403f38c4e8a7db52711964982e03a02e SHA256 9d6949576edb93881c523dfe3a8fed96fed7a607cc29a95f60fd377c899e4fdf -EBUILD lipsofsuna-0.5.0.ebuild 1145 RMD160 e56259f1dfedd8af01ff5d4e9db9f454d144da98 SHA1 e80bf6d43229f00923f9e4dd5e90ee12059510f8 SHA256 d7229059872e3d685029bb18ac936c83f752ee297579af6f473f25fc7ba27372 -EBUILD lipsofsuna-9999.ebuild 1205 RMD160 74d28a6809c67e5f40becc747464de3cc742e0ce SHA1 94f6a996b254f927174b2d9153bebfbe4c007383 SHA256 82c6cb25007450ef36baf231ae1703310206b2349d3fa639772cb6d46cdecdef -MISC ChangeLog 511 RMD160 1fede27563638b69eed3e9f3e8951b73ce405ad0 SHA1 65cbd3b7aac75eb1732d1f736ebf8c7cdf829bbe SHA256 86dee15b43e2dbc02bbb7d7a76ff707f80efa9971bf0402130bdade32609f1b4 -MISC metadata.xml 1035 RMD160 fe9beac5c1b37b90f58bb3e7ffff26d0585e2ae9 SHA1 0a4871ddeea4e9c25e78a5f3b3c0a9ea60692400 SHA256 a85a1a88d6075fb8aa49139cbf5ae285c5231e19e767139a2df2cac9443d43fe diff --git a/games-rpg/lipsofsuna/lipsofsuna-0.5.0.ebuild b/games-rpg/lipsofsuna/lipsofsuna-0.5.0.ebuild deleted file mode 100644 index a7c72d249..000000000 --- a/games-rpg/lipsofsuna/lipsofsuna-0.5.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -inherit eutils games waf-utils - -DESCRIPTION="Tongue-in-cheek dungeon crawl game. Client and Server." -HOMEPAGE="http://lipsofsuna.org/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-db/sqlite:3 - >=dev-lang/lua-5.1.0 - media-libs/flac - >=media-libs/glew-1.5 - >=media-libs/libsdl-1.2 - media-libs/libvorbis - media-libs/libogg - media-libs/mesa - media-libs/openal - >=media-libs/sdl-ttf-2.0 - >=net-libs/enet-1 - >=net-misc/curl-3 - sci-physics/bullet" -RDEPEND="${DEPEND}" - -src_configure() { - waf-utils_src_configure \ - --relpath=false --optimize=true \ - --bindir="${GAMES_BINDIR}" \ - --datadir="${GAMES_DATADIR}" -} - -src_install() { - dogamesbin .build/${PN} || die "Installation of gamesbinary failed" - insinto "${GAMES_DATADIR}"/${PN}/ - doins -r data/* || die "Installation of game data failed" - doicon misc/${PN}.svg || die "Installation of Icon failed" - domenu misc/${PN}.desktop || die "Installation of desktop file failed" - prepgamesdirs -} diff --git a/games-rpg/lipsofsuna/lipsofsuna-9999.ebuild b/games-rpg/lipsofsuna/lipsofsuna-9999.ebuild deleted file mode 100644 index fc8bdb015..000000000 --- a/games-rpg/lipsofsuna/lipsofsuna-9999.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -EGIT_REPO_URI="git://lipsofsuna.git.sourceforge.net/gitroot/lipsofsuna/lipsofsuna" -EGIT_PROJECT="lipsofsuna" -inherit eutils games waf-utils git-2 - -DESCRIPTION="Tongue-in-cheek dungeon crawl game. Client and Server" -HOMEPAGE="http://lipsofsuna.org/" -SRC_URI="" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-db/sqlite:3 - >=dev-lang/lua-5.1.0 - media-libs/flac - >=media-libs/glew-1.5 - >=media-libs/libsdl-1.2 - media-libs/libvorbis - media-libs/libogg - media-libs/mesa - media-libs/openal - >=media-libs/sdl-ttf-2.0 - >=net-libs/enet-1 - >=net-misc/curl-3 - sci-physics/bullet" -RDEPEND="${DEPEND}" - -src_configure() { - waf-utils_src_configure \ - --relpath=false --optimize=true \ - --bindir="${GAMES_BINDIR}" \ - --datadir="${GAMES_DATADIR}" -} - -src_install() { - dogamesbin .build/${PN} || die "Installation of gamesbinary failed" - insinto "${GAMES_DATADIR}"/${PN}/ - doins -r data/* || die "Installation of game data failed" - doicon misc/${PN}.svg || die "Installation of Icon failed" - domenu misc/${PN}.desktop || die "Installation of desktop file failed" - prepgamesdirs -} diff --git a/games-rpg/lipsofsuna/metadata.xml b/games-rpg/lipsofsuna/metadata.xml deleted file mode 100644 index 8d569e392..000000000 --- a/games-rpg/lipsofsuna/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> - <longdescription>Lips of Suna is a tongue-in-cheek dungeon crawl game that - takes place in the chaotic dungeons of Suna. The five intelligent - races of the world descend to the dungeons with their goal to save - the world from a conclusive disaster. - In your journey to the depths of the dungeons, you will, among other - things, have to fight creatures of different varieties, solve quests, - explore new places, and craft custom items. Luckily you don't need to - do all this alone since you can crawl the dungeons with your friends. - </longdescription> - <upstream> - <maintainer> - <email>amuzen@users.sourceforge.net</email> - <name>Ari Mustonen</name> - </maintainer> - <doc>http://sourceforge.net/apps/trac/lipsofsuna/wiki</doc> - <bugs-to>http://sourceforge.net/apps/trac/lipsofsuna/report</bugs-to> - </upstream> -</pkgmetadata> |