diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-11-27 19:41:24 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-11-27 19:41:24 +0000 |
commit | 893dac39d74f942ca92ca4c243696e8cdf77006f (patch) | |
tree | 579dbceca209be7d3597dcb1561981577f775147 /dev-lisp/cl-asdf-system-connections | |
parent | Add patch to fix issues with having ":unscaled" in font paths. (diff) | |
download | historical-893dac39d74f942ca92ca4c243696e8cdf77006f.tar.gz historical-893dac39d74f942ca92ca4c243696e8cdf77006f.tar.bz2 historical-893dac39d74f942ca92ca4c243696e8cdf77006f.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-lisp/cl-asdf-system-connections')
5 files changed, 56 insertions, 0 deletions
diff --git a/dev-lisp/cl-asdf-system-connections/ChangeLog b/dev-lisp/cl-asdf-system-connections/ChangeLog new file mode 100644 index 000000000000..edc994c6da42 --- /dev/null +++ b/dev-lisp/cl-asdf-system-connections/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-lisp/cl-asdf-system-connections +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-system-connections/ChangeLog,v 1.1 2005/11/27 19:41:24 mkennedy Exp $ + +*cl-asdf-system-connections-0.1 (27 Nov 2005) + + 27 Nov 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml, + +cl-asdf-system-connections-0.1.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. + diff --git a/dev-lisp/cl-asdf-system-connections/Manifest b/dev-lisp/cl-asdf-system-connections/Manifest new file mode 100644 index 000000000000..308eacd071ad --- /dev/null +++ b/dev-lisp/cl-asdf-system-connections/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 3f788fb90b10cf796043de168c2eccc9 ChangeLog 481 +MD5 c9cae8baeb4891a9b5385234f13d6cad cl-asdf-system-connections-0.1.ebuild 830 +MD5 55d3261a728db064bbf2481f4caa9303 files/digest-cl-asdf-system-connections-0.1 77 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDigv2yiNZaEAZA+ARAkqhAJwNZYW1BYfTG6CQy5jvEXsj6t3+pwCfeV3f +g6mD2Ww3/r4w6i42Wlw8rpM= +=ZFfQ +-----END PGP SIGNATURE----- diff --git a/dev-lisp/cl-asdf-system-connections/cl-asdf-system-connections-0.1.ebuild b/dev-lisp/cl-asdf-system-connections/cl-asdf-system-connections-0.1.ebuild new file mode 100644 index 000000000000..8523bb265e51 --- /dev/null +++ b/dev-lisp/cl-asdf-system-connections/cl-asdf-system-connections-0.1.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-asdf-system-connections/cl-asdf-system-connections-0.1.ebuild,v 1.1 2005/11/27 19:41:24 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="ASDF-System-Connections provides auto-loading of systems that only make sense when several other systems are loaded." +HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/" +SRC_URI="mirror://gentoo/${PN/cl-/}_${PV}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" + +S=${WORKDIR}/${PN/cl-/} + +CLPACKAGE=asdf-system-connections + +src_install() { + insinto $CLSOURCEROOT/$CLPACKAGE/dev + doins dev/*.lisp + common-lisp-install asdf-system-connections.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-asdf-system-connections/files/digest-cl-asdf-system-connections-0.1 b/dev-lisp/cl-asdf-system-connections/files/digest-cl-asdf-system-connections-0.1 new file mode 100644 index 000000000000..db15d16ecadc --- /dev/null +++ b/dev-lisp/cl-asdf-system-connections/files/digest-cl-asdf-system-connections-0.1 @@ -0,0 +1 @@ +MD5 ae7c65141fde4d2b52b0aed8aee09e34 asdf-system-connections_0.1.tar.gz 3111 diff --git a/dev-lisp/cl-asdf-system-connections/metadata.xml b/dev-lisp/cl-asdf-system-connections/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-asdf-system-connections/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> |