diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 18:09:00 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:34:57 +0200 |
commit | 69d08868be76f8248a64aa6c1edecec45d9f880e (patch) | |
tree | d0abffe8bada76f7b520dd3d7309f3aac7b214d9 /games-puzzle | |
parent | ab845aacccba9f31bb0804ddd77079bd85926b26 (diff) | |
download | gentoo-69d08868be76f8248a64aa6c1edecec45d9f880e.tar.gz gentoo-69d08868be76f8248a64aa6c1edecec45d9f880e.tar.xz |
games-puzzle/xpired: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xpired/xpired-1.22.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/xpired/xpired-1.22.ebuild b/games-puzzle/xpired/xpired-1.22.ebuild deleted file mode 100644 index 8c27e559e75..00000000000 --- a/games-puzzle/xpired/xpired-1.22.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A Sokoban-styled puzzle game with lots more action" -HOMEPAGE="http://xpired.sourceforge.net" -SRC_URI="mirror://sourceforge/xpired/${P}-linux_source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/sdl-gfx - media-libs/sdl-image[jpeg] - media-libs/sdl-mixer[mod]" -RDEPEND=${DEPEND} - -S=${WORKDIR}/src - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch -} - -src_compile() { - emake \ - PREFIX=/usr/games \ - SHARE_PREFIX=/usr/share/games/xpired -} - -src_install() { - emake \ - PREFIX="${D}/usr/games" \ - SHARE_PREFIX="${D}/usr/share/games/${PN}" \ - install - newicon img/icon.bmp ${PN}.bmp - make_desktop_entry xpired Xpired /usr/share/pixmaps/${PN}.bmp - make_desktop_entry xpiredit "Xpired Level Editor" - prepgamesdirs -} |