summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-15 20:15:48 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-15 21:00:16 +0200
commite39686dccd9884fbf44bff128ff846a90160633f (patch)
tree8b834e68cc163a2338f7f9ec1ca4f8139287026c /games-arcade/circuslinux
parentgames-arcade/circuslinux: Stop using games.eclass (diff)
downloadgentoo-e39686dccd9884fbf44bff128ff846a90160633f.tar.gz
gentoo-e39686dccd9884fbf44bff128ff846a90160633f.tar.bz2
gentoo-e39686dccd9884fbf44bff128ff846a90160633f.zip
games-arcade/circuslinux: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/circuslinux')
-rw-r--r--games-arcade/circuslinux/circuslinux-1.0.3.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-arcade/circuslinux/circuslinux-1.0.3.ebuild b/games-arcade/circuslinux/circuslinux-1.0.3.ebuild
deleted file mode 100644
index dbfb82dcd645..000000000000
--- a/games-arcade/circuslinux/circuslinux-1.0.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="clone of the Atari 2600 game \"Circus Atari\""
-SRC_URI="ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/${P}.tar.gz"
-HOMEPAGE="http://www.newbreedsoftware.com/circus-linux/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image[png]
- media-libs/sdl-mixer[mod]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i \
- -e "/^install-data-am/d" \
- Makefile.in \
- || die
- sed -i \
- -e 's/\$(pkgdatadir)/$(DESTDIR)&/' \
- data/Makefile.in \
- || die
-}
-
-src_install () {
- emake DESTDIR="${D}" install
- newicon data/images/${PN}-icon.xpm ${PN}.xpm
- make_desktop_entry ${PN} "Circus Linux!"
- dodoc *.txt
- prepgamesdirs
-}