diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 04:37:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-06 04:37:49 +0000 |
commit | 0f3e38923334ab32fd937df1ba7730cb8ea18e53 (patch) | |
tree | e33d658026fba878162e7a1e1c6ed8582228ac15 /games-fps/rott | |
parent | Added gcc-295.patch from TGL via (bug 30448) (diff) | |
download | historical-0f3e38923334ab32fd937df1ba7730cb8ea18e53.tar.gz historical-0f3e38923334ab32fd937df1ba7730cb8ea18e53.tar.bz2 historical-0f3e38923334ab32fd937df1ba7730cb8ea18e53.zip |
metadata
Diffstat (limited to 'games-fps/rott')
-rw-r--r-- | games-fps/rott/metadata.xml | 23 | ||||
-rw-r--r-- | games-fps/rott/rott-1.0.ebuild | 4 |
2 files changed, 25 insertions, 2 deletions
diff --git a/games-fps/rott/metadata.xml b/games-fps/rott/metadata.xml new file mode 100644 index 000000000000..9500dc464837 --- /dev/null +++ b/games-fps/rott/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +<maintainer> + <email>vapier@gentoo.org</email> + <name>Mike Frysinger</name> +</maintainer> +<longdescription> +THE STORY + +You are part of an elite group of operatives called HUNT (High-risk +United Nations Taskforce), and you must stop a maniac cult leader from +killing millions of people. While scouting a remote island, you are +suddenly surrounded by enemy troops with guns blaring. In the distance +you see your boat--your only chance to escape--explode into matchsticks. +In front of you is a huge fortress monastery, and your only chance to +stop the madness. You are e quipped with awesome, high-tech weaponry +like heat-seeking missiles, split missiles, and the Flamewall cannon, +which leaves a trail of charred skeletons in its wake. You'll also find +magical instruments and weapons so incredible they defy description. +</longdescription> +</pkgmetadata> diff --git a/games-fps/rott/rott-1.0.ebuild b/games-fps/rott/rott-1.0.ebuild index 4bf1c8d8f108..5b2d3904e4fb 100644 --- a/games-fps/rott/rott-1.0.ebuild +++ b/games-fps/rott/rott-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.1 2003/09/09 18:10:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.2 2003/10/06 04:33:44 vapier Exp $ inherit games eutils @@ -40,8 +40,8 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "The shareware version has been installed." einfo "To play the full version, just copy the" einfo "data files to ${GAMES_DATADIR}/${PN}/" - games_pkg_postinst } |