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
commitf86af258ad344286039eb8cddc85faf32b613dfe (patch)
tree32919e766cba1f4004596e29ff13110491aaccc7 /dev-lisp/cl-port
parentversion bump (diff)
downloadhistorical-f86af258ad344286039eb8cddc85faf32b613dfe.tar.gz
historical-f86af258ad344286039eb8cddc85faf32b613dfe.tar.bz2
historical-f86af258ad344286039eb8cddc85faf32b613dfe.zip
add inherit eutils
Diffstat (limited to 'dev-lisp/cl-port')
-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
3 files changed, 17 insertions, 20 deletions
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