diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-19 15:02:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-19 15:02:10 +0000 |
commit | 145c5da428f393f07242bbe166f77483efe3a520 (patch) | |
tree | 4de5f9ccf396a4f300c4fd42874357ca47c92777 /dev-lisp/cl-colorize | |
parent | Add --postconf support. (diff) | |
download | gentoo-2-145c5da428f393f07242bbe166f77483efe3a520.tar.gz gentoo-2-145c5da428f393f07242bbe166f77483efe3a520.tar.bz2 gentoo-2-145c5da428f393f07242bbe166f77483efe3a520.zip |
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lisp/cl-colorize')
-rw-r--r-- | dev-lisp/cl-colorize/ChangeLog | 11 | ||||
-rw-r--r-- | dev-lisp/cl-colorize/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-colorize/cl-colorize-1.0.ebuild | 31 | ||||
-rw-r--r-- | dev-lisp/cl-colorize/files/1.0-hyperspec-pathname-gentoo.patch | 15 | ||||
-rw-r--r-- | dev-lisp/cl-colorize/files/digest-cl-colorize-1.0 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-colorize/metadata.xml | 5 |
6 files changed, 67 insertions, 0 deletions
diff --git a/dev-lisp/cl-colorize/ChangeLog b/dev-lisp/cl-colorize/ChangeLog new file mode 100644 index 000000000000..d5cd3c9be48b --- /dev/null +++ b/dev-lisp/cl-colorize/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-lisp/cl-colorize +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-colorize/ChangeLog,v 1.1 2005/07/19 15:02:10 mkennedy Exp $ + +*cl-colorize-1.0 (19 Jul 2005) + + 19 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/1.0-hyperspec-pathname-gentoo.patch, +metadata.xml, + +cl-colorize-1.0.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. + diff --git a/dev-lisp/cl-colorize/Manifest b/dev-lisp/cl-colorize/Manifest new file mode 100644 index 000000000000..ca9afba19b44 --- /dev/null +++ b/dev-lisp/cl-colorize/Manifest @@ -0,0 +1,4 @@ +MD5 0ac30b8c44ac5b9a2272a47b828891b0 cl-colorize-1.0.ebuild 861 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 27db7b5eb056698e66bf57bdd0bec8f9 files/digest-cl-colorize-1.0 63 +MD5 6c56aea6ca91bc51b8512d0fe3b8d931 files/1.0-hyperspec-pathname-gentoo.patch 594 diff --git a/dev-lisp/cl-colorize/cl-colorize-1.0.ebuild b/dev-lisp/cl-colorize/cl-colorize-1.0.ebuild new file mode 100644 index 000000000000..20a28697ebf8 --- /dev/null +++ b/dev-lisp/cl-colorize/cl-colorize-1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-colorize/cl-colorize-1.0.ebuild,v 1.1 2005/07/19 15:02:10 mkennedy Exp $ + +inherit common-lisp eutils + +DESCRIPTION="Colorize is a Common Lisp application for colorizing Common Lisp, Scheme, Elisp, C, C++ or Java code." +HOMEPAGE="http://www.cliki.net/colorize" +SRC_URI="http://www.unmutual.info/software/colorize-${PV}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~sparc x86" +IUSE="" + +DEPEND="dev-lisp/cl-html-encode + dev-lisp/cl-split-sequence + =dev-lisp/hyperspec-7.0" + +S=${WORKDIR}/colorize-${PV} + +CLPACKAGE=colorize + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-hyperspec-pathname-gentoo.patch || die +} + +src_install() { + common-lisp-install *.{lisp,asd} *-expr Mop_Sym.txt + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-colorize/files/1.0-hyperspec-pathname-gentoo.patch b/dev-lisp/cl-colorize/files/1.0-hyperspec-pathname-gentoo.patch new file mode 100644 index 000000000000..9e5740ca38c2 --- /dev/null +++ b/dev-lisp/cl-colorize/files/1.0-hyperspec-pathname-gentoo.patch @@ -0,0 +1,15 @@ +diff -ur colorize-1.0.orig/clhs-lookup.lisp colorize-1.0/clhs-lookup.lisp +--- colorize-1.0.orig/clhs-lookup.lisp 2004-11-12 09:03:07.000000000 -0600 ++++ colorize-1.0/clhs-lookup.lisp 2005-07-19 09:51:51.000000000 -0500 +@@ -4,9 +4,7 @@ + (in-package :clhs-lookup) + + (defparameter *hyperspec-pathname* +- (merge-pathnames +- (make-pathname :directory '(:relative "HyperSpec")) +- (user-homedir-pathname))) ++ #p"/usr/share/doc/hyperspec-7.0/HyperSpec/") + + (defparameter *hyperspec-map-file* + (merge-pathnames "Data/Map_Sym.txt" *hyperspec-pathname*)) +Only in colorize-1.0: clhs-lookup.lisp~ diff --git a/dev-lisp/cl-colorize/files/digest-cl-colorize-1.0 b/dev-lisp/cl-colorize/files/digest-cl-colorize-1.0 new file mode 100644 index 000000000000..c69af1ac7742 --- /dev/null +++ b/dev-lisp/cl-colorize/files/digest-cl-colorize-1.0 @@ -0,0 +1 @@ +MD5 8bb5b692ce08c1fd84d7f401969f6852 colorize-1.0.tar.gz 33061 diff --git a/dev-lisp/cl-colorize/metadata.xml b/dev-lisp/cl-colorize/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-colorize/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> |