diff options
author | Angelo Arrifano <miknix@gentoo.org> | 2009-09-23 00:01:31 +0000 |
---|---|---|
committer | Angelo Arrifano <miknix@gentoo.org> | 2009-09-23 00:01:31 +0000 |
commit | 463a930a9435f64b6ea0300624b12df45a073e58 (patch) | |
tree | 819a9c99e1e9e2b625236d0c44f5d837107359b1 /games-puzzle/gpe-lights | |
parent | Put back RHEL5 based kernel as users still use it, bug #279260 (starting with... (diff) | |
download | gentoo-2-463a930a9435f64b6ea0300624b12df45a073e58.tar.gz gentoo-2-463a930a9435f64b6ea0300624b12df45a073e58.tar.bz2 gentoo-2-463a930a9435f64b6ea0300624b12df45a073e58.zip |
Initial commit based on code from Rene Wagner (bug 101393).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/gpe-lights')
-rw-r--r-- | games-puzzle/gpe-lights/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/gpe-lights/gpe-lights-0.13.ebuild | 23 | ||||
-rw-r--r-- | games-puzzle/gpe-lights/metadata.xml | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/games-puzzle/gpe-lights/ChangeLog b/games-puzzle/gpe-lights/ChangeLog new file mode 100644 index 000000000000..c33dadfe6749 --- /dev/null +++ b/games-puzzle/gpe-lights/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-puzzle/gpe-lights +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gpe-lights/ChangeLog,v 1.1 2009/09/23 00:01:31 miknix Exp $ + +*gpe-lights-0.13 (23 Sep 2009) + + 23 Sep 2009; Angelo Arrifano <miknix@gentoo.org> +gpe-lights-0.13.ebuild, + +metadata.xml: + Initial commit based on code from Rene Wagner #101393 . + diff --git a/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild b/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild new file mode 100644 index 000000000000..031c541476c9 --- /dev/null +++ b/games-puzzle/gpe-lights/gpe-lights-0.13.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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.1 2009/09/23 00:01:31 miknix Exp $ + +EAPI=2 +inherit gpe + +DESCRIPTION="A simple light puzzle for the GPE Palmtop Environment" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" +IUSE="" + +RDEPEND="gpe-base/libgpewidget" +DEPEND="${RDEPEND}" + +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" +} diff --git a/games-puzzle/gpe-lights/metadata.xml b/games-puzzle/gpe-lights/metadata.xml new file mode 100644 index 000000000000..b77d40bb369e --- /dev/null +++ b/games-puzzle/gpe-lights/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gpe</herd> +<maintainer> + <email>gpe@gentoo.org</email> +</maintainer> +</pkgmetadata> |