diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-02 10:03:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-02 10:03:18 +0000 |
commit | 0d24d30bafb7b26b249f431aff1017a77963b3c4 (patch) | |
tree | 43c180ad38c4c6f092c16ae99a12fd0d372d47f7 /games-puzzle/braincurses | |
parent | Add patch to samples/contrib/DynaComplete.py (bug #72981) (Manifest recommit) (diff) | |
download | gentoo-2-0d24d30bafb7b26b249f431aff1017a77963b3c4.tar.gz gentoo-2-0d24d30bafb7b26b249f431aff1017a77963b3c4.tar.bz2 gentoo-2-0d24d30bafb7b26b249f431aff1017a77963b3c4.zip |
initial commit - ebuild from Adrian Fruehwirth via bug #72938
Diffstat (limited to 'games-puzzle/braincurses')
-rw-r--r-- | games-puzzle/braincurses/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/braincurses/Manifest | 2 | ||||
-rw-r--r-- | games-puzzle/braincurses/braincurses-0.5a.ebuild | 24 | ||||
-rw-r--r-- | games-puzzle/braincurses/files/digest-braincurses-0.5a | 1 | ||||
-rw-r--r-- | games-puzzle/braincurses/metadata.xml | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/games-puzzle/braincurses/ChangeLog b/games-puzzle/braincurses/ChangeLog new file mode 100644 index 000000000000..2bfdfb89dc43 --- /dev/null +++ b/games-puzzle/braincurses/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-puzzle/braincurses +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/braincurses/ChangeLog,v 1.1 2004/12/02 10:03:17 mr_bones_ Exp $ + +*braincurses-0.5a (02 Dec 2004) + + 02 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, + +braincurses-0.5a.ebuild: + initial commit - ebuild from Adrian Fruehwirth via bug #72938 + diff --git a/games-puzzle/braincurses/Manifest b/games-puzzle/braincurses/Manifest new file mode 100644 index 000000000000..e763a7d88e26 --- /dev/null +++ b/games-puzzle/braincurses/Manifest @@ -0,0 +1,2 @@ +MD5 0a384d35879a8366af0eb6b1c90611ce braincurses-0.5a.ebuild 517 +MD5 6ad1ec9cc00c13976b1526061c449fd3 files/digest-braincurses-0.5a 67 diff --git a/games-puzzle/braincurses/braincurses-0.5a.ebuild b/games-puzzle/braincurses/braincurses-0.5a.ebuild new file mode 100644 index 000000000000..c703194fb75d --- /dev/null +++ b/games-puzzle/braincurses/braincurses-0.5a.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/braincurses/braincurses-0.5a.ebuild,v 1.1 2004/12/02 10:03:17 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="An ncurses-based mastermind clone" +HOMEPAGE="http://freshmeat.net/projects/braincurses/" +SRC_URI="http://uhaweb.hartford.edu/hyland/derr/${P}.tar.gz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="sys-libs/ncurses" + +S="${WORKDIR}/${PN}" + +src_install() { + dogamesbin braincurses || die "dogamesbin failed" + dodoc README THANKS Changelog + prepgamesdirs +} diff --git a/games-puzzle/braincurses/files/digest-braincurses-0.5a b/games-puzzle/braincurses/files/digest-braincurses-0.5a new file mode 100644 index 000000000000..cd8dc6c4751b --- /dev/null +++ b/games-puzzle/braincurses/files/digest-braincurses-0.5a @@ -0,0 +1 @@ +MD5 ec09b91feb3e0844c545864c02370a69 braincurses-0.5a.tar.gz 11911 diff --git a/games-puzzle/braincurses/metadata.xml b/games-puzzle/braincurses/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-puzzle/braincurses/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> |