diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:28:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:28:06 +0000 |
commit | bdc383128136f2d5e485e38c31b384f929f10c73 (patch) | |
tree | 5fdbb691d2c512b8cc500f15a4a49df7c8a8a7cf /dev-lisp/cl-statistics | |
parent | bug 45463 - ppc64 specific fix (diff) | |
download | historical-bdc383128136f2d5e485e38c31b384f929f10c73.tar.gz historical-bdc383128136f2d5e485e38c31b384f929f10c73.tar.bz2 historical-bdc383128136f2d5e485e38c31b384f929f10c73.zip |
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-statistics')
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild | 11 | ||||
-rw-r--r-- | dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild | 13 |
2 files changed, 11 insertions, 13 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 diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild index 9d815058b68b..5927570cb837 100644 --- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild @@ -1,27 +1,26 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.ebuild,v 1.1 2003/10/17 16:59:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild,v 1.2 2004/04/21 17:27:06 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 |