diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-18 10:13:19 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-18 10:13:19 +0000 |
commit | 00c176b565f3fef4fcc8b7de690bfe3e8591eef8 (patch) | |
tree | b74d08cc860280b78330b15908e5ebc72ba2e680 /dev-lisp/cl-rsm-fuzzy | |
parent | make fb optional #31107 (diff) | |
download | historical-00c176b565f3fef4fcc8b7de690bfe3e8591eef8.tar.gz historical-00c176b565f3fef4fcc8b7de690bfe3e8591eef8.tar.bz2 historical-00c176b565f3fef4fcc8b7de690bfe3e8591eef8.zip |
initial import
Diffstat (limited to 'dev-lisp/cl-rsm-fuzzy')
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild | 35 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/files/digest-cl-rsm-fuzzy-1.2 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-fuzzy/metadata.xml | 5 |
5 files changed, 54 insertions, 0 deletions
diff --git a/dev-lisp/cl-rsm-fuzzy/ChangeLog b/dev-lisp/cl-rsm-fuzzy/ChangeLog new file mode 100644 index 000000000000..f1799fb529d8 --- /dev/null +++ b/dev-lisp/cl-rsm-fuzzy/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-lisp/cl-rsm-fuzzy +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/ChangeLog,v 1.1 2003/10/18 10:13:19 mkennedy Exp $ + +*cl-rsm-fuzzy-1.2 (18 Oct 2003) + + 18 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> : + Initial import. Ebuild submitted by Matthew Kennedy <mkennedy@genoo.org>. + Based on work from the Debian Project. diff --git a/dev-lisp/cl-rsm-fuzzy/Manifest b/dev-lisp/cl-rsm-fuzzy/Manifest new file mode 100644 index 000000000000..7b6773a2f69f --- /dev/null +++ b/dev-lisp/cl-rsm-fuzzy/Manifest @@ -0,0 +1,4 @@ +MD5 5c8cbca451dd3468bbabcff0d70b0012 cl-rsm-fuzzy-1.2.ebuild 906 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 3af06ba80ccc84f13b0f33cf9ae72d60 ChangeLog 336 +MD5 f2cf50c6edec9c52df2c8f01004700b4 files/digest-cl-rsm-fuzzy-1.2 67 diff --git a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild new file mode 100644 index 000000000000..f9a53ed1a44a --- /dev/null +++ b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild,v 1.1 2003/10/18 10:13:19 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="McIntire's Common Lisp Fuzzy Logic Library" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-fuzzy/cl-rsm-fuzzy_1.2.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp " + +CLPACKAGE=rsm-fuzzy + +S=${WORKDIR}/${P} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc copying copyright + dohtml *.html *.jpg + do-debian-credits +} + +pkg_preinst() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} + +pkg_postrm() { + rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true +} diff --git a/dev-lisp/cl-rsm-fuzzy/files/digest-cl-rsm-fuzzy-1.2 b/dev-lisp/cl-rsm-fuzzy/files/digest-cl-rsm-fuzzy-1.2 new file mode 100644 index 000000000000..814e53daba2d --- /dev/null +++ b/dev-lisp/cl-rsm-fuzzy/files/digest-cl-rsm-fuzzy-1.2 @@ -0,0 +1 @@ +MD5 ffb9039bfe63bab58474f7ed6fd5179a cl-rsm-fuzzy_1.2.tar.gz 13739 diff --git a/dev-lisp/cl-rsm-fuzzy/metadata.xml b/dev-lisp/cl-rsm-fuzzy/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-rsm-fuzzy/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> |