diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-03 18:07:14 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-02-03 18:07:14 +0000 |
commit | de5959d55d53a8c5cbc1a060db9c459410a43787 (patch) | |
tree | 3af6e5989db1e9fddd813b082e3ccfc98f671f58 /dev-lisp | |
parent | Stable on hppa. (diff) | |
download | historical-de5959d55d53a8c5cbc1a060db9c459410a43787.tar.gz historical-de5959d55d53a8c5cbc1a060db9c459410a43787.tar.bz2 historical-de5959d55d53a8c5cbc1a060db9c459410a43787.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-mop-features/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-mop-features/Manifest | 22 | ||||
-rw-r--r-- | dev-lisp/cl-mop-features/cl-mop-features-0.41.ebuild | 26 | ||||
-rw-r--r-- | dev-lisp/cl-mop-features/files/digest-cl-mop-features-0.41 | 3 | ||||
-rw-r--r-- | dev-lisp/cl-mop-features/metadata.xml | 5 |
5 files changed, 66 insertions, 0 deletions
diff --git a/dev-lisp/cl-mop-features/ChangeLog b/dev-lisp/cl-mop-features/ChangeLog new file mode 100644 index 000000000000..a89575a56e7b --- /dev/null +++ b/dev-lisp/cl-mop-features/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-lisp/cl-mop-features +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mop-features/ChangeLog,v 1.1 2006/02/03 18:07:14 mkennedy Exp $ + +*cl-mop-features-0.41 (03 Feb 2006) + + 03 Feb 2006; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml, + +cl-mop-features-0.41.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. + diff --git a/dev-lisp/cl-mop-features/Manifest b/dev-lisp/cl-mop-features/Manifest new file mode 100644 index 000000000000..ea0ed3b3d4ff --- /dev/null +++ b/dev-lisp/cl-mop-features/Manifest @@ -0,0 +1,22 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8713886addc7790c410c322f548ca5e4 ChangeLog 439 +RMD160 09143a92f32da3f31300d5e9c4c30d24a583ac0a ChangeLog 439 +SHA256 e4b1c7cd95d0935cf2316d6c8bdb0eb5e88d99b432bd5aee15aa2cd9329e7b60 ChangeLog 439 +MD5 388c69641c8dfcd3310b0cf8c023d90b cl-mop-features-0.41.ebuild 733 +RMD160 e83f75d17cb4514aab12a17d9918916887886b99 cl-mop-features-0.41.ebuild 733 +SHA256 96745a4f30e239dbb8a85180af36fe33f2fcf9cab2440c4549f117c2d7bc3cb7 cl-mop-features-0.41.ebuild 733 +MD5 b2412b80ebe71a4aa640dd698522e780 files/digest-cl-mop-features-0.41 250 +RMD160 5cfe4cc4e8085a91078cd00c31ba3568b43c754e files/digest-cl-mop-features-0.41 250 +SHA256 5091b0011cf3443121373d273be8e3b1ccb0fc1da67a99785825cc4a1290388e files/digest-cl-mop-features-0.41 250 +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 metadata.xml 164 +SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f metadata.xml 164 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD45xeyiNZaEAZA+ARAjadAJ9z0+iNF00Ti//E6OUO+zPoJAsLtACfQa6Z +Sc4uoW6kUw7/EDzc5XQX1Zo= +=Myp9 +-----END PGP SIGNATURE----- diff --git a/dev-lisp/cl-mop-features/cl-mop-features-0.41.ebuild b/dev-lisp/cl-mop-features/cl-mop-features-0.41.ebuild new file mode 100644 index 000000000000..27145a8e5049 --- /dev/null +++ b/dev-lisp/cl-mop-features/cl-mop-features-0.41.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-mop-features/cl-mop-features-0.41.ebuild,v 1.1 2006/02/03 18:07:14 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Common Lisp library which tests for the existence and absence of MOP features." +HOMEPAGE="http://common-lisp.net/project/closer/closer-mop.html" +SRC_URI="ftp://common-lisp.net/pub/project/closer/${P/cl-/}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lisp/cl-lw-compat" + +CLPACKAGE=mop-feature-tests + +S=${WORKDIR}/mop-features + +src_install() { + common-lisp-install *.{asd,lisp} + common-lisp-system-symlink + dodoc *.txt +} diff --git a/dev-lisp/cl-mop-features/files/digest-cl-mop-features-0.41 b/dev-lisp/cl-mop-features/files/digest-cl-mop-features-0.41 new file mode 100644 index 000000000000..e64f46a2c224 --- /dev/null +++ b/dev-lisp/cl-mop-features/files/digest-cl-mop-features-0.41 @@ -0,0 +1,3 @@ +MD5 d5f610e5255789aead2cd9ad8d185192 mop-features-0.41.tar.gz 15643 +RMD160 51bbd0c079c3944463f85ddc94ae8bd27fd9919c mop-features-0.41.tar.gz 15643 +SHA256 fb58d2bfed13bad20063204ac3f2e9cfd8a215123e98d4204a4fa42ce910e3b0 mop-features-0.41.tar.gz 15643 diff --git a/dev-lisp/cl-mop-features/metadata.xml b/dev-lisp/cl-mop-features/metadata.xml new file mode 100644 index 000000000000..f418045b09c8 --- /dev/null +++ b/dev-lisp/cl-mop-features/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> |