summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {