summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-21 17:03:16 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-21 17:03:16 +0000
commit831568762498721f04a5c5e5097099deaa3a373d (patch)
tree207957ade71cc1596bf21a3bfee659497605bc71
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-831568762498721f04a5c5e5097099deaa3a373d.tar.gz
gentoo-2-831568762498721f04a5c5e5097099deaa3a373d.tar.bz2
gentoo-2-831568762498721f04a5c5e5097099deaa3a373d.zip
add inherit eutils
-rw-r--r--dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild11
-rw-r--r--dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild11
-rw-r--r--dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild9
-rw-r--r--dev-lisp/cl-lexer/cl-lexer-1.ebuild11
-rw-r--r--dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild7
-rw-r--r--dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild10
-rw-r--r--dev-lisp/cl-mcclim/cl-mcclim-0.9.ebuild14
-rw-r--r--dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild11
-rw-r--r--dev-lisp/cl-ncurses/cl-ncurses-0.1.ebuild8
-rw-r--r--dev-lisp/cl-odcl/cl-odcl-1.3.4.ebuild10
-rw-r--r--dev-lisp/cl-odcl/cl-odcl-1.3.5.ebuild8
-rw-r--r--dev-lisp/cl-paip/cl-paip-1.0.2.ebuild12
-rw-r--r--dev-lisp/cl-pg/cl-pg-0.18.ebuild12
-rw-r--r--dev-lisp/cl-port/cl-port-1.0.1.2-r1.ebuild13
-rw-r--r--dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild11
-rw-r--r--dev-lisp/cl-port/cl-port-1.0.1.2.ebuild13
16 files changed, 90 insertions, 81 deletions
diff --git a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild
index 82d5897d1a81..672763901cea 100644
--- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild
+++ b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild
@@ -1,17 +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-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.2 2004/02/22 20:20:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.3 2004/04/21 16:58:40 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="A library of macros and functions by Fare Rideau."
-HOMEPAGE="http://mapcar.org/~mrd/utilities/matcher.html
- http://www.cliki.net/fare-matcher
- http://www.cliki.net/fare-matcher-docs"
+HOMEPAGE="http://mapcar.org/~mrd/utilities/matcher.html http://www.cliki.net/fare-matcher http://www.cliki.net/fare-matcher-docs"
SRC_URI="http://mapcar.org/~mrd/utilities/fare-matcher-ext-${PV}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild
index 22aa5739e019..3c844991eb69 100644
--- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild
+++ b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild
@@ -1,17 +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-fare-matcher/cl-fare-matcher-1.1.ebuild,v 1.3 2004/02/22 20:20:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild,v 1.4 2004/04/21 16:58:58 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="A library of macros and functions by Fare Rideau."
-HOMEPAGE="http://mapcar.org/~mrd/utilities/matcher.html
- http://www.cliki.net/fare-matcher
- http://www.cliki.net/fare-matcher-docs"
+HOMEPAGE="http://mapcar.org/~mrd/utilities/matcher.html http://www.cliki.net/fare-matcher http://www.cliki.net/fare-matcher-docs"
SRC_URI="http://mapcar.org/~mrd/utilities/fare-matcher-ext-${PV}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild b/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild
index 5ded9f0e2955..954ae20f5b95 100644
--- a/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild
+++ b/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild
@@ -1,20 +1,21 @@
# 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-lexer/cl-lexer-1-r1.ebuild,v 1.1 2004/02/12 09:13:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild,v 1.2 2004/04/21 16:59:10 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=2
DESCRIPTION="Lexical-analyzer-generator package for Common Lisp"
-HOMEPAGE="http://www.geocities.com/mparker762/clawk.html
- http://packages.debian.org/unstable/devel/cl-lexer.html"
+HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-lexer.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-lexer/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-lexer/${PN}_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
dev-lisp/cl-regex"
diff --git a/dev-lisp/cl-lexer/cl-lexer-1.ebuild b/dev-lisp/cl-lexer/cl-lexer-1.ebuild
index d29483b220f3..3a5339850c9c 100644
--- a/dev-lisp/cl-lexer/cl-lexer-1.ebuild
+++ b/dev-lisp/cl-lexer/cl-lexer-1.ebuild
@@ -1,20 +1,21 @@
-# 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-lexer/cl-lexer-1.ebuild,v 1.4 2003/10/16 05:47:00 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lexer/cl-lexer-1.ebuild,v 1.5 2004/04/21 16:59:28 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=2
DESCRIPTION="Lexical-analyzer-generator package for Common Lisp"
-HOMEPAGE="http://www.geocities.com/mparker762/clawk.html
- http://packages.debian.org/unstable/devel/cl-lexer.html"
+HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-lexer.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-lexer/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-lexer/${PN}_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
dev-lisp/cl-regex"
diff --git a/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild b/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild
index ecc626928f0a..980e39675f6a 100644
--- a/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild
+++ b/dev-lisp/cl-linedit/cl-linedit-0.14.8.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-linedit/cl-linedit-0.14.8.ebuild,v 1.1 2004/02/15 10:33:49 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-linedit/cl-linedit-0.14.8.ebuild,v 1.2 2004/04/21 16:59:43 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Linedit is a readline-style library written in Common Lisp that provides customizable line-editing features."
HOMEPAGE=""
SRC_URI="http://common-lisp.net/project/linedit/files/linedit_${PV}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
dev-lisp/cl-terminfo
diff --git a/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild b/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild
index be676a6e70be..153f2eb45b0b 100644
--- a/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild
+++ b/dev-lisp/cl-lml2/cl-lml2-1.5.0.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-lml2/cl-lml2-1.5.0.ebuild,v 1.1 2004/02/12 09:13:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml2/cl-lml2-1.5.0.ebuild,v 1.2 2004/04/21 17:00:05 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="A Common Lisp package for generating HTML and XHTML documents"
-HOMEPAGE="http://www.b9.com"
+HOMEPAGE="http://www.b9.com/"
SRC_URI="ftp://ftp.b9.com/lml2/lml2-${PV}.tar.gz"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
@@ -26,7 +28,7 @@ src_unpack() {
src_install() {
common-lisp-install *.lisp lml2.asd
common-lisp-system-symlink
- dodoc README LICENSE ChangeLog
+ dodoc README ChangeLog
dohtml doc/readme.html
docinto examples
dodoc doc/make.lisp doc/Makefile doc/readme.lml
diff --git a/dev-lisp/cl-mcclim/cl-mcclim-0.9.ebuild b/dev-lisp/cl-mcclim/cl-mcclim-0.9.ebuild
index 6d743417889c..e3d9862128df 100644
--- a/dev-lisp/cl-mcclim/cl-mcclim-0.9.ebuild
+++ b/dev-lisp/cl-mcclim/cl-mcclim-0.9.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-mcclim/cl-mcclim-0.9.ebuild,v 1.2 2004/03/08 22:40:12 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mcclim/cl-mcclim-0.9.ebuild,v 1.3 2004/04/21 17:00:31 vapier Exp $
-inherit common-lisp elisp
+inherit common-lisp elisp eutils
DESCRIPTION="McCLIM is a free software implementation of CLIM."
-HOMEPAGE="http://clim.mikemac.com/
- http://clim.mikemac.com/spec/clim.html"
+HOMEPAGE="http://clim.mikemac.com/ http://clim.mikemac.com/spec/clim.html"
SRC_URI="http://clim.mikemac.com/downloads/snapshots/src/McCLIM-${PV}.tgz"
+
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
+IUSE="emacs"
+
DEPEND="dev-lisp/common-lisp-controller
dev-lisp/cmucl-source
dev-lisp/cl-clx-sbcl
@@ -18,7 +20,7 @@ DEPEND="dev-lisp/common-lisp-controller
media-libs/netpbm
virtual/tetex )
emacs? ( virtual/emacs )"
-IUSE="emacs"
+
CLPACKAGE="clim clim-clx clim-examples"
SITEFILE=${FILESDIR}/50mcclim-gentoo.el
@@ -76,7 +78,7 @@ src_install() {
dosym /usr/share/common-lisp/source/${i}/system.lisp /usr/share/common-lisp/systems/${i}.asd
done
- dodoc README Copyright TODO INSTALL*
+ dodoc README TODO INSTALL*
if use doc; then
dodoc Doc/manual.ps
diff --git a/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild
index cb645bb93c97..7f2f5817bdc7 100644
--- a/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild
+++ b/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild
@@ -1,24 +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-md5/cl-md5-1.8.1-r1.ebuild,v 1.2 2004/02/12 09:13:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.1-r1.ebuild,v 1.3 2004/04/21 17:00:44 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="Common Lisp package for MD5 Message Digests"
-HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html
- http://packages.debian.org/unstable/devel/cl-md5.html"
+HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz"
+
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=md5
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lisp/cl-ncurses/cl-ncurses-0.1.ebuild b/dev-lisp/cl-ncurses/cl-ncurses-0.1.ebuild
index 00109b3b3123..499070bbff2b 100644
--- a/dev-lisp/cl-ncurses/cl-ncurses-0.1.ebuild
+++ b/dev-lisp/cl-ncurses/cl-ncurses-0.1.ebuild
@@ -1,15 +1,17 @@
# 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-ncurses/cl-ncurses-0.1.ebuild,v 1.1 2004/03/09 08:01:18 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ncurses/cl-ncurses-0.1.ebuild,v 1.2 2004/04/21 17:01:01 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DESCRIPTION="CL-NCURSES is a NCURSES interface for Common Lisp on Unix-platforms."
HOMEPAGE="http://www.common-lisp.net/project/cl-ncurses/"
SRC_URI="http://common-lisp.net/project/cl-ncurses/files/cl-ncurses_${PV}.tgz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
@@ -29,7 +31,7 @@ src_compile() {
src_install() {
common-lisp-install *.lisp cl-ncurses.asd
common-lisp-system-symlink
- dodoc README LICENSE
+ dodoc README
exeinto /usr/lib/cl-ncurses
doexe glue.so
insinto ${CLSOURCEROOT}/${PN}/tests
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
diff --git a/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild b/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
index 2b6f26d99deb..af1fdbf96030 100644
--- a/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
+++ b/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild
@@ -1,26 +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-paip/cl-paip-1.0.2.ebuild,v 1.1 2004/03/03 19:00:56 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild,v 1.2 2004/04/21 17:01:45 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=1
DESCRIPTION="Common Lisp source code from Peter Norvig's bood: Paradigms of Artificial Intelligence Programming"
-HOMEPAGE="http://www.norvig.com/paip.html
- http://packages.debian.org/unstable/devel/cl-paip.html"
+HOMEPAGE="http://www.norvig.com/paip.html http://packages.debian.org/unstable/devel/cl-paip.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-paip/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-paip/${PN}_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="Norvig"
KEYWORDS="~x86"
SLOT="0"
+IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=paip
-S=${WORKDIR}/${PN}-${PV}
-
src_unpack() {
unpack ${A}
epatch ${PN}_${PV}-${DEB_PV}.diff
diff --git a/dev-lisp/cl-pg/cl-pg-0.18.ebuild b/dev-lisp/cl-pg/cl-pg-0.18.ebuild
index a8c9ef841817..1289e88a8c7f 100644
--- a/dev-lisp/cl-pg/cl-pg-0.18.ebuild
+++ b/dev-lisp/cl-pg/cl-pg-0.18.ebuild
@@ -1,21 +1,21 @@
-# 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-pg/cl-pg-0.18.ebuild,v 1.2 2003/10/16 08:07:49 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pg/cl-pg-0.18.ebuild,v 1.3 2004/04/21 17:02:03 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=3
DESCRIPTION="Pg is a socket-level interface to the PostgreSQL object-relational Database for Common Lisp."
-HOMEPAGE="http://www.chez.com/emarsden/downloads/
- http://www.cliki.net/Pg
- http://packages.debian.org/unstable/devel/cl-pg.html"
+HOMEPAGE="http://www.chez.com/emarsden/downloads/ http://www.cliki.net/Pg http://packages.debian.org/unstable/devel/cl-pg.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-pg/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-pg/cl-pg_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-port/cl-port-1.0.1.2-r1.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.2-r1.ebuild
index c7d8a7d89fb9..0ac34cb585e2 100644
--- a/dev-lisp/cl-port/cl-port-1.0.1.2-r1.ebuild
+++ b/dev-lisp/cl-port/cl-port-1.0.1.2-r1.ebuild
@@ -1,28 +1,27 @@
-# 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-port/cl-port-1.0.1.2-r1.ebuild,v 1.1 2003/12/15 17:23:34 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/cl-port-1.0.1.2-r1.ebuild,v 1.2 2004/04/21 17:02:22 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=2
DESCRIPTION="Cross-implementation portability functions taken from the Common Lisp Object Code Collection such as code for sockets, shell functions and paths."
-HOMEPAGE="http://www.sourceforge.net/projects/clocc/
- http://packages.debian.org/unstable/devel/cl-port.html"
+HOMEPAGE="http://www.sourceforge.net/projects/clocc/ http://packages.debian.org/unstable/devel/cl-port.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-port/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-port/cl-port_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
dev-lisp/cmucl-source"
CLPACKAGE=port
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch cl-port_${PV}-${DEB_PV}.diff
diff --git a/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild
index 0f52e907e118..0dd0fbc05dd8 100644
--- a/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild
+++ b/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild
@@ -1,28 +1,27 @@
# 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-port/cl-port-1.0.1.2-r2.ebuild,v 1.1 2004/02/12 09:13:14 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild,v 1.2 2004/04/21 17:02:47 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=2
DESCRIPTION="Cross-implementation portability functions taken from the Common Lisp Object Code Collection"
-HOMEPAGE="http://www.sourceforge.net/projects/clocc/
- http://packages.debian.org/unstable/devel/cl-port.html"
+HOMEPAGE="http://www.sourceforge.net/projects/clocc/ http://packages.debian.org/unstable/devel/cl-port.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-port/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-port/cl-port_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp
dev-lisp/cmucl-source"
CLPACKAGE=port
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch cl-port_${PV}-${DEB_PV}.diff
diff --git a/dev-lisp/cl-port/cl-port-1.0.1.2.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.2.ebuild
index d353e8cd173f..df3e0a7e114c 100644
--- a/dev-lisp/cl-port/cl-port-1.0.1.2.ebuild
+++ b/dev-lisp/cl-port/cl-port-1.0.1.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-port/cl-port-1.0.1.2.ebuild,v 1.1 2003/10/16 15:43:30 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/cl-port-1.0.1.2.ebuild,v 1.2 2004/04/21 17:03:16 vapier Exp $
-inherit common-lisp
+inherit common-lisp eutils
DEB_PV=2
DESCRIPTION="Cross-implementation portability functions taken from the Common Lisp Object Code Collection such as code for sockets, shell functions and paths."
-HOMEPAGE="http://www.sourceforge.net/projects/clocc/
- http://packages.debian.org/unstable/devel/cl-port.html"
+HOMEPAGE="http://www.sourceforge.net/projects/clocc/ http://packages.debian.org/unstable/devel/cl-port.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-port/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-port/cl-port_${PV}-${DEB_PV}.diff.gz"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=port
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
epatch cl-port_${PV}-${DEB_PV}.diff