diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 14:06:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:33:01 +0200 |
commit | 04b0eb54a73e7ef8bca319c7dc60736326563308 (patch) | |
tree | b481651b6af0fde43a8cbbfe80369674f560e442 /games-puzzle/gweled | |
parent | games-puzzle/gweled: Stop using games.eclass (diff) | |
download | gentoo-04b0eb54a73e7ef8bca319c7dc60736326563308.tar.gz gentoo-04b0eb54a73e7ef8bca319c7dc60736326563308.tar.bz2 gentoo-04b0eb54a73e7ef8bca319c7dc60736326563308.zip |
games-puzzle/gweled: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/gweled')
-rw-r--r-- | games-puzzle/gweled/gweled-0.9.1-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games-puzzle/gweled/gweled-0.9.1-r1.ebuild b/games-puzzle/gweled/gweled-0.9.1-r1.ebuild deleted file mode 100644 index 514d95cea835..000000000000 --- a/games-puzzle/gweled/gweled-0.9.1-r1.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 flag-o-matic autotools games - -DESCRIPTION="Bejeweled clone game" -HOMEPAGE="http://www.gweled.org/" -SRC_URI="https://launchpad.net/gweled/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - media-libs/libmikmod - gnome-base/librsvg:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - eautoreconf -} - -src_configure() { - filter-flags -fomit-frame-pointer - append-ldflags -Wl,--export-dynamic - egamesconf \ - --disable-setgid -} - -src_install() { - default - gamesowners -R "${D}/var/games/gweled" - prepgamesdirs -} |