summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/gpe-lights/gpe-lights-0.13.ebuild')
-rw-r--r--games-puzzle/gpe-lights/gpe-lights-0.13.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild b/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild
deleted file mode 100644
index 2e7fbe1df672..000000000000
--- a/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild,v 1.3 2015/02/20 20:48:00 tupone Exp $
-
-EAPI=5
-inherit gpe
-
-DESCRIPTION="A simple light puzzle for the GPE Palmtop Environment"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86"
-IUSE=""
-
-DEPEND="gpe-base/libgpewidget"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- gpe_src_prepare
-
- sed -i -e 's;include ../../base/build/Makefile.dpkg_ipkg;;' \
- -e 's;install-program;install;g' Makefile || die "fail to sed"
-}