summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 01:02:19 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 01:02:19 +0000
commit355db7d13d6770fc87b90a23f1bc2173ad5cd8d9 (patch)
treedb51a967b7603e9ac186d6efb66b11aad45f5585 /dev-lisp
parent(Portage version: 2.0.51.19) (Manifest recommit) (diff)
downloadgentoo-2-355db7d13d6770fc87b90a23f1bc2173ad5cd8d9.tar.gz
gentoo-2-355db7d13d6770fc87b90a23f1bc2173ad5cd8d9.tar.bz2
gentoo-2-355db7d13d6770fc87b90a23f1bc2173ad5cd8d9.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-tclink/ChangeLog6
-rw-r--r--dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild10
-rw-r--r--dev-lisp/cl-trivial-http/ChangeLog6
-rw-r--r--dev-lisp/cl-trivial-http/cl-trivial-http-1.1.ebuild4
-rw-r--r--dev-lisp/cl-trivial-sockets/ChangeLog6
-rw-r--r--dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild4
-rw-r--r--dev-lisp/cl-ubf/ChangeLog8
-rw-r--r--dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild6
-rw-r--r--dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild34
-rw-r--r--dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.11
10 files changed, 32 insertions, 53 deletions
diff --git a/dev-lisp/cl-tclink/ChangeLog b/dev-lisp/cl-tclink/ChangeLog
index eaf055afc359..a2943bf05b0a 100644
--- a/dev-lisp/cl-tclink/ChangeLog
+++ b/dev-lisp/cl-tclink/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-tclink
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/ChangeLog,v 1.6 2005/02/08 07:02:25 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/ChangeLog,v 1.7 2005/04/17 00:58:10 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-tclink-3.3.1-r1.ebuild:
+ Keywording.
08 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml,
+files/3.3.1-gentoo.patch, cl-tclink-3.3.1-r1.ebuild,
diff --git a/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild b/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild
index e2dc3880316b..5e1bcddae118 100644
--- a/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild
+++ b/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.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-tclink/cl-tclink-3.3.1-r1.ebuild,v 1.6 2005/02/08 07:02:25 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tclink/cl-tclink-3.3.1-r1.ebuild,v 1.7 2005/04/17 00:58:10 mkennedy Exp $
inherit common-lisp eutils
@@ -13,15 +13,13 @@ SRC_URI="http://www.mapcar.org/~mrd/debs/unstable/source/${PN}_${PV}.orig.tar.gz
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE="doc"
-DEPEND="dev-lisp/common-lisp-controller
- dev-libs/openssl
+DEPEND="dev-libs/openssl
dev-lisp/cl-split-sequence
dev-lisp/cl-uffi
- doc? ( virtual/tetex )
- virtual/commonlisp"
+ doc? ( virtual/tetex )"
CLPACKAGE=tclink
diff --git a/dev-lisp/cl-trivial-http/ChangeLog b/dev-lisp/cl-trivial-http/ChangeLog
index 6c1d41f78c7d..422aa1a820d1 100644
--- a/dev-lisp/cl-trivial-http/ChangeLog
+++ b/dev-lisp/cl-trivial-http/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-trivial-http
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-http/ChangeLog,v 1.1 2005/02/04 08:01:57 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-http/ChangeLog,v 1.2 2005/04/17 01:00:37 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-trivial-http-1.1.ebuild:
+ Keywording.
*cl-trivial-http-1.1 (04 Feb 2005)
diff --git a/dev-lisp/cl-trivial-http/cl-trivial-http-1.1.ebuild b/dev-lisp/cl-trivial-http/cl-trivial-http-1.1.ebuild
index 86b2450c11b5..11bc04755d84 100644
--- a/dev-lisp/cl-trivial-http/cl-trivial-http-1.1.ebuild
+++ b/dev-lisp/cl-trivial-http/cl-trivial-http-1.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-trivial-http/cl-trivial-http-1.1.ebuild,v 1.1 2005/02/04 08:01:57 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-http/cl-trivial-http-1.1.ebuild,v 1.2 2005/04/17 01:00:37 mkennedy Exp $
inherit common-lisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/trivial-http"
SRC_URI="http://www.unmutual.info/software/trivial-http-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/cl-trivial-sockets"
diff --git a/dev-lisp/cl-trivial-sockets/ChangeLog b/dev-lisp/cl-trivial-sockets/ChangeLog
index 8140589dc99c..5240789d2074 100644
--- a/dev-lisp/cl-trivial-sockets/ChangeLog
+++ b/dev-lisp/cl-trivial-sockets/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-trivial-sockets
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/ChangeLog,v 1.3 2005/03/18 07:29:10 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/ChangeLog,v 1.4 2005/04/17 01:00:14 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-trivial-sockets-0.2.ebuild:
+ Keywording.
18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org>
cl-trivial-sockets-0.2.ebuild:
diff --git a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild
index 0c04cbe012ed..0858790472d0 100644
--- a/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild
+++ b/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.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-trivial-sockets/cl-trivial-sockets-0.2.ebuild,v 1.3 2005/04/15 17:15:22 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-trivial-sockets/cl-trivial-sockets-0.2.ebuild,v 1.4 2005/04/17 01:00:14 mkennedy Exp $
inherit common-lisp
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.cliki.net/trivial-sockets
SRC_URI="http://ftp.linux.org.uk/pub/lisp/cclan/trivial-sockets_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-ubf/ChangeLog b/dev-lisp/cl-ubf/ChangeLog
index 1da01b8d630d..ce38e00eda35 100644
--- a/dev-lisp/cl-ubf/ChangeLog
+++ b/dev-lisp/cl-ubf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-ubf
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/ChangeLog,v 1.4 2004/06/24 23:56:15 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/ChangeLog,v 1.5 2005/04/17 01:02:19 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-ubf-0.2.1.ebuild,
+ cl-ubf-0.2.1-r1.ebuild:
+ Keywording.
*cl-ubf-0.2.1-r1 (12 Feb 2004)
diff --git a/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild b/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild
index f71d6c8193c1..0cd4a4f122a1 100644
--- a/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild
+++ b/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild,v 1.2 2004/06/24 23:56:15 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ubf/cl-ubf-0.2.1-r1.ebuild,v 1.3 2005/04/17 01:02:19 mkennedy Exp $
inherit common-lisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://common-lisp.net/project/ubf/
SRC_URI="http://common-lisp.net/project/ubf/releases/ubf-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild b/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild
deleted file mode 100644
index 00b950f7e2e8..000000000000
--- a/dev-lisp/cl-ubf/cl-ubf-0.2.1.ebuild
+++ /dev/null
@@ -1,34 +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-ubf/cl-ubf-0.2.1.ebuild,v 1.3 2004/06/24 23:56:15 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="A Common Lisp implementation of a UBF(A) reader and writer"
-HOMEPAGE="http://common-lisp.net/project/ubf/
- http://www.cliki.net/ubf
- http://www.sics.se/~joe/ubf/site/home.html"
-SRC_URI="http://common-lisp.net/project/ubf/releases/ubf-${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=ubf
-
-S=${WORKDIR}/ubf-${PV}
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
-}
-
-pkg_preinst() {
- rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
-}
-
-pkg_postrm() {
- rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
-}
diff --git a/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1 b/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1
deleted file mode 100644
index 2732e3a684b0..000000000000
--- a/dev-lisp/cl-ubf/files/digest-cl-ubf-0.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d1f4b5e49cb6ae1044fbac4a1b600ca0 ubf-0.2.1.tar.gz 5896