summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2003-10-18 10:13:23 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2003-10-18 10:13:23 +0000
commit95251320fd0fce2e95e203d7ba842e880a8e9fb2 (patch)
treed4db40b819e482fe44c00f1a442d405df73294e6 /dev-lisp/cl-rsm-fuzzy
parentinitial import (diff)
downloadgentoo-2-95251320fd0fce2e95e203d7ba842e880a8e9fb2.tar.gz
gentoo-2-95251320fd0fce2e95e203d7ba842e880a8e9fb2.tar.bz2
gentoo-2-95251320fd0fce2e95e203d7ba842e880a8e9fb2.zip
initial import
Diffstat (limited to 'dev-lisp/cl-rsm-fuzzy')
-rw-r--r--dev-lisp/cl-rsm-fuzzy/ChangeLog9
-rw-r--r--dev-lisp/cl-rsm-fuzzy/Manifest4
-rw-r--r--dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild35
-rw-r--r--dev-lisp/cl-rsm-fuzzy/files/digest-cl-rsm-fuzzy-1.21
-rw-r--r--dev-lisp/cl-rsm-fuzzy/metadata.xml5
5 files changed, 52 insertions, 2 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
index 7b6773a2f69f..02b74a8f5aca 100644
--- a/dev-lisp/cl-rsm-fuzzy/Manifest
+++ b/dev-lisp/cl-rsm-fuzzy/Manifest
@@ -1,4 +1,4 @@
-MD5 5c8cbca451dd3468bbabcff0d70b0012 cl-rsm-fuzzy-1.2.ebuild 906
+MD5 3096206156bb76a46a8f182b1abf0022 cl-rsm-fuzzy-1.2.ebuild 912
MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
-MD5 3af06ba80ccc84f13b0f33cf9ae72d60 ChangeLog 336
+MD5 96dbd6b591cd7414563e85181df672c4 ChangeLog 432
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>