]> Pileus Git - ~andy/sunrise/commitdiff
Remove, i will put it to the tree when tomorow there will be new release.
authorTomas Chvatal <scarabeus@gentoo.org>
Sun, 26 Oct 2008 19:38:22 +0000 (19:38 +0000)
committerTomas Chvatal <scarabeus@gentoo.org>
Sun, 26 Oct 2008 19:38:22 +0000 (19:38 +0000)
svn path=/sunrise/; revision=7266

games-arcade/tuxanci/ChangeLog [deleted file]
games-arcade/tuxanci/Manifest [deleted file]
games-arcade/tuxanci/metadata.xml [deleted file]
games-arcade/tuxanci/tuxanci-0.20.ebuild [deleted file]

diff --git a/games-arcade/tuxanci/ChangeLog b/games-arcade/tuxanci/ChangeLog
deleted file mode 100644 (file)
index 5594d9b..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# ChangeLog for games-arcade/tuxanci
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  08 Aug 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  tuxanci-0.20.ebuild:
-  Whitey
-
-  08 Aug 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  -tuxanci-0.18_rc2.ebuild, +tuxanci-0.20.ebuild:
-  Update ebuild (new version + new build system)
-
-  29 Jun 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  tuxanci-0.18_rc2.ebuild:
-  Add IUSE
-
-  23 Jun 2007; Jakub Moc <jakub@gentoo.org> -tuxanci-0.18_rc1.ebuild,
-  +tuxanci-0.18_rc2.ebuild:
-  Version bump, drop old
-
-  06 Jun 2007; Ali Polatel (hawking) <polatel@gmail.com>
-  -tuxanci-0.07.ebuild:
-  Drop old
-
-  01 Jun 2007; Jakub Moc <jakub@gentoo.org> tuxanci-0.18_rc1.ebuild:
-  Fix dependencies, add ~amd64 keyword
-
-  01 Jun 2007; Jakub Moc <jakub@gentoo.org> +tuxanci-0.18_rc1.ebuild:
-  Version bump
-
-  10 Apr 2007; Nathan Smith (ndansmith) <ndansmith@gmail.com)
-  tuxanci-0.07.ebuild:
-  Added ~x86-fbsd keyword
-
-  26 Mar 2007; Christian Faulhammer <opfer@gentoo.org> tuxanci-0.07.ebuild:
-  fix CVS header to stop repoman from complaining
-
-  25 Mar 2007; Jakub Moc <jakub@gentoo.org> +tuxanci-0.07.ebuild,
-  +metadata.xml:
-  New ebuild, created by myself. Bug 172153
-
diff --git a/games-arcade/tuxanci/Manifest b/games-arcade/tuxanci/Manifest
deleted file mode 100644 (file)
index 184d677..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST tuxanci-0.20-src.tar.bz2 1544 RMD160 2d49133f447eb1bc9fb7dc8cc6afc8638a5cd094 SHA1 b281fc5c23c22a6aa747d1e81bf6c0321e223161 SHA256 08f72b82739931fc6d124e6ec3de035567818bfe90f0a08adceafafbb63fd545
-EBUILD tuxanci-0.20.ebuild 1787 RMD160 1ab6b564c2c13c6102d56fd4fa7ae97760db8249 SHA1 9178997baa0b907cb467f36e8a18bf1411b2e034 SHA256 3f3090ebcee7f366b7c5b9b64863370de596d3d521d5f2bcebf4930d4b59b7db
-MISC ChangeLog 1249 RMD160 42f13488ae5d6ea09492cc2d7b710d84efa94ede SHA1 f046d97146c4a5c8de30a6f97ba4aa15affe1fe8 SHA256 9eace2598dd08be6c75182fc811a3b7726fac6aa17c4d6eb454b29db008534b6
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/games-arcade/tuxanci/metadata.xml b/games-arcade/tuxanci/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/games-arcade/tuxanci/tuxanci-0.20.ebuild b/games-arcade/tuxanci/tuxanci-0.20.ebuild
deleted file mode 100644 (file)
index 92088fa..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit games cmake-utils
-
-DESCRIPTION="Tuxanci is first cushion shooter based on well-known Czech game Bulanci."
-HOMEPAGE="http://www.tuxanci.org/"
-SRC_URI="http://download.${PN}.org/${PV}/${P}-src.tar.bz2"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="alsa dedicated"
-# alsa is used only when building client
-
-DEPEND="!dedicated? (
-                       >=media-libs/libsdl-1.2.10
-                       >=media-libs/sdl-ttf-2.0.7
-                       >=media-libs/sdl-image-1.2.6-r1
-                       alsa? (
-                               >=media-libs/sdl-mixer-1.2.7
-                       )
-               )"
-
-S="${WORKDIR}/pkgs/${P}-src/"
-
-pkg_setup() {
-       games_pkg_setup
-
-       if ! built_with_use media-libs/sdl-image png ; then
-               eerror "media-libs/sdl-image is missing png support."
-               die "Recompile media-libs/sdl-image with USE=\"png\""
-       fi
-
-       if ! built_with_use media-libs/sdl-mixer vorbis ; then
-               eerror "media-libs/sdl-mixer is missing vorbis support."
-               die "Recompile media-libs/sdl-mixer with USE=\"vorbis\""
-       fi
-}
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       # setting proper prefix
-       sed -i \
-               -e "s:PATH_DIR\tPREFIX:PATH_DIR:" src/base/path.h \
-               || die "sed config.h failed!"
-       sed -i \
-               -e "s:share/tuxanci:"${GAMES_DATADIR}"/"${PN}":" src/base/path.h \
-               || die "sed config.h failed!"
-       sed -i \
-               -e "s:CMAKE_INSTALL_DATADIR share/:CMAKE_INSTALL_DATADIR /usr/share/games/:" CMakeLists.txt \
-               || die "sed CMakeLists.txt failed!"
-}
-
-src_compile() {
-       local mycmakeargs
-       use alsa || mycmakeargs="${mycmakeargs} -DNO_Audio=1"
-       use dedicated && mycmakeargs="${mycmakeargs} -DServer=1"
-       mycmakeargs="${mycmakeargs} -DPREFIX=\\\"/usr/games\\\" -DCMAKE_INSTALL_PREFIX:PATH=/usr/games"
-       cmake-utils_src_compile
-}
-
-src_install() {
-       cmake-utils_src_install
-       prepgamesdirs
-}