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 | 935dcdc8c1b6ff25c67f9584ecac9544873f164b (patch) | |
tree | 4fa1d0b8fe65cb2331fa2091f4ba71004d2ffa59 /games-puzzle/glightoff | |
parent | gcc-4 patch update (diff) | |
download | historical-935dcdc8c1b6ff25c67f9584ecac9544873f164b.tar.gz historical-935dcdc8c1b6ff25c67f9584ecac9544873f164b.tar.bz2 historical-935dcdc8c1b6ff25c67f9584ecac9544873f164b.zip |
initial commit - ebuild supplied by Christoph Brill (egore) via bug #82686
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle/glightoff')
-rw-r--r-- | games-puzzle/glightoff/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/glightoff/Manifest | 4 | ||||
-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, 37 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..68d4fe473e3e --- /dev/null +++ b/games-puzzle/glightoff/Manifest @@ -0,0 +1,4 @@ +MD5 722d72b190f236e1eadc02309f163eaa glightoff-1.0.0.ebuild 485 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 1e2b5818de1eed8d32371add100ce414 ChangeLog 427 +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> |