summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-12-20 13:37:22 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-12-20 13:37:22 +0000
commitf256b37f855505db7153a2e686995d00f711322c (patch)
tree5a361555e37e256caae8eabf36fc5d8243e04014 /games-action
parentversion bump (diff)
downloadgentoo-2-f256b37f855505db7153a2e686995d00f711322c.tar.gz
gentoo-2-f256b37f855505db7153a2e686995d00f711322c.tar.bz2
gentoo-2-f256b37f855505db7153a2e686995d00f711322c.zip
clean up
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/cs2d/ChangeLog6
-rw-r--r--games-action/cs2d/cs2d-0120-r1.ebuild66
-rw-r--r--games-action/cs2d/cs2d-0121.ebuild66
3 files changed, 5 insertions, 133 deletions
diff --git a/games-action/cs2d/ChangeLog b/games-action/cs2d/ChangeLog
index 28d5ad84997c..f81df1492b36 100644
--- a/games-action/cs2d/ChangeLog
+++ b/games-action/cs2d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/cs2d
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.7 2013/12/20 13:35:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.8 2013/12/20 13:37:22 hasufell Exp $
+
+ 20 Dec 2013; Julian Ospald <hasufell@gentoo.org> -cs2d-0120-r1.ebuild,
+ -cs2d-0121.ebuild:
+ clean up
*cs2d-0123 (20 Dec 2013)
diff --git a/games-action/cs2d/cs2d-0120-r1.ebuild b/games-action/cs2d/cs2d-0120-r1.ebuild
deleted file mode 100644
index b678450e3b6f..000000000000
--- a/games-action/cs2d/cs2d-0120-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0120-r1.ebuild,v 1.1 2012/05/30 09:04:20 maksbotan Exp $
-
-EAPI=2
-
-inherit eutils games
-
-DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay."
-HOMEPAGE="http://www.cs2d.com/"
-SRC_URI="http://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip
- http://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip
- http://dev.gentoo.org/~maksbotan/cs2d/cs2d.png"
-LICENSE="freedist"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="
- x86? (
- media-libs/openal
- media-libs/freetype:2
- x11-libs/libX11
- x11-libs/libXxf86vm
- virtual/opengl
- )
- amd64? (
- app-emulation/emul-linux-x86-sdl
- app-emulation/emul-linux-x86-opengl
- app-emulation/emul-linux-x86-xlibs
- )"
-
-QA_PRESTRIPPED="opt/cs2d/CounterStrike2D"
-QA_EXECSTACK="opt/cs2d/CounterStrike2D"
-
-S=${WORKDIR}
-
-src_prepare() {
- # removing windows files
- rm -f *.exe *.bat
-
- # OpenAL is default sound driver
- sed -i -e 's:^sounddriver.*$:sounddriver OpenAL Default:' sys/config.cfg || die
-}
-
-src_install() {
- insinto "${GAMES_PREFIX_OPT}"/${PN}
- doins -r . || die
-
- make_desktop_entry CounterStrike2D "Counter Strike 2D"
- make_desktop_entry "CounterStrike2D -fullscreen -24bit" "Counter Strike 2D - FULLSCREEN"
- games_make_wrapper CounterStrike2D ./CounterStrike2D \
- "${GAMES_PREFIX_OPT}"/${PN} "${GAMES_PREFIX_OPT}"/${PN}
-
- doicon "${DISTDIR}"/${PN}.png
-
- prepgamesdirs
-
- # fixing permissions
- fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/maps
- fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/screens
- fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/sys
- fperms ug+x "${GAMES_PREFIX_OPT}"/${PN}/CounterStrike2D
-}
diff --git a/games-action/cs2d/cs2d-0121.ebuild b/games-action/cs2d/cs2d-0121.ebuild
deleted file mode 100644
index 6a9b61737070..000000000000
--- a/games-action/cs2d/cs2d-0121.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0121.ebuild,v 1.1 2012/09/07 15:14:46 maksbotan Exp $
-
-EAPI=2
-
-inherit eutils games
-
-DESCRIPTION="Counter-Strike 2D is freeware clone of Counter-Strike with some added features in gameplay."
-HOMEPAGE="http://www.cs2d.com/"
-SRC_URI="http://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_linux.zip
- http://dev.gentoo.org/~maksbotan/cs2d/cs2d_${PV}_win.zip
- http://dev.gentoo.org/~maksbotan/cs2d/cs2d.png"
-LICENSE="freedist"
-
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="
- x86? (
- media-libs/openal
- media-libs/freetype:2
- x11-libs/libX11
- x11-libs/libXxf86vm
- virtual/opengl
- )
- amd64? (
- app-emulation/emul-linux-x86-sdl
- app-emulation/emul-linux-x86-opengl
- app-emulation/emul-linux-x86-xlibs
- )"
-
-QA_PRESTRIPPED="opt/cs2d/CounterStrike2D"
-QA_EXECSTACK="opt/cs2d/CounterStrike2D"
-
-S=${WORKDIR}
-
-src_prepare() {
- # removing windows files
- rm -f *.exe *.bat
-
- # OpenAL is default sound driver
- sed -i -e 's:^sounddriver.*$:sounddriver OpenAL Default:' sys/config.cfg || die
-}
-
-src_install() {
- insinto "${GAMES_PREFIX_OPT}"/${PN}
- doins -r . || die
-
- make_desktop_entry CounterStrike2D "Counter Strike 2D"
- make_desktop_entry "CounterStrike2D -fullscreen -24bit" "Counter Strike 2D - FULLSCREEN"
- games_make_wrapper CounterStrike2D ./CounterStrike2D \
- "${GAMES_PREFIX_OPT}"/${PN} "${GAMES_PREFIX_OPT}"/${PN}
-
- doicon "${DISTDIR}"/${PN}.png
-
- prepgamesdirs
-
- # fixing permissions
- fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/maps
- fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/screens
- fperms -R g+w "${GAMES_PREFIX_OPT}"/${PN}/sys
- fperms ug+x "${GAMES_PREFIX_OPT}"/${PN}/CounterStrike2D
-}