summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-11-09 04:13:35 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-11-09 04:13:35 +0000
commita9c36f844332c4d0e28cde863a1684d2965af1cc (patch)
tree3a346b314d913ab2d1003feaca180d21a3f862fd /dev-lisp/cl-asdf-binary-locations
parent+nsplugin (diff)
downloadhistorical-a9c36f844332c4d0e28cde863a1684d2965af1cc.tar.gz
historical-a9c36f844332c4d0e28cde863a1684d2965af1cc.tar.bz2
historical-a9c36f844332c4d0e28cde863a1684d2965af1cc.zip
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'dev-lisp/cl-asdf-binary-locations')
-rw-r--r--dev-lisp/cl-asdf-binary-locations/ChangeLog10
-rw-r--r--dev-lisp/cl-asdf-binary-locations/Manifest12
-rw-r--r--dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild26
-rw-r--r--dev-lisp/cl-asdf-binary-locations/files/digest-cl-asdf-binary-locations-200610183
4 files changed, 51 insertions, 0 deletions
diff --git a/dev-lisp/cl-asdf-binary-locations/ChangeLog b/dev-lisp/cl-asdf-binary-locations/ChangeLog
new file mode 100644
index 000000000000..969d4c70f3a4
--- /dev/null
+++ b/dev-lisp/cl-asdf-binary-locations/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-lisp/cl-asdf-binary-locations
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.1 2006/11/09 04:12:21 mkennedy Exp $
+
+*cl-asdf-binary-locations-20061018 (09 Nov 2006)
+
+ 09 Nov 2006; Matthew Kennedy <mkennedy@gentoo.org>
+ +cl-asdf-binary-locations-20061018.ebuild:
+ Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
+
diff --git a/dev-lisp/cl-asdf-binary-locations/Manifest b/dev-lisp/cl-asdf-binary-locations/Manifest
new file mode 100644
index 000000000000..18dfb61809b6
--- /dev/null
+++ b/dev-lisp/cl-asdf-binary-locations/Manifest
@@ -0,0 +1,12 @@
+DIST asdf-binary-locations_20061018.tar.gz 7504 RMD160 35eaf21598ce878c4b6579e2be9930be2aa26a4a SHA1 ef3b39be01df9e72545a441ae6c62b80e6e4068a SHA256 1ffc3473792cf383e7860551eaacb67fcf5a5421d371be2605ed3258f0f55f45
+EBUILD cl-asdf-binary-locations-20061018.ebuild 848 RMD160 b2a088d7f4810c92322d084e709655a7c040fdcb SHA1 5fdd64aa99c9649604f57937bdb9af258b4f8394 SHA256 de28ac9c666480bb7e4df0d5389e286ff4205a5aad700b9069dd322db4ae91cf
+MD5 30c44fad5230bb3fad7ed4a24c77b5e5 cl-asdf-binary-locations-20061018.ebuild 848
+RMD160 b2a088d7f4810c92322d084e709655a7c040fdcb cl-asdf-binary-locations-20061018.ebuild 848
+SHA256 de28ac9c666480bb7e4df0d5389e286ff4205a5aad700b9069dd322db4ae91cf cl-asdf-binary-locations-20061018.ebuild 848
+MISC ChangeLog 361 RMD160 af51801a240731b7d7aff9fb5650f454f1b2444c SHA1 779f0c01a8a759bc2c382db0e6c6e78ce3b769b9 SHA256 01f11db69c17ac0d3fd91df4609645895814568dad7a0d57df714881b7126b75
+MD5 08021ecbdee0c28ce1bcbd3853ace840 ChangeLog 361
+RMD160 af51801a240731b7d7aff9fb5650f454f1b2444c ChangeLog 361
+SHA256 01f11db69c17ac0d3fd91df4609645895814568dad7a0d57df714881b7126b75 ChangeLog 361
+MD5 624ce4764b1a196f9eb3b362cef400c5 files/digest-cl-asdf-binary-locations-20061018 286
+RMD160 c6e523c69c9753516ec10405f2d7611dd1ad76a0 files/digest-cl-asdf-binary-locations-20061018 286
+SHA256 7257f134db58e3cf74ca595f695672374ef3d397563219954d08121ba780482d files/digest-cl-asdf-binary-locations-20061018 286
diff --git a/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild
new file mode 100644
index 000000000000..bd2ec8016384
--- /dev/null
+++ b/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.1 2006/11/09 04:12:21 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="An ASDF-Extension that makes it easy to specify where your Common Lisp binaries (FASL files) should go."
+HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/"
+SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN/cl-/}_${PV}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lisp/cl-asdf"
+
+S=${WORKDIR}/${PN/cl-/}
+
+CLPACKAGE=asdf-binary-locations
+
+src_install() {
+ insinto $CLSOURCEROOT/$CLPACKAGE/dev
+ doins dev/*.lisp
+ common-lisp-install *.asd
+ common-lisp-system-symlink
+}
diff --git a/dev-lisp/cl-asdf-binary-locations/files/digest-cl-asdf-binary-locations-20061018 b/dev-lisp/cl-asdf-binary-locations/files/digest-cl-asdf-binary-locations-20061018
new file mode 100644
index 000000000000..be711134d2a6
--- /dev/null
+++ b/dev-lisp/cl-asdf-binary-locations/files/digest-cl-asdf-binary-locations-20061018
@@ -0,0 +1,3 @@
+MD5 aabd4248042e0276576c37e4cec098b1 asdf-binary-locations_20061018.tar.gz 7504
+RMD160 35eaf21598ce878c4b6579e2be9930be2aa26a4a asdf-binary-locations_20061018.tar.gz 7504
+SHA256 1ffc3473792cf383e7860551eaacb67fcf5a5421d371be2605ed3258f0f55f45 asdf-binary-locations_20061018.tar.gz 7504