diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-18 03:14:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-18 03:14:05 +0000 |
commit | f7706d799b6a37aae6afb2aedba0e90850efbc88 (patch) | |
tree | 12a507ff006ef50a08bbd77555cce39cc6d5c1f8 /games-puzzle | |
parent | gcc-4 patch update (diff) | |
download | gentoo-2-f7706d799b6a37aae6afb2aedba0e90850efbc88.tar.gz gentoo-2-f7706d799b6a37aae6afb2aedba0e90850efbc88.tar.bz2 gentoo-2-f7706d799b6a37aae6afb2aedba0e90850efbc88.zip |
initial commit - ebuild supplied by Christoph Brill (egore) via bug #82686
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/glightoff/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/glightoff/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/glightoff/files/digest-glightoff-1.0.0 | 1 | ||||
-rw-r--r-- | games-puzzle/glightoff/glightoff-1.0.0.ebuild | 17 | ||||
-rw-r--r-- | games-puzzle/glightoff/metadata.xml | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/games-puzzle/glightoff/ChangeLog b/games-puzzle/glightoff/ChangeLog new file mode 100644 index 000000000000..8c3bc188f3ef --- /dev/null +++ b/games-puzzle/glightoff/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-puzzle/glightoff +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/ChangeLog,v 1.1 2005/11/18 03:14:05 mr_bones_ Exp $ + +*glightoff-1.0.0 (18 Nov 2005) + + 18 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +glightoff-1.0.0.ebuild: + initial commit - ebuild supplied by Christoph Brill (egore) via bug #82686 + diff --git a/games-puzzle/glightoff/Manifest b/games-puzzle/glightoff/Manifest new file mode 100644 index 000000000000..b7a440ff52df --- /dev/null +++ b/games-puzzle/glightoff/Manifest @@ -0,0 +1,2 @@ +MD5 1dbd6a1c40b13b8fa421c4ee543b9753 glightoff-1.0.0.ebuild 381 +MD5 97cf8d4f724c2f79e33b00d2cd4d0afe files/digest-glightoff-1.0.0 67 diff --git a/games-puzzle/glightoff/files/digest-glightoff-1.0.0 b/games-puzzle/glightoff/files/digest-glightoff-1.0.0 new file mode 100644 index 000000000000..4a82d4fc98ba --- /dev/null +++ b/games-puzzle/glightoff/files/digest-glightoff-1.0.0 @@ -0,0 +1 @@ +MD5 5b4ab6d6c7a30a6529948ac263c71639 glightoff-1.0.0.tar.gz 349274 diff --git a/games-puzzle/glightoff/glightoff-1.0.0.ebuild b/games-puzzle/glightoff/glightoff-1.0.0.ebuild new file mode 100644 index 000000000000..b58b69c4aaab --- /dev/null +++ b/games-puzzle/glightoff/glightoff-1.0.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild,v 1.1 2005/11/18 03:14:05 mr_bones_ Exp $ + +inherit gnome2 + +DESCRIPTION="a simple (but not so easy to solve!) puzzle game" +HOMEPAGE="http://glightoff.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2.6" + diff --git a/games-puzzle/glightoff/metadata.xml b/games-puzzle/glightoff/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-puzzle/glightoff/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |