diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:18:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:18:30 +0000 |
commit | d1b563707686073a3fa7e753a8c4db37f73142ae (patch) | |
tree | 68caf8bcc4d3e5f8b5fcf1add7d74186d6e2ebe2 | |
parent | Remove the dep on kde-base/libkdepim t's not needed and the issue was fixed i... (diff) | |
download | historical-d1b563707686073a3fa7e753a8c4db37f73142ae.tar.gz historical-d1b563707686073a3fa7e753a8c4db37f73142ae.tar.bz2 historical-d1b563707686073a3fa7e753a8c4db37f73142ae.zip |
need to call prepgamesdirs
Package-Manager: portage-2.0.51-r15
-rw-r--r-- | games-action/snipes/Manifest | 2 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.1.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games-action/snipes/Manifest b/games-action/snipes/Manifest index d9b11a604963..b71f3c1d64d2 100644 --- a/games-action/snipes/Manifest +++ b/games-action/snipes/Manifest @@ -1,4 +1,4 @@ MD5 dde573498876af561713f4289eb30e51 ChangeLog 468 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 38aa1ce24073ff54c1ccf9be727f6220 snipes-1.0.1.ebuild 864 +MD5 92580c5359ceb85169a7f7f2dd6504b3 snipes-1.0.1.ebuild 882 MD5 172388d4988d5654bc384eb7a28ea6a2 files/digest-snipes-1.0.1 63 diff --git a/games-action/snipes/snipes-1.0.1.ebuild b/games-action/snipes/snipes-1.0.1.ebuild index 03dd1f4ead18..bd4992028196 100644 --- a/games-action/snipes/snipes-1.0.1.ebuild +++ b/games-action/snipes/snipes-1.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.1.ebuild,v 1.1 2005/02/06 08:53:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.1.ebuild,v 1.2 2005/02/12 01:18:30 mr_bones_ Exp $ -inherit games toolchain-funcs flag-o-matic +inherit toolchain-funcs flag-o-matic games DESCRIPTION="2D scrolling shooter, resembles old DOS game of same name" HOMEPAGE="http://geocities.com/fnorddaemon/" @@ -29,4 +29,5 @@ src_compile() { src_install() { dogamesbin snipes || die "dogamesbin failed" doman snipes.6 + prepgamesdirs } |