Skip to content

Commit

Permalink
games-util/gamepick: remove depreacted 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 Jun 29, 2016
1 parent 4149932 commit aab599e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions games-util/gamepick/gamepick-0.35-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6
inherit eutils

DESCRIPTION="Launch opengl games with custom graphic settings"
HOMEPAGE="http://www.rillion.net/gamepick/index.html"
SRC_URI="http://www.rillion.net/${PN}/${P}.tar.gz"

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

RDEPEND="x11-libs/gtk+:2"
DEPEND="${RDEPEND}
virtual/pkgconfig"

src_prepare() {
default
sed -i \
-e 's/-O2//' \
src/Makefile.in || die
}

src_install() {
default
newicon ${PN}-48x48.xpm ${PN}.xpm
make_desktop_entry ${PN} ${PN}
}

0 comments on commit aab599e

Please sign in to comment.