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
commit85678f20bfbc7c7d2db17da18c3331032a2cf06e (patch)
tree4c47a5ff2c3d59c60467f5457c215026b3cd6a19 /dev-lisp/cl-psgraph
parentLet portage handle the stripping of binaries. (diff)
downloadhistorical-85678f20bfbc7c7d2db17da18c3331032a2cf06e.tar.gz
historical-85678f20bfbc7c7d2db17da18c3331032a2cf06e.tar.bz2
historical-85678f20bfbc7c7d2db17da18c3331032a2cf06e.zip
initial
Package-Manager: portage-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..60cc97b5cb63
--- /dev/null
+++ b/dev-lisp/cl-psgraph/Manifest
@@ -0,0 +1,4 @@
+MD5 a88a5a58aee0acf2f006e64a359ba0bf cl-psgraph-1.2.ebuild 766
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 919ea483f15bb30ce325b8e76dcb78d7 ChangeLog 415
+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>