diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 22:22:54 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-10 22:22:54 +0000 |
commit | a242d23d87d78298643837fd29e81ac7cdaa3a23 (patch) | |
tree | 857fc1f15d7aebac60fc19774adb0947625fb741 /dev-lisp/cl-chemical-compounds | |
parent | Add common pam.d stuff. Related to #79240. (diff) | |
download | gentoo-2-a242d23d87d78298643837fd29e81ac7cdaa3a23.tar.gz gentoo-2-a242d23d87d78298643837fd29e81ac7cdaa3a23.tar.bz2 gentoo-2-a242d23d87d78298643837fd29e81ac7cdaa3a23.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-chemical-compounds')
5 files changed, 45 insertions, 0 deletions
diff --git a/dev-lisp/cl-chemical-compounds/ChangeLog b/dev-lisp/cl-chemical-compounds/ChangeLog new file mode 100644 index 000000000000..fd7d31458730 --- /dev/null +++ b/dev-lisp/cl-chemical-compounds/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-lisp/cl-chemical-compounds +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-chemical-compounds/ChangeLog,v 1.1 2005/02/10 22:22:54 mkennedy Exp $ + +*cl-chemical-compounds-1.0.2 (10 Feb 2005) + + 10 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml, + +cl-chemical-compounds-1.0.2.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> + diff --git a/dev-lisp/cl-chemical-compounds/Manifest b/dev-lisp/cl-chemical-compounds/Manifest new file mode 100644 index 000000000000..d9eabf0b8862 --- /dev/null +++ b/dev-lisp/cl-chemical-compounds/Manifest @@ -0,0 +1,3 @@ +MD5 8fce5c32bed5a30f615ff0deec7f5e6c cl-chemical-compounds-1.0.2.ebuild 762 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 a3fc011b6b50d6f6084fd375bdc7e93a files/digest-cl-chemical-compounds-1.0.2 74 diff --git a/dev-lisp/cl-chemical-compounds/cl-chemical-compounds-1.0.2.ebuild b/dev-lisp/cl-chemical-compounds/cl-chemical-compounds-1.0.2.ebuild new file mode 100644 index 000000000000..b40bf8c88c2c --- /dev/null +++ b/dev-lisp/cl-chemical-compounds/cl-chemical-compounds-1.0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-chemical-compounds/cl-chemical-compounds-1.0.2.ebuild,v 1.1 2005/02/10 22:22:54 mkennedy Exp $ + +inherit common-lisp eutils + +DESCRIPTION="Common Lisp library for parsing and performing calculations on chemical compound expressions" +HOMEPAGE="http://common-lisp.net/project/chemboy/ + http://www.cliki.net/chemical-compounds" +SRC_URI="mirror://gentoo/chemical-compounds-${PV}.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-lisp/cl-periodic-table" + +CLPACKAGE=chemical-compounds + +S=${WORKDIR}/chemical-compounds-${PV} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc README +} diff --git a/dev-lisp/cl-chemical-compounds/files/digest-cl-chemical-compounds-1.0.2 b/dev-lisp/cl-chemical-compounds/files/digest-cl-chemical-compounds-1.0.2 new file mode 100644 index 000000000000..7fcd193e0926 --- /dev/null +++ b/dev-lisp/cl-chemical-compounds/files/digest-cl-chemical-compounds-1.0.2 @@ -0,0 +1 @@ +MD5 05d45cf42a61e9dabab409d345b778c1 chemical-compounds-1.0.2.tar.gz 5119 diff --git a/dev-lisp/cl-chemical-compounds/metadata.xml b/dev-lisp/cl-chemical-compounds/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-chemical-compounds/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> |