diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:08:13 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:08:13 +0000 |
commit | a663d832657969707f4dc44ea488031832296afe (patch) | |
tree | a4e5b4afe6b3db173819f434c4587afa62ef54e2 /dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild | |
parent | dev-lisp/cl-prevalence removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | gentoo-2-a663d832657969707f4dc44ea488031832296afe.tar.gz gentoo-2-a663d832657969707f4dc44ea488031832296afe.tar.bz2 gentoo-2-a663d832657969707f4dc44ea488031832296afe.zip |
dev-lisp/cl-psgraph removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild')
-rw-r--r-- | dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild b/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild deleted file mode 100644 index 185eb2aefa1d..000000000000 --- a/dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild +++ /dev/null @@ -1,25 +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-psgraph/cl-psgraph-1.2.ebuild,v 1.2 2005/08/31 18:00:43 swegener 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="mirror://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} -} |