diff options
author | 2004-07-14 16:18:20 +0000 | |
---|---|---|
committer | 2004-07-14 16:18:20 +0000 | |
commit | c5672b00d3408ff316bee9129072120ed38bdcec (patch) | |
tree | 66914889206b15e2c1726ac8d3c76032384beadc /dev-lisp | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-c5672b00d3408ff316bee9129072120ed38bdcec.tar.gz gentoo-2-c5672b00d3408ff316bee9129072120ed38bdcec.tar.bz2 gentoo-2-c5672b00d3408ff316bee9129072120ed38bdcec.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/cl-unit/cl-unit-1.3.ebuild | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild index fd1d5d1b4278..5048b692a368 100644 --- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild,v 1.3 2004/06/24 23:55:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.1.ebuild,v 1.4 2004/07/14 16:16:40 agriffis Exp $ inherit common-lisp @@ -17,8 +17,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=cl-statistics -S=${WORKDIR}/${P} - src_install() { common-lisp-install *.lisp ${FILESDIR}/${PN}.asd common-lisp-system-symlink diff --git a/dev-lisp/cl-unit/cl-unit-1.3.ebuild b/dev-lisp/cl-unit/cl-unit-1.3.ebuild index eccf031940e2..278f29cdf7ec 100644 --- a/dev-lisp/cl-unit/cl-unit-1.3.ebuild +++ b/dev-lisp/cl-unit/cl-unit-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/cl-unit-1.3.ebuild,v 1.3 2004/06/24 23:56:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/cl-unit-1.3.ebuild,v 1.4 2004/07/14 16:18:20 agriffis Exp $ inherit common-lisp @@ -17,8 +17,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=clunit -S=${WORKDIR}/${P} - src_install() { common-lisp-install *.lisp ${FILESDIR}/clunit.asd common-lisp-system-symlink |