diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /virtual/commonlisp |
reinit the tree, so we can have metadata
Diffstat (limited to 'virtual/commonlisp')
-rw-r--r-- | virtual/commonlisp/Manifest | 4 | ||||
-rw-r--r-- | virtual/commonlisp/commonlisp-0.ebuild | 15 | ||||
-rw-r--r-- | virtual/commonlisp/metadata.xml | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/virtual/commonlisp/Manifest b/virtual/commonlisp/Manifest new file mode 100644 index 000000000000..00f43131d598 --- /dev/null +++ b/virtual/commonlisp/Manifest @@ -0,0 +1,4 @@ +EBUILD commonlisp-0.ebuild 379 SHA256 3deb52fe3205f1b9e9898c29d7a25a77ca587ffd73a5bdcfe8bf82c39c1038c7 SHA512 9142689d946a7065d17db4e5aebfa4d903a10c86f1c56996ba71f39394e497df56f87e2b978985cd4ce65813371a385fff8d0762924e5728d1f70a5b330e2bd0 WHIRLPOOL db63a484437eabcf178ca667a62837135689c952a167c7d61cc85b783380b156c964e8eb6fda1eb52898bc2f8bd4f582801406905ffde705d18bcf7601896e58 +MISC ChangeLog 2427 SHA256 0612b2ae6092991479574e95efeb50c2bf4951955787f5ecc8938e6778384e3f SHA512 4744c615234d2a311f625f1d06d74610ae49413e331bc3f77d0031b78e5487f5bfc189a92526598f89b40b1d550636e96ad0e925af784ec97e0f66185d7cd5c6 WHIRLPOOL eefc6f74c0a43b9257018545dfc9a69ef4cb42d3c11d098995c9bfa1fb6729a3134723a3d197546156b6df2a9f6b5dd0284f001ce007db4a22d87ec674cd162e +MISC ChangeLog-2015 571 SHA256 0d6310b6fcdc94e4349d353a810ea3babb204388d25df86c9845ab281bf95a4f SHA512 2895d2a2a1b758e4cc51d072186e37b55d74f521e8627fdb3c58c53f85a9351394bc625720ec13f3329e7170e7701f8872444b9104e62c0bb812925e7002981d WHIRLPOOL 52b93b3317aa86e5e45392fe5be254088f35ec11f063b6e3e7875564befecf6fbf6dbbf494e3912d7d714e279dc9d84196109a4ec7b4192deea0721acfe5fcd1 +MISC metadata.xml 269 SHA256 c84dd00de45ec0d8b330e1d0ff6209eaa8b60c1e183223cdb55534bb5b4e579f SHA512 9210e61a2399529d4b682482ef3026e0b36f0d17c2f90912d9d6d5c2005a23c49de467f0bc795d5ea960d506e4639beff0f6747c1cc8d67cd3955cf336ff821f WHIRLPOOL 2848882dce55f15c00a21b04e7851dc3142e9ca4822f0c5f0b6bc33553d5238f8f493effc10194a051dcc6ef6d323077bfb753a1e4c6081b69d476e89566249a diff --git a/virtual/commonlisp/commonlisp-0.ebuild b/virtual/commonlisp/commonlisp-0.ebuild new file mode 100644 index 000000000000..fa337ef670a9 --- /dev/null +++ b/virtual/commonlisp/commonlisp-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Virtual for Common Lisp" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" + +RDEPEND="|| ( dev-lisp/sbcl + dev-lisp/clisp + dev-lisp/clozurecl + dev-lisp/cmucl + dev-lisp/ecls + dev-lisp/gcl )" diff --git a/virtual/commonlisp/metadata.xml b/virtual/commonlisp/metadata.xml new file mode 100644 index 000000000000..ffa67744d44b --- /dev/null +++ b/virtual/commonlisp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>common-lisp@gentoo.org</email> + <name>Gentoo Common Lisp Project</name> + </maintainer> +</pkgmetadata> |