diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-07 19:39:57 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-07 19:39:57 +0000 |
commit | cc99e6c88cde9ace60afda40b7e0cbac84327644 (patch) | |
tree | bc211d8d285e1e029fbb142e095964fabf0c0672 /dev-lisp | |
parent | initial import (diff) | |
download | historical-cc99e6c88cde9ace60afda40b7e0cbac84327644.tar.gz historical-cc99e6c88cde9ace60afda40b7e0cbac84327644.tar.bz2 historical-cc99e6c88cde9ace60afda40b7e0cbac84327644.zip |
initial import
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-asdf/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild | 72 | ||||
-rw-r--r-- | dev-lisp/cl-asdf/files/digest-cl-asdf-1.73b | 1 |
3 files changed, 75 insertions, 2 deletions
diff --git a/dev-lisp/cl-asdf/Manifest b/dev-lisp/cl-asdf/Manifest index 02d68c9af078..4f0c2194768c 100644 --- a/dev-lisp/cl-asdf/Manifest +++ b/dev-lisp/cl-asdf/Manifest @@ -1,3 +1,3 @@ -MD5 125ee013081b112d56a1d15507d72ef2 ChangeLog 3674 -MD5 4fe8ecabed6431a6a929395dcb83bfa9 cl-asdf-1.73b.ebuild 1998 +MD5 32dbc35b76816fcc7c2c25b5675cda2b ChangeLog 3765 +MD5 0c68bec098a7778a10da7cff80d583a8 cl-asdf-1.73b.ebuild 2100 MD5 da47e17802d933cda8e74bd9f7351645 files/digest-cl-asdf-1.73b 64 diff --git a/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild new file mode 100644 index 000000000000..ac0b8e32ccde --- /dev/null +++ b/dev-lisp/cl-asdf/cl-asdf-1.73b.ebuild @@ -0,0 +1,72 @@ +# 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-asdf/cl-asdf-1.73b.ebuild,v 1.1 2003/06/07 19:39:53 mkennedy Exp $ + +DESCRIPTION="Another System Definition Facility for Common Lisp" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" +SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/${PN}_${PV}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" + +S=${WORKDIR}/${P} + +src_install() { + insinto /usr/share/common-lisp/source/asdf + doins asdf.lisp wild-modules.lisp + + dodoc LICENSE README + insinto /usr/share/doc/${P}/examples + doins test/* +} + +pkg_postinst() { + if [ -x /usr/sbin/clc-reregister-all-impl ]; then + /usr/sbin/clc-reregister-all-impl + fi +} + + +### from debian cl-clan.postinst: + +# #!/bin/sh + +# set -e + +# pkg=cclan + +# # summary of how this script can be called: +# # * <postinst> `configure' <most-recently-configured-version> +# # * <old-postinst> `abort-upgrade' <new version> +# # * <conflictor's-postinst> `abort-remove' `in-favour' <package> +# # <new-version> +# # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' +# # <failed-install-package> <version> `removing' +# # <conflicting-package> <version> +# # for details, see http://www.debian.org/doc/debian-policy/ or +# # the debian-policy package +# # +# # quoting from the policy: +# # Any necessary prompting should almost always be confined to the +# # post-installation script, and should be protected with a conditional +# # so that unnecessary prompting doesn't happen if a package's +# # installation fails and the `postinst' is called with `abort-upgrade', +# # `abort-remove' or `abort-deconfigure'. + +# case "$1" in +# configure) +# /usr/sbin/register-common-lisp-source $pkg +# ;; +# abort-upgrade|abort-remove|abort-deconfigure) +# ;; +# *) +# echo "postinst called with unknown argument \`$1'" >&2 +# exit 1 +# ;; +# esac + +# #DEBHELPER# + +# exit 0 diff --git a/dev-lisp/cl-asdf/files/digest-cl-asdf-1.73b b/dev-lisp/cl-asdf/files/digest-cl-asdf-1.73b new file mode 100644 index 000000000000..645656da0b88 --- /dev/null +++ b/dev-lisp/cl-asdf/files/digest-cl-asdf-1.73b @@ -0,0 +1 @@ +MD5 5750355f6a57afd1ce675e92adf6b55e cl-asdf_1.73b.tar.gz 31578 |