summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-02-04 23:14:09 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-02-04 23:14:09 +0000
commitb843d4022820b3df194df9792844eac3d3fb5adc (patch)
tree7ae9117a3376daf24d8405c8dc8aacd001b87e5b /dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
parentVersion bump, bug 79184. (diff)
downloadgentoo-2-b843d4022820b3df194df9792844eac3d3fb5adc.tar.gz
gentoo-2-b843d4022820b3df194df9792844eac3d3fb5adc.tar.bz2
gentoo-2-b843d4022820b3df194df9792844eac3d3fb5adc.zip
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild')
-rw-r--r--dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
index 6466b409c151..3266a9fede0e 100644
--- a/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
+++ b/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild
@@ -1,18 +1,16 @@
-# 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-odcl/cl-odcl-1.3.5.ebuild,v 1.5 2004/08/07 22:05:14 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild,v 1.6 2005/02/04 23:14:09 mkennedy Exp $
inherit common-lisp eutils
DESCRIPTION="A Common Lisp library of utility functions."
-HOMEPAGE="http://alpha.onshored.com/lisp-software/#odcl"
+HOMEPAGE="http://packages.debian.org/unstable/devel/cl-odcl"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-odcl/${PN}_${PV}.orig.tar.gz"
-
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
-
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
@@ -20,8 +18,9 @@ CLPACKAGE=odcl
src_unpack() {
unpack ${A}
- # some tests die on clisp
- cd ${S} && epatch ${FILESDIR}/clisp-tests-gentoo.patch || die
+ epatch ${FILESDIR}/${PV}-package-lock-gentoo.patch || die
+ cd ${S}
+ epatch ${FILESDIR}/clisp-tests-gentoo.patch || die
}
src_install() {