From 632b452b84691622d66b9dfb1dca50d1af1b33fe Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Thu, 1 Apr 2004 22:09:55 +0000 Subject: initial commit; ebuild submitted by Alexandru Toma via bug #46472 --- games-simulation/qct/ChangeLog | 10 ++++++++++ games-simulation/qct/Manifest | 2 ++ games-simulation/qct/files/digest-qct-0.7 | 1 + games-simulation/qct/metadata.xml | 5 +++++ games-simulation/qct/qct-0.7.ebuild | 33 +++++++++++++++++++++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 games-simulation/qct/ChangeLog create mode 100644 games-simulation/qct/Manifest create mode 100644 games-simulation/qct/files/digest-qct-0.7 create mode 100644 games-simulation/qct/metadata.xml create mode 100644 games-simulation/qct/qct-0.7.ebuild (limited to 'games-simulation') diff --git a/games-simulation/qct/ChangeLog b/games-simulation/qct/ChangeLog new file mode 100644 index 000000000000..14160405ee0c --- /dev/null +++ b/games-simulation/qct/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-simulation/qct +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/ChangeLog,v 1.1 2004/04/01 22:09:55 mr_bones_ Exp $ + +*qct-0.7 (01 Apr 2004) + + 01 Apr 2004; Michael Sterrett metadata.xml, + qct-0.7.ebuild: + initial commit; ebuild submitted by Alexandru Toma via bug #46472 + diff --git a/games-simulation/qct/Manifest b/games-simulation/qct/Manifest new file mode 100644 index 000000000000..03fa40d06e70 --- /dev/null +++ b/games-simulation/qct/Manifest @@ -0,0 +1,2 @@ +MD5 9f20ae7f40d6d7e026d48b59814f194f qct-0.7.ebuild 679 +MD5 987c0051916a2bfe70b434fcdaec006f files/digest-qct-0.7 58 diff --git a/games-simulation/qct/files/digest-qct-0.7 b/games-simulation/qct/files/digest-qct-0.7 new file mode 100644 index 000000000000..2b2ec7772505 --- /dev/null +++ b/games-simulation/qct/files/digest-qct-0.7 @@ -0,0 +1 @@ +MD5 7af582f45d5d45c5917ead7d4bc574d0 qct-0.7.tar.gz 98126 diff --git a/games-simulation/qct/metadata.xml b/games-simulation/qct/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-simulation/qct/metadata.xml @@ -0,0 +1,5 @@ + + + +games + diff --git a/games-simulation/qct/qct-0.7.ebuild b/games-simulation/qct/qct-0.7.ebuild new file mode 100644 index 000000000000..4a59046b0647 --- /dev/null +++ b/games-simulation/qct/qct-0.7.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/qct/qct-0.7.ebuild,v 1.1 2004/04/01 22:09:55 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Quiet Console Town puts you in the place of the mayor of a budding new console RPG city" +HOMEPAGE="http://sourceforge.net/projects/qct/" +SRC_URI="mirror://sourceforge/qct/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +RDEPEND=">=dev-lang/python-2.2.1 + >=dev-python/pygame-1.5.5" + +S="${WORKDIR}/${PN}" + +src_install() { + local destdir="${GAMES_DATADIR}/${PN}" + insinto "${destdir}" + exeinto "${destdir}" + + dodoc README + doins *.py *.png + doexe qct.py + + games_make_wrapper qct "./qct.py" "${destdir}" + + prepgamesdirs +} -- cgit v1.2.3-65-gdbad