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-mod
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-mod')
-rw-r--r--dev-lisp/cl-rsm-mod/ChangeLog9
-rw-r--r--dev-lisp/cl-rsm-mod/Manifest4
-rw-r--r--dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild35
-rw-r--r--dev-lisp/cl-rsm-mod/files/digest-cl-rsm-mod-1.11
-rw-r--r--dev-lisp/cl-rsm-mod/metadata.xml5
5 files changed, 52 insertions, 2 deletions
diff --git a/dev-lisp/cl-rsm-mod/ChangeLog b/dev-lisp/cl-rsm-mod/ChangeLog
new file mode 100644
index 000000000000..f4deb2bc7f16
--- /dev/null
+++ b/dev-lisp/cl-rsm-mod/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-lisp/cl-rsm-mod
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mod/ChangeLog,v 1.1 2003/10/18 10:13:19 mkennedy Exp $
+
+*cl-rsm-mod-1.1 (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-mod/Manifest b/dev-lisp/cl-rsm-mod/Manifest
index 06732b516c4c..4143a676afe2 100644
--- a/dev-lisp/cl-rsm-mod/Manifest
+++ b/dev-lisp/cl-rsm-mod/Manifest
@@ -1,4 +1,4 @@
MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
-MD5 3f7a0df528625a095d89667c2527f5a9 cl-rsm-mod-1.1.ebuild 905
-MD5 66bb34c5aaf3f334392ff36ed698a23b ChangeLog 332
+MD5 43a4a672a78adbfbb841629dca516676 cl-rsm-mod-1.1.ebuild 907
+MD5 00a324d91a820be1c101336d8646787e ChangeLog 426
MD5 a4e70472fd11a870a64aafaeb72ab43f files/digest-cl-rsm-mod-1.1 65
diff --git a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild
new file mode 100644
index 000000000000..f9656fa7b209
--- /dev/null
+++ b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.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-mod/cl-rsm-mod-1.1.ebuild,v 1.1 2003/10/18 10:13:19 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="McIntire's Common Lisp Modular Arithmetic Library"
+HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod.html"
+SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-mod/cl-rsm-mod_1.1.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lisp/common-lisp-controller
+ virtual/commonlisp "
+
+CLPACKAGE=rsm-mod
+
+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-mod/files/digest-cl-rsm-mod-1.1 b/dev-lisp/cl-rsm-mod/files/digest-cl-rsm-mod-1.1
new file mode 100644
index 000000000000..72acd0d482ab
--- /dev/null
+++ b/dev-lisp/cl-rsm-mod/files/digest-cl-rsm-mod-1.1
@@ -0,0 +1 @@
+MD5 21e7ff85d99571b1398633730c293b94 cl-rsm-mod_1.1.tar.gz 10419
diff --git a/dev-lisp/cl-rsm-mod/metadata.xml b/dev-lisp/cl-rsm-mod/metadata.xml
new file mode 100644
index 000000000000..f418045b09c8
--- /dev/null
+++ b/dev-lisp/cl-rsm-mod/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>