summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-21 17:15:45 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-21 17:15:45 +0000
commitf9e7c8e3de6bf2b31c2af6e913cbad1da0400584 (patch)
tree9593125ffe95a999b70e1c92bed5203ef92b4903
parentStable on amd64 (Manifest recommit) (diff)
downloadgentoo-2-f9e7c8e3de6bf2b31c2af6e913cbad1da0400584.tar.gz
gentoo-2-f9e7c8e3de6bf2b31c2af6e913cbad1da0400584.tar.bz2
gentoo-2-f9e7c8e3de6bf2b31c2af6e913cbad1da0400584.zip
add inherit eutils
-rw-r--r--dev-lisp/cl-prevalence/cl-prevalence-1-r1.ebuild7
-rw-r--r--dev-lisp/cl-prevalence/cl-prevalence-1.ebuild6
-rw-r--r--dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild7
-rw-r--r--dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild7
-rw-r--r--dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild7
-rw-r--r--dev-lisp/cl-regex/cl-regex-1-r1.ebuild12
-rw-r--r--dev-lisp/cl-regex/cl-regex-1.ebuild11
-rw-r--r--dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild9
-rw-r--r--dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild10
-rw-r--r--dev-lisp/cl-rt/cl-rt-20030428a-r1.ebuild12
-rw-r--r--dev-lisp/cl-rt/cl-rt-20030428a.ebuild14
11 files changed, 56 insertions, 46 deletions
diff --git a/dev-lisp/cl-prevalence/cl-prevalence-1-r1.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-1-r1.ebuild
index b1b375bdfd71..6d8ea2b862bb 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-1-r1.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-1-r1.ebuild
@@ -1,15 +1,18 @@
# 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-prevalence/cl-prevalence-1-r1.ebuild,v 1.1 2004/02/12 09:13:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-prevalence/cl-prevalence-1-r1.ebuild,v 1.2 2004/04/21 17:12:01 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Common Lisp Prevalence is a proof of concept implementation of Object Prevalence"
HOMEPAGE="http://homepage.mac.com/svc/prevalence/readme.html"
SRC_URI="mirror://gentoo/prevalence-${PV}.tar.gz"
+
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/cl-xml"
S=${WORKDIR}/prevalence
diff --git a/dev-lisp/cl-prevalence/cl-prevalence-1.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-1.ebuild
index c20d3c7f5379..e493471e17de 100644
--- a/dev-lisp/cl-prevalence/cl-prevalence-1.ebuild
+++ b/dev-lisp/cl-prevalence/cl-prevalence-1.ebuild
@@ -1,16 +1,18 @@
# 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-prevalence/cl-prevalence-1.ebuild,v 1.1 2004/01/10 05:58:51 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-prevalence/cl-prevalence-1.ebuild,v 1.2 2004/04/21 17:12:13 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Common Lisp Prevalence is a proof of concept implementation of Object Prevalence"
HOMEPAGE="http://homepage.mac.com/svc/prevalence/readme.htm"
SRC_URI="mirror://gentoo/prevalence-${PV}.tar.gz"
+
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/cl-xml"
S=${WORKDIR}/prevalence
diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild
index a6cdefb85ca2..c6696375a865 100644
--- a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild
+++ b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild
@@ -1,15 +1,18 @@
# 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-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild,v 1.1 2004/02/12 09:13:15 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild,v 1.2 2004/04/21 17:12:27 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Portable version of Franz's xmlutils."
HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html"
SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz"
+
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
dev-lisp/cl-acl-compat
virtual/commonlisp"
diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild
index b6ed590781d0..3fe5fb171d54 100644
--- a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild
+++ b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild
@@ -1,15 +1,18 @@
# 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-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild,v 1.1 2004/03/31 08:06:27 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r2.ebuild,v 1.2 2004/04/21 17:12:40 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Portable version of Franz's xmlutils. Includes XML and HTML parsers."
HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html"
SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz"
+
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
dev-lisp/cl-acl-compat
virtual/commonlisp"
diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild
index 4edf20dcd0c8..3f6a3c0fa460 100644
--- a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild
+++ b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild
@@ -1,15 +1,18 @@
# 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-pxmlutils/cl-pxmlutils-0.0.9.ebuild,v 1.1 2004/01/28 04:59:11 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9.ebuild,v 1.2 2004/04/21 17:12:51 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Portable version of Franz's xmlutils."
HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html"
SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz"
+
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
dev-lisp/cl-acl-compat
virtual/commonlisp"
diff --git a/dev-lisp/cl-regex/cl-regex-1-r1.ebuild b/dev-lisp/cl-regex/cl-regex-1-r1.ebuild
index c735563649b3..f5af23893409 100644
--- a/dev-lisp/cl-regex/cl-regex-1-r1.ebuild
+++ b/dev-lisp/cl-regex/cl-regex-1-r1.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-regex/cl-regex-1-r1.ebuild,v 1.1 2004/02/12 09:13:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/cl-regex-1-r1.ebuild,v 1.2 2004/04/21 17:13:15 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Common Lisp regular expression compiler/matcher"
-HOMEPAGE="http://www.geocities.com/mparker762/clawk.html
- http://packages.debian.org/unstable/devel/cl-regex.html"
+HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-regex/${PN}_${PV}.orig.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=regex
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PV}-macs.lisp-gentoo.patch
diff --git a/dev-lisp/cl-regex/cl-regex-1.ebuild b/dev-lisp/cl-regex/cl-regex-1.ebuild
index 095f12b17874..7ee07c7fbe41 100644
--- a/dev-lisp/cl-regex/cl-regex-1.ebuild
+++ b/dev-lisp/cl-regex/cl-regex-1.ebuild
@@ -1,24 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/cl-regex-1.ebuild,v 1.3 2003/10/15 18:30:06 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/cl-regex-1.ebuild,v 1.4 2004/04/21 17:13:42 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Common Lisp regular expression compiler/matcher"
-HOMEPAGE="http://www.geocities.com/mparker762/clawk.html
- http://packages.debian.org/unstable/devel/cl-regex.html"
+HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-regex/${PN}_${PV}.orig.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=regex
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PV}-macs.lisp-gentoo.patch
diff --git a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild
index 81645ff9520f..d89e5bf53a11 100644
--- a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild
+++ b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild
@@ -1,23 +1,24 @@
# 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-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild,v 1.1 2004/02/12 09:13:19 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild,v 1.2 2004/04/21 17:13:59 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="R. Scott McIntire's Common Lisp Boolean Function Comparison library."
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-bool-comp/cl-rsm-bool-comp_${PV}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
# Compilation problems on SBCL and runtime SEGV on CMUCL
KEYWORDS="-*"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp "
CLPACKAGE=rsm-bool-comp
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${P}-gentoo.patch.gz
diff --git a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild
index 660d4ad16748..7142fa40f31f 100644
--- a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild
+++ b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild
@@ -1,24 +1,24 @@
-# 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-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild,v 1.2 2003/10/27 00:12:53 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild,v 1.3 2004/04/21 17:14:11 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="McIntire's Common Lisp Boolean Function Comparison Library"
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-bool-comp/cl-rsm-bool-comp_1.0.tar.gz"
+
LICENSE="BSD"
SLOT="0"
# Compilation problems on SBCL and runtime SEGV on CMUCL
KEYWORDS="-x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp "
CLPACKAGE=rsm-bool-comp
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${P}-gentoo.patch.gz
diff --git a/dev-lisp/cl-rt/cl-rt-20030428a-r1.ebuild b/dev-lisp/cl-rt/cl-rt-20030428a-r1.ebuild
index 55ac89c79268..13afe66517de 100644
--- a/dev-lisp/cl-rt/cl-rt-20030428a-r1.ebuild
+++ b/dev-lisp/cl-rt/cl-rt-20030428a-r1.ebuild
@@ -1,28 +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-rt/cl-rt-20030428a-r1.ebuild,v 1.1 2004/02/12 09:13:20 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/cl-rt-20030428a-r1.ebuild,v 1.2 2004/04/21 17:14:39 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=1
DESCRIPTION="Common Lisp regression tester from MIT"
-HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/
- http://packages.debian.org/unstable/devel/cl-rt.html
- http://www.cliki.net/rt"
+HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ http://packages.debian.org/unstable/devel/cl-rt.html http://www.cliki.net/rt"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rt/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-rt/cl-rt_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=rt
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch cl-rt_${PV}-${DEB_PV}.diff
diff --git a/dev-lisp/cl-rt/cl-rt-20030428a.ebuild b/dev-lisp/cl-rt/cl-rt-20030428a.ebuild
index 4769c54326a3..7b5764609289 100644
--- a/dev-lisp/cl-rt/cl-rt-20030428a.ebuild
+++ b/dev-lisp/cl-rt/cl-rt-20030428a.ebuild
@@ -1,28 +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-rt/cl-rt-20030428a.ebuild,v 1.3 2003/10/17 04:35:02 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/cl-rt-20030428a.ebuild,v 1.4 2004/04/21 17:15:45 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=1
DESCRIPTION="Common Lisp regression tester from MIT"
-HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/
- http://packages.debian.org/unstable/devel/cl-rt.html
- http://www.cliki.net/rt"
+HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ http://packages.debian.org/unstable/devel/cl-rt.html http://www.cliki.net/rt"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rt/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-rt/cl-rt_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=rt
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch cl-rt_${PV}-${DEB_PV}.diff