summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-05-01 20:43:46 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-05-01 20:43:46 +0000
commit998579695816224611ad83e1a8b56c90562f9881 (patch)
tree19f087d1b72ed6c6a0cb35245143b36c094d0111 /dev-lisp/cl-pg
parentFix digests. (diff)
downloadgentoo-2-998579695816224611ad83e1a8b56c90562f9881.tar.gz
gentoo-2-998579695816224611ad83e1a8b56c90562f9881.tar.bz2
gentoo-2-998579695816224611ad83e1a8b56c90562f9881.zip
New upstream and synchronize with Debian version.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'dev-lisp/cl-pg')
-rw-r--r--dev-lisp/cl-pg/ChangeLog9
-rw-r--r--dev-lisp/cl-pg/cl-pg-20060207.ebuild33
-rw-r--r--dev-lisp/cl-pg/files/digest-cl-pg-200602073
3 files changed, 43 insertions, 2 deletions
diff --git a/dev-lisp/cl-pg/ChangeLog b/dev-lisp/cl-pg/ChangeLog
index 31627b31d635..6432fe155648 100644
--- a/dev-lisp/cl-pg/ChangeLog
+++ b/dev-lisp/cl-pg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-pg
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pg/ChangeLog,v 1.8 2005/05/24 18:48:34 mkennedy Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pg/ChangeLog,v 1.9 2006/05/01 20:43:46 mkennedy Exp $
+
+*cl-pg-20060207 (01 May 2006)
+
+ 01 May 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-pg-20060207.ebuild:
+ New upstream and synchronize with Debian version.
24 May 2005; <mkennedy@gentoo.org> cl-pg-20050202.ebuild:
Keywording ~sparc
diff --git a/dev-lisp/cl-pg/cl-pg-20060207.ebuild b/dev-lisp/cl-pg/cl-pg-20060207.ebuild
new file mode 100644
index 000000000000..35f5d49c92eb
--- /dev/null
+++ b/dev-lisp/cl-pg/cl-pg-20060207.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pg/cl-pg-20060207.ebuild,v 1.1 2006/05/01 20:43:46 mkennedy Exp $
+
+inherit common-lisp multilib
+
+DESCRIPTION="A socket-level interface to the PostgreSQL ORDMS for Common Lisp"
+HOMEPAGE="http://common-lisp.net/project/pg/
+ http://www.cliki.net/Pg
+ http://packages.debian.org/unstable/devel/cl-pg.html"
+SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+DEPEND="dev-lisp/common-lisp-controller
+ virtual/commonlisp
+ sys-libs/glibc" # /usr/lib/libcrypt.so
+
+CLPACKAGE=pg
+
+S=${WORKDIR}/${P}.orig
+
+src_unpack() {
+ unpack ${A}
+ sed -i 's,/usr/lib,'"/usr/$(get_libdir),g" ${S}/pg.asd ${S}/sysdep.lisp
+}
+
+src_install() {
+ common-lisp-install *.{lisp,asd}
+ common-lisp-system-symlink
+ dodoc README NEWS CREDITS TODO ChangeLog
+}
diff --git a/dev-lisp/cl-pg/files/digest-cl-pg-20060207 b/dev-lisp/cl-pg/files/digest-cl-pg-20060207
new file mode 100644
index 000000000000..567f93e1ef4d
--- /dev/null
+++ b/dev-lisp/cl-pg/files/digest-cl-pg-20060207
@@ -0,0 +1,3 @@
+MD5 304c963a5d2e1b1d033ae2a9e9811334 cl-pg_20060207.orig.tar.gz 47284
+RMD160 baaec00cca3726235726279147dd211f9f356388 cl-pg_20060207.orig.tar.gz 47284
+SHA256 40277bd772cf1d4f236bf633df9ac0885a573bb2008225c7739818aca5e3ed8e cl-pg_20060207.orig.tar.gz 47284