diff options
author | 2005-02-08 07:28:22 +0000 | |
---|---|---|
committer | 2005-02-08 07:28:22 +0000 | |
commit | 104a202ef39935e2b99ac3154616453da8a2c20c (patch) | |
tree | c53ae254519467185b8d0a44d9d5eef12cbcd324 /dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild | |
parent | (Portage version: 2.0.51-r15) (Manifest recommit) (diff) | |
download | gentoo-2-104a202ef39935e2b99ac3154616453da8a2c20c.tar.gz gentoo-2-104a202ef39935e2b99ac3154616453da8a2c20c.tar.bz2 gentoo-2-104a202ef39935e2b99ac3154616453da8a2c20c.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild')
-rw-r--r-- | dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild index 69a78b44c5dd..4756fbe0f4d3 100644 --- a/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild +++ b/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild @@ -1,10 +1,10 @@ -# 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-port/cl-port-1.0.1.2-r2.ebuild,v 1.4 2004/09/03 15:05:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild,v 1.5 2005/02/08 07:28:22 mkennedy Exp $ inherit common-lisp eutils -DEB_PV=2 +DEB_PV=3 DESCRIPTION="Cross-implementation portability functions taken from the Common Lisp Object Code Collection" HOMEPAGE="http://www.sourceforge.net/projects/clocc/ http://packages.debian.org/unstable/devel/cl-port.html" @@ -17,14 +17,14 @@ KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cmucl-source" + virtual/commonlisp" CLPACKAGE=port src_unpack() { unpack ${A} - epatch cl-port_${PV}-${DEB_PV}.diff + epatch cl-port_${PV}-${DEB_PV}.diff || die + epatch ${FILESDIR}/${PV}-cmucl-graystream-gentoo.patch || die } src_install() { |