diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:41:46 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:41:46 +0000 |
commit | a47a00a1d12e70d6d6f780762528e31f063260f6 (patch) | |
tree | d23f1465c2d304798aa242410ecd986e846a887d /dev-lisp | |
parent | dev-lisp/cl-xml-emitter removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | historical-a47a00a1d12e70d6d6f780762528e31f063260f6.tar.gz historical-a47a00a1d12e70d6d6f780762528e31f063260f6.tar.bz2 historical-a47a00a1d12e70d6d6f780762528e31f063260f6.zip |
dev-lisp/cl-xml-psychiatrist removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-xml-psychiatrist/ChangeLog | 25 | ||||
-rw-r--r-- | dev-lisp/cl-xml-psychiatrist/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild | 42 | ||||
-rw-r--r-- | dev-lisp/cl-xml-psychiatrist/metadata.xml | 9 |
4 files changed, 0 insertions, 80 deletions
diff --git a/dev-lisp/cl-xml-psychiatrist/ChangeLog b/dev-lisp/cl-xml-psychiatrist/ChangeLog deleted file mode 100644 index d0ce0c9b528d..000000000000 --- a/dev-lisp/cl-xml-psychiatrist/ChangeLog +++ /dev/null @@ -1,25 +0,0 @@ -# ChangeLog for dev-lisp/cl-xml-psychiatrist -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/ChangeLog,v 1.7 2009/12/26 17:34:09 pva Exp $ - - 26 Dec 2009; Peter Volkov <pva@gentoo.org> cl-xml-psychiatrist-0.4.ebuild: - virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only - implementation left in the tree. - - 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - - 02 Nov 2005; Stefan Schweizer <genstef@gentoo.org> - cl-xml-psychiatrist-0.4.ebuild: - app-text/ghostscript -> virtual/ghostscript - - 24 May 2005; <mkennedy@gentoo.org> cl-xml-psychiatrist-0.4.ebuild: - Keywording ~sparc - - 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> - cl-xml-psychiatrist-0.4.ebuild: - Removed old ebuilds; Keywording. - - 07 Nov 2004; Sven Wegener <swegener@gentoo.org> : - Added missing ChangeLog. - diff --git a/dev-lisp/cl-xml-psychiatrist/Manifest b/dev-lisp/cl-xml-psychiatrist/Manifest deleted file mode 100644 index c3ff777809ba..000000000000 --- a/dev-lisp/cl-xml-psychiatrist/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST xml-psychiatrist-0.4.tar.gz 13833 RMD160 930eecf1938844def4c6741f4285355c82eb794b SHA1 ab3f282d07d86863ffbdee8d59cdd54a163d4441 SHA256 d9d9f8df77b0debd4ccdd6f7a11ce87f56aac2c7c3632abe39e45a9517d56ef1 -EBUILD cl-xml-psychiatrist-0.4.ebuild 1019 RMD160 546b275a610dc61d3b5e03bdb9310d512ea08b0e SHA1 cf9d840fe619a3dd6e2ce3004bff6cd59e6ecdec SHA256 d60d5ea1693d72194c36995b7f0a4ed9b6b9ec2ca23794e9b2cf1ede936dea3a -MISC ChangeLog 949 RMD160 7f32d5577267dbe510b2ba3c3214cc6395424a19 SHA1 b40d43b762798e5915b19aa58e27e0d9eb86a226 SHA256 b98cb40bbae943cae841f8d0d5cde15334698aa320bde38b74d04fc0f6627fb4 -MISC metadata.xml 306 RMD160 58f90d7f8dac0fa5d01ea947d98c28b562dc290c SHA1 12d015974d5e2f1c3ca4b926b425a42fb3748099 SHA256 4f664ab8c6be65af31db7fefa554ed1f412c65e1263d8ac5fa16320d5bcbda8d diff --git a/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild b/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild deleted file mode 100644 index 92d1adb9830f..000000000000 --- a/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xml-psychiatrist/cl-xml-psychiatrist-0.4.ebuild,v 1.5 2009/12/26 17:34:09 pva Exp $ - -inherit common-lisp - -DESCRIPTION="A powerful XML sanity checker for Common Lisp" -HOMEPAGE="http://common-lisp.net/project/xml-psychiatrist/" -SRC_URI="http://common-lisp.net/project/xml-psychiatrist/xml-psychiatrist-${PV}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="doc" - -DEPEND="dev-lisp/cl-xmls - dev-lisp/cl-ppcre - doc? ( dev-tex/latex2html app-text/ghostscript-gpl )" - -CLPACKAGE=xml-psychiatrist - -S=${WORKDIR}/xml-psychiatrist-${PV} - -src_compile() { - if use doc; then - cd doc - latex manual.tex - dvips manual.dvi -o manual.ps - ps2pdf manual.ps - latex2html manual.tex - fi -} - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc README - if use doc; then - cd doc - dohtml manual/* - dodoc manual.{ps,pdf} - fi -} diff --git a/dev-lisp/cl-xml-psychiatrist/metadata.xml b/dev-lisp/cl-xml-psychiatrist/metadata.xml deleted file mode 100644 index 55b943a4dac2..000000000000 --- a/dev-lisp/cl-xml-psychiatrist/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>common-lisp</herd> -<longdescription> -xml-psychiatrist is an XML sanity checker for Common Lisp which is -more powerful than DTD or XML Schema. -</longdescription> -</pkgmetadata> |