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 | |
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')
-rw-r--r-- | dev-lisp/cl-psgraph/ChangeLog | 13 | ||||
-rw-r--r-- | dev-lisp/cl-psgraph/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-psgraph/cl-psgraph-1.2.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/cl-psgraph/metadata.xml | 5 |
4 files changed, 0 insertions, 47 deletions
diff --git a/dev-lisp/cl-psgraph/ChangeLog b/dev-lisp/cl-psgraph/ChangeLog deleted file mode 100644 index 7ca2857f7fb4..000000000000 --- a/dev-lisp/cl-psgraph/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for dev-lisp/cl-psgraph -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-psgraph/ChangeLog,v 1.2 2007/02/04 01:12:43 flameeyes Exp $ - - 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - -*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 deleted file mode 100644 index af63eae50937..000000000000 --- a/dev-lisp/cl-psgraph/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST psgraph-1.2.tar.gz 8448 RMD160 d34b17412e4a10ca3faefb59796cebe96e64e8fe SHA1 6027a2c40c33c03a1d973fd31ffc40fd02a1d48a SHA256 5974b5b220e3913a7d971d32f73dba23e035cde8b650edd32ee8728a7eac00d8 -EBUILD cl-psgraph-1.2.ebuild 767 RMD160 49f7cd7754abe7bde89a0b1df31defd6e45c1e0c SHA1 843fa548b1112f55a0c5f037f6e916316874b950 SHA256 14af25b53d0e6a9fdbb1be3be7a11781127127c1618054e42bf4ccf5006addbc -MISC ChangeLog 522 RMD160 bca85b6185a609f78945bd4e104c01171c34be78 SHA1 50becc3875b8f34cbd3bc9de14bf1e1cacb4c3ab SHA256 99ee310a29095e4abcdd23a4b9995b36a742c61fa7564641112949903ff89314 -MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f 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} -} diff --git a/dev-lisp/cl-psgraph/metadata.xml b/dev-lisp/cl-psgraph/metadata.xml deleted file mode 100644 index f418045b09c8..000000000000 --- a/dev-lisp/cl-psgraph/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>common-lisp</herd> -</pkgmetadata> |