summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-15 20:12:19 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-15 20:12:19 +0000
commite12c30627c8c4f13c94680d3de13ee00c4e3720b (patch)
treed0c687052c4622e0a50d89f1a77649f294fbb0e1 /dev-lisp/cl-emb
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-e12c30627c8c4f13c94680d3de13ee00c4e3720b.tar.gz
gentoo-2-e12c30627c8c4f13c94680d3de13ee00c4e3720b.tar.bz2
gentoo-2-e12c30627c8c4f13c94680d3de13ee00c4e3720b.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-emb')
-rw-r--r--dev-lisp/cl-emb/ChangeLog6
-rw-r--r--dev-lisp/cl-emb/cl-emb-0.2.0.ebuild26
-rw-r--r--dev-lisp/cl-emb/cl-emb-0.2.1.ebuild26
-rw-r--r--dev-lisp/cl-emb/cl-emb-0.3.0.ebuild26
-rw-r--r--dev-lisp/cl-emb/cl-emb-0.3.1.ebuild4
-rw-r--r--dev-lisp/cl-emb/files/digest-cl-emb-0.2.01
-rw-r--r--dev-lisp/cl-emb/files/digest-cl-emb-0.2.11
-rw-r--r--dev-lisp/cl-emb/files/digest-cl-emb-0.3.01
8 files changed, 7 insertions, 84 deletions
diff --git a/dev-lisp/cl-emb/ChangeLog b/dev-lisp/cl-emb/ChangeLog
index 90861d21f6b7..6aa2428318f6 100644
--- a/dev-lisp/cl-emb/ChangeLog
+++ b/dev-lisp/cl-emb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-emb
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/ChangeLog,v 1.4 2005/03/21 07:12:44 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/ChangeLog,v 1.5 2005/04/15 20:11:21 mkennedy Exp $
+
+ 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-emb-0.2.0.ebuild,
+ -cl-emb-0.2.1.ebuild, -cl-emb-0.3.0.ebuild, cl-emb-0.3.1.ebuild:
+ Keywording x86, ~ppc
21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-emb-0.3.1.ebuild:
Keywording for ~amd64
diff --git a/dev-lisp/cl-emb/cl-emb-0.2.0.ebuild b/dev-lisp/cl-emb/cl-emb-0.2.0.ebuild
deleted file mode 100644
index 097c26d552af..000000000000
--- a/dev-lisp/cl-emb/cl-emb-0.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.2.0.ebuild,v 1.1 2004/11/07 21:40:22 mkennedy Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Embedded Common Lisp and template system"
-HOMEPAGE="http://common-lisp.net/project/cl-emb/"
-# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/commonlisp
- dev-lisp/cl-ppcre"
-
-CLPACKAGE=cl-emb
-
-src_install() {
- common-lisp-install *.asd *.lisp
- common-lisp-system-symlink
- dohtml examples.html
- dodoc TODO LICENSE.txt lsp-LICENSE.txt README
-}
diff --git a/dev-lisp/cl-emb/cl-emb-0.2.1.ebuild b/dev-lisp/cl-emb/cl-emb-0.2.1.ebuild
deleted file mode 100644
index b92298795d6d..000000000000
--- a/dev-lisp/cl-emb/cl-emb-0.2.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.2.1.ebuild,v 1.1 2005/02/10 09:18:30 mkennedy Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Embedded Common Lisp and template system"
-HOMEPAGE="http://common-lisp.net/project/cl-emb/"
-# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/commonlisp
- dev-lisp/cl-ppcre"
-
-CLPACKAGE=cl-emb
-
-src_install() {
- common-lisp-install *.asd *.lisp
- common-lisp-system-symlink
- dohtml examples.html
- dodoc TODO LICENSE.txt lsp-LICENSE.txt README
-}
diff --git a/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild b/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild
deleted file mode 100644
index ec11e3013599..000000000000
--- a/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild,v 1.1 2005/03/13 10:00:52 mkennedy Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Embedded Common Lisp and template system"
-HOMEPAGE="http://common-lisp.net/project/cl-emb/"
-# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/commonlisp
- dev-lisp/cl-ppcre"
-
-CLPACKAGE=cl-emb
-
-src_install() {
- common-lisp-install *.asd *.lisp
- common-lisp-system-symlink
- dohtml examples.html
- dodoc TODO LICENSE.txt lsp-LICENSE.txt README
-}
diff --git a/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild b/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild
index 6fff772a5f3d..9c2452544c9d 100644
--- a/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild
+++ b/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild,v 1.2 2005/03/21 07:12:44 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild,v 1.3 2005/04/15 20:11:21 mkennedy Exp $
inherit common-lisp
@@ -10,7 +10,7 @@ HOMEPAGE="http://common-lisp.net/project/cl-emb/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="virtual/commonlisp
diff --git a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.0 b/dev-lisp/cl-emb/files/digest-cl-emb-0.2.0
deleted file mode 100644
index e974ebee17ca..000000000000
--- a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1c23a2fe53b2ce5ced0f7eaca86d2750 cl-emb-0.2.0.tar.gz 10417
diff --git a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.1 b/dev-lisp/cl-emb/files/digest-cl-emb-0.2.1
deleted file mode 100644
index 6285c4d5c665..000000000000
--- a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 80bd71ed19f14d30a90db6af653e04d4 cl-emb-0.2.1.tar.gz 10539
diff --git a/dev-lisp/cl-emb/files/digest-cl-emb-0.3.0 b/dev-lisp/cl-emb/files/digest-cl-emb-0.3.0
deleted file mode 100644
index d08c339762ca..000000000000
--- a/dev-lisp/cl-emb/files/digest-cl-emb-0.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec14501b96347784058a456e72173ca8 cl-emb-0.3.0.tar.gz 11349