diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-18 10:13:23 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-18 10:13:23 +0000 |
commit | 95251320fd0fce2e95e203d7ba842e880a8e9fb2 (patch) | |
tree | d4db40b819e482fe44c00f1a442d405df73294e6 /dev-lisp/cl-rsm-finance | |
parent | initial import (diff) | |
download | gentoo-2-95251320fd0fce2e95e203d7ba842e880a8e9fb2.tar.gz gentoo-2-95251320fd0fce2e95e203d7ba842e880a8e9fb2.tar.bz2 gentoo-2-95251320fd0fce2e95e203d7ba842e880a8e9fb2.zip |
initial import
Diffstat (limited to 'dev-lisp/cl-rsm-finance')
-rw-r--r-- | dev-lisp/cl-rsm-finance/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-finance/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild | 35 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-finance/files/digest-cl-rsm-finance-1.1 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-rsm-finance/metadata.xml | 5 |
5 files changed, 52 insertions, 2 deletions
diff --git a/dev-lisp/cl-rsm-finance/ChangeLog b/dev-lisp/cl-rsm-finance/ChangeLog new file mode 100644 index 000000000000..0648084f7fe2 --- /dev/null +++ b/dev-lisp/cl-rsm-finance/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-lisp/cl-rsm-finance +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-finance/ChangeLog,v 1.1 2003/10/18 10:13:19 mkennedy Exp $ + +*cl-rsm-finance-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-finance/Manifest b/dev-lisp/cl-rsm-finance/Manifest index 390e93fe1c79..31190d1c367e 100644 --- a/dev-lisp/cl-rsm-finance/Manifest +++ b/dev-lisp/cl-rsm-finance/Manifest @@ -1,4 +1,4 @@ MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 -MD5 2015d65ede720e65e6caddec08cf1013 cl-rsm-finance-1.1.ebuild 910 -MD5 421615fc0383f48aef5d6ff31ba175ed ChangeLog 340 +MD5 7476d60d8f32642f87e1c62c70c3537e cl-rsm-finance-1.1.ebuild 920 +MD5 3bcec7f182ec89510894cee021b0919e ChangeLog 438 MD5 ddefe7d0e65866209273abe1646453c7 files/digest-cl-rsm-finance-1.1 69 diff --git a/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild b/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild new file mode 100644 index 000000000000..712bc775ce22 --- /dev/null +++ b/dev-lisp/cl-rsm-finance/cl-rsm-finance-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-finance/cl-rsm-finance-1.1.ebuild,v 1.1 2003/10/18 10:13:19 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="McIntire's Common Lisp Finance Library" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-rsm-finance/cl-rsm-finance_1.1.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp " + +CLPACKAGE=rsm-finance + +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-finance/files/digest-cl-rsm-finance-1.1 b/dev-lisp/cl-rsm-finance/files/digest-cl-rsm-finance-1.1 new file mode 100644 index 000000000000..4a77bd32506b --- /dev/null +++ b/dev-lisp/cl-rsm-finance/files/digest-cl-rsm-finance-1.1 @@ -0,0 +1 @@ +MD5 2d8e17fc0db1fe010a44f34c187a73d2 cl-rsm-finance_1.1.tar.gz 13451 diff --git a/dev-lisp/cl-rsm-finance/metadata.xml b/dev-lisp/cl-rsm-finance/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-rsm-finance/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> |