summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-02-05 22:36:40 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-02-05 22:36:40 +0000
commit3531c719c071083e766a873010db2ed10596c21b (patch)
tree8be47a38fb5dd75635c7985e1873c238977b77ab /dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
parentRemove bmp from alpha use.mask. (diff)
downloadgentoo-2-3531c719c071083e766a873010db2ed10596c21b.tar.gz
gentoo-2-3531c719c071083e766a873010db2ed10596c21b.tar.bz2
gentoo-2-3531c719c071083e766a873010db2ed10596c21b.zip
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-paip/cl-paip-1.0.2.ebuild')
-rw-r--r--dev-lisp/cl-paip/cl-paip-1.0.2.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild b/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
index 7bda91690cb3..9060127915d0 100644
--- a/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
+++ b/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild,v 1.4 2004/10/15 03:52:11 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild,v 1.5 2005/02/05 22:36:40 mkennedy Exp $
inherit common-lisp eutils
@@ -10,9 +10,8 @@ DESCRIPTION="Common Lisp source code from Peter Norvig's book: Paradigms of Arti
HOMEPAGE="http://www.norvig.com/paip.html http://packages.debian.org/unstable/devel/cl-paip.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-paip/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-paip/${PN}_${PV}-${DEB_PV}.diff.gz"
-
LICENSE="Norvig"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
IUSE=""
@@ -23,7 +22,8 @@ CLPACKAGE=paip
src_unpack() {
unpack ${A}
- epatch ${PN}_${PV}-${DEB_PV}.diff
+ epatch ${PN}_${PV}-${DEB_PV}.diff || die
+ epatch ${FILESDIR}/${PV}-package-lock-gentoo.patch || die
}
src_install() {