diff options
author | 2004-04-21 17:28:06 +0000 | |
---|---|---|
committer | 2004-04-21 17:28:06 +0000 | |
commit | f5d139bf97745c7c45c3201f4e0febb91d3338df (patch) | |
tree | 736d7f6a68be88f487924978c64bf2ba795d443c /dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild | |
parent | add inherit eutils (diff) | |
download | gentoo-2-f5d139bf97745c7c45c3201f4e0febb91d3338df.tar.gz gentoo-2-f5d139bf97745c7c45c3201f4e0febb91d3338df.tar.bz2 gentoo-2-f5d139bf97745c7c45c3201f4e0febb91d3338df.zip |
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild')
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild index a4b1d49c5ff7..b385eab17bd0 100644 --- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild @@ -1,27 +1,26 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2-r1.ebuild,v 1.1 2004/02/12 09:13:20 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild,v 1.2 2004/04/21 17:26:47 vapier Exp $ -inherit common-lisp +inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp Statistics Package" -HOMEPAGE="http://www.biolisp.org - http://packages.debian.org/unstable/devel/cl-statistics.html" +HOMEPAGE="http://www.biolisp.org http://packages.debian.org/unstable/devel/cl-statistics.html" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}.orig.tar.gz http://ftp.debian.org/debian/pool/main/c/cl-statistics/${PN}_${PV}-${DEB_PV}.diff.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" CLPACKAGE=cl-statistics -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} epatch ${PN}_${PV}-${DEB_PV}.diff |