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 | 1e5208c59702d95868db6d58707b12d72915d3d9 (patch) | |
tree | 29b3b19613081eca3ca033d1a2fe367300bac2aa /dev-lisp | |
parent | Add patch to fix issues with having ":unscaled" in font paths. (diff) | |
download | gentoo-2-1e5208c59702d95868db6d58707b12d72915d3d9.tar.gz gentoo-2-1e5208c59702d95868db6d58707b12d72915d3d9.tar.bz2 gentoo-2-1e5208c59702d95868db6d58707b12d72915d3d9.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-lisp')
5 files changed, 45 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..9bdbf391c41d --- /dev/null +++ b/dev-lisp/cl-asdf-system-connections/Manifest @@ -0,0 +1,3 @@ +MD5 7efe083e5d1ee69220a91081e87fa20d cl-asdf-system-connections-0.1.ebuild 790 +MD5 55d3261a728db064bbf2481f4caa9303 files/digest-cl-asdf-system-connections-0.1 77 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 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> |