summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-29 00:34:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-29 00:34:31 +0000
commit19dd91dea4df50166d2108b1701d0028ac968b52 (patch)
treeb152038e8049ad81d882da1188d61b77ce6c836c /games-puzzle
parentRemoving insecure version. (diff)
downloadhistorical-19dd91dea4df50166d2108b1701d0028ac968b52.tar.gz
historical-19dd91dea4df50166d2108b1701d0028ac968b52.tar.bz2
historical-19dd91dea4df50166d2108b1701d0028ac968b52.zip
amd64 stable
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/pathological/Manifest2
-rw-r--r--games-puzzle/pathological/pathological-1.1.3.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/games-puzzle/pathological/Manifest b/games-puzzle/pathological/Manifest
index e700d0ce061a..4763f8cc21de 100644
--- a/games-puzzle/pathological/Manifest
+++ b/games-puzzle/pathological/Manifest
@@ -1,4 +1,4 @@
MD5 e228ac3169ae602236dc581c08fd0ee0 ChangeLog 1195
MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221
-MD5 9858a2feaf53292e74c3a43b2deb4b76 pathological-1.1.3.ebuild 1978
+MD5 df6c4d2fd5c77caa67ef24f6370a2f72 pathological-1.1.3.ebuild 1981
MD5 af2e4c0e952d40232cb322d621f37995 files/digest-pathological-1.1.3 71
diff --git a/games-puzzle/pathological/pathological-1.1.3.ebuild b/games-puzzle/pathological/pathological-1.1.3.ebuild
index 9070402fb273..327f27657d48 100644
--- a/games-puzzle/pathological/pathological-1.1.3.ebuild
+++ b/games-puzzle/pathological/pathological-1.1.3.ebuild
@@ -1,15 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3.ebuild,v 1.8 2005/01/03 22:33:49 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3.ebuild,v 1.9 2005/01/29 00:34:31 vapier Exp $
inherit games
DESCRIPTION="An enriched clone of the game 'Logical' by Rainbow Arts"
HOMEPAGE="http://pathological.sourceforge.net/"
SRC_URI="mirror://sourceforge/pathological/${P}.tar.gz"
-KEYWORDS="x86 ~amd64 ppc"
+
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86 amd64 ppc"
IUSE="doc"
DEPEND="doc? ( media-libs/netpbm )
@@ -21,14 +22,14 @@ src_unpack() {
unpack ${A}
cd ${S}
- use doc && {
+ if use doc ; then
sed -i \
-e '5,$ s/=/ /g' makehtml \
|| die "sed makehtml failed"
- } || {
+ else
echo "#!/bin/sh" > makehtml \
- || die "clearing makehtml failed"
- }
+ || die "clearing makehtml failed"
+ fi
sed -i \
-e "/^cd / s/usr/share/pathological${GAMES_DATADIR}/${PN}" \