summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-05-31 15:58:00 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-05-31 15:58:00 +0000
commitf23037caffba9ed38f13ffebcab24a9174303226 (patch)
tree41b4dffc003cbbd088c402d35d1069028c6d9d7c /dev-lisp/cl-psgraph
parentLet portage handle the stripping of binaries. (diff)
downloadgentoo-2-f23037caffba9ed38f13ffebcab24a9174303226.tar.gz
gentoo-2-f23037caffba9ed38f13ffebcab24a9174303226.tar.bz2
gentoo-2-f23037caffba9ed38f13ffebcab24a9174303226.zip
initial
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp/cl-psgraph')
-rw-r--r--dev-lisp/cl-psgraph/ChangeLog10
-rw-r--r--dev-lisp/cl-psgraph/Manifest4
-rw-r--r--dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild25
-rw-r--r--dev-lisp/cl-psgraph/files/digest-cl-psgraph-1.21
-rw-r--r--dev-lisp/cl-psgraph/metadata.xml5
5 files changed, 45 insertions, 0 deletions
diff --git a/dev-lisp/cl-psgraph/ChangeLog b/dev-lisp/cl-psgraph/ChangeLog
new file mode 100644
index 000000000000..3ae3e9537268
--- /dev/null
+++ b/dev-lisp/cl-psgraph/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-lisp/cl-psgraph
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-psgraph/ChangeLog,v 1.1 2005/05/31 15:57:59 mkennedy Exp $
+
+*cl-psgraph-1.2 (31 May 2005)
+
+ 31 May 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml,
+ +cl-psgraph-1.2.ebuild:
+ Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
+
diff --git a/dev-lisp/cl-psgraph/Manifest b/dev-lisp/cl-psgraph/Manifest
new file mode 100644
index 000000000000..0c0366cb4e13
--- /dev/null
+++ b/dev-lisp/cl-psgraph/Manifest
@@ -0,0 +1,4 @@
+MD5 e451fa0cab35198a91c7eef8fdbfa06b cl-psgraph-1.2.ebuild 760
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 b508a79cd45a38be233560ec1f44b452 ChangeLog 322
+MD5 ea2fcad931ca73fb0d59d67a5260acdf files/digest-cl-psgraph-1.2 61
diff --git a/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild b/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild
new file mode 100644
index 000000000000..deac5a535626
--- /dev/null
+++ b/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild,v 1.1 2005/05/31 15:57:59 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="Common Lisp library for the generation of PostScript pictures of directed acyclic graphs"
+HOMEPAGE="http://www.cliki.net/psgraph
+ http://common-lisp.net/project/asdf-packaging/"
+SRC_URI="mirro://gentoo/${P#cl-}.tar.gz"
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
+IUSE=""
+DEPEND="dev-lisp/common-lisp-controller
+ virtual/commonlisp"
+S=${WORKDIR}/${P#cl-}
+
+CLPACKAGE=psgraph
+
+src_install() {
+ common-lisp-install *.lisp *.asd
+ common-lisp-system-symlink
+ dodoc psgraph.{doc,catalog}
+}
diff --git a/dev-lisp/cl-psgraph/files/digest-cl-psgraph-1.2 b/dev-lisp/cl-psgraph/files/digest-cl-psgraph-1.2
new file mode 100644
index 000000000000..ec554c6a5918
--- /dev/null
+++ b/dev-lisp/cl-psgraph/files/digest-cl-psgraph-1.2
@@ -0,0 +1 @@
+MD5 df735b2f6c45e14ea18c16650ad8e90d psgraph-1.2.tar.gz 8448
diff --git a/dev-lisp/cl-psgraph/metadata.xml b/dev-lisp/cl-psgraph/metadata.xml
new file mode 100644
index 000000000000..f418045b09c8
--- /dev/null
+++ b/dev-lisp/cl-psgraph/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>common-lisp</herd>
+</pkgmetadata>