diff options
author | 2021-08-02 19:03:28 +0200 | |
---|---|---|
committer | 2021-08-02 14:17:01 -0400 | |
commit | 1942f1e9d62d3754189d8737c6bd51e75dc84246 (patch) | |
tree | 7b912497aafd868e9f099971de07fe99b1a92978 /games-arcade | |
parent | games-arcade/circuslinux: EAPI8, ebuild improvements (diff) | |
download | gentoo-1942f1e9d62d3754189d8737c6bd51e75dc84246.tar.gz gentoo-1942f1e9d62d3754189d8737c6bd51e75dc84246.tar.bz2 gentoo-1942f1e9d62d3754189d8737c6bd51e75dc84246.zip |
games-arcade/circuslinux: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21825
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild b/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild deleted file mode 100644 index 1001c7c8aeba..000000000000 --- a/games-arcade/circuslinux/circuslinux-1.0.3-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop - -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() { - default - sed -i \ - -e "/^install-data-am/d" \ - Makefile.in \ - || die - sed -i \ - -e 's/\$(pkgdatadir)/$(DESTDIR)&/' \ - data/Makefile.in \ - || die -} - -src_install() { - default - newicon data/images/${PN}-icon.xpm ${PN}.xpm - make_desktop_entry ${PN} "Circus Linux!" -} |