summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-17 05:04:17 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-17 05:04:17 +0000
commit4c10de41838304aeb147ef31e53f8d687fb1ee91 (patch)
tree371a52b83f0684753c36ba0a3e5271434a4d6fab /games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
parentadd missing fortune packages #140078 by Charlie Shepherd (diff)
downloadhistorical-4c10de41838304aeb147ef31e53f8d687fb1ee91.tar.gz
historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.tar.bz2
historical-4c10de41838304aeb147ef31e53f8d687fb1ee91.zip
more KEYWORDS and misc cleanups
Package-Manager: portage-2.1.1_pre2-r8
Diffstat (limited to 'games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild')
-rw-r--r--games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild b/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
index def396a31991..7d2823ab1e9d 100644
--- a/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
+++ b/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild,v 1.4 2005/08/27 18:10:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-zx-error/fortune-mod-zx-error-1.0.ebuild,v 1.5 2006/07/17 05:04:17 vapier Exp $
MY_P="fortunes-zx-error-${PV}"
-S=${WORKDIR}/${MY_P}
DESCRIPTION="Sinclair ZX Spectrum BASIC error Fortunes"
HOMEPAGE="http://melkor.dnp.fmph.uniba.sk/~garabik/fortunes-zx-error.html"
SRC_URI="http://melkor.dnp.fmph.uniba.sk/~garabik/fortunes-zx-error/${MY_P}.tar.gz"
-KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND="games-misc/fortune-mod"
+S=${WORKDIR}/${MY_P}
+
src_install() {
- cp zx/error zx-error
- cp zx/error.dat zx-error.dat
insinto /usr/share/fortune
- doins zx-error zx-error.dat
+ newins zx/error zx-error || die
+ newins zx/error.dat zx-error.dat || die
dodoc README
}