diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:03:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 17:03:16 +0000 |
commit | 831568762498721f04a5c5e5097099deaa3a373d (patch) | |
tree | 207957ade71cc1596bf21a3bfee659497605bc71 /dev-lisp/cl-odcl | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-831568762498721f04a5c5e5097099deaa3a373d.tar.gz gentoo-2-831568762498721f04a5c5e5097099deaa3a373d.tar.bz2 gentoo-2-831568762498721f04a5c5e5097099deaa3a373d.zip |
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-odcl')
-rw-r--r-- | dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild | 10 | ||||
-rw-r--r-- | dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild index 68eefaeaefe7..1d1c7bd7ea03 100644 --- a/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild +++ b/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild @@ -1,23 +1,23 @@ -# 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-odcl/cl-odcl-1.3.4.ebuild,v 1.2 2003/10/16 07:49:58 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild,v 1.3 2004/04/21 17:01:18 vapier Exp $ -inherit common-lisp +inherit common-lisp eutils DESCRIPTION="A Commmon Lisp library of utility functions. This package contains a number of useful utility functions for Lisp developers. Include are editing contexts, a transaction system, a filesystem database with indexing, a LRU cache algorithm, time functions, simple i18n/l10n, developer diagnostics, a test regression system, SMTP mailer, object property sets and utility functions related to lists, strings and numbers." HOMEPAGE="http://alpha.onshored.com/lisp-software/#odcl" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-odcl/${PN}_${PV}.orig.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" CLPACKAGE=odcl -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} # some tests die on clisp diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild index 40207ebb4819..b035ed8ae07e 100644 --- a/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild +++ b/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild @@ -1,23 +1,23 @@ # 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-odcl/cl-odcl-1.3.5.ebuild,v 1.1 2004/02/12 09:13:14 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild,v 1.2 2004/04/21 17:01:31 vapier Exp $ -inherit common-lisp +inherit common-lisp eutils DESCRIPTION="A Commmon Lisp library of utility functions." HOMEPAGE="http://alpha.onshored.com/lisp-software/#odcl" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-odcl/${PN}_${PV}.orig.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" IUSE="" + DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" CLPACKAGE=odcl -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} # some tests die on clisp |