games-puzzle/gweled: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 1 May 2018 12:06:56 +0000 (14:06 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 1 May 2018 19:33:01 +0000 (21:33 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-puzzle/gweled/gweled-0.9.1-r1.ebuild [deleted file]

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 (file)
index 514d95c..0000000
+++ /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
-}