From bdc383128136f2d5e485e38c31b384f929f10c73 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Apr 2004 17:28:06 +0000 Subject: add inherit eutils --- dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild | 11 +++++------ dev-lisp/cl-statistics/cl-statistics-1.0.0.2.ebuild | 13 ++++++------- 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'dev-lisp/cl-statistics') 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 -- cgit v1.2.3-65-gdbad