Skip to content

Commit

Permalink
games-action/barrage: remove deprecated games eclass
Browse files Browse the repository at this point in the history
Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.2.28
  • Loading branch information
austin987 committed Jul 5, 2016
1 parent eb38d01 commit 0002092
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions games-action/barrage/barrage-1.0.4-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
inherit eutils

DESCRIPTION="A violent point-and-click shooting game"
HOMEPAGE="http://lgames.sourceforge.net"
SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=">=media-libs/libsdl-1.2[sound,video]
>=media-libs/sdl-mixer-1.2.4"
RDEPEND="${DEPEND}"

src_install() {
default
newicon barrage48.png ${PN}.png
make_desktop_entry ${PN} Barrage
rm "${D}"/usr/share/applications/${PN}.desktop
}

0 comments on commit 0002092

Please sign in to comment.