summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2018-03-18 23:15:06 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-18 23:15:06 +0100
commit922c9f75615d1b9c34dc92f572d0004b38a6d0de (patch)
treea5086140f9a412f9e21ef8458c56b2e3e0a5a211
parentdev-lisp/garbage-pools: Drops package (diff)
downloadlisp-922c9f75615d1b9c34dc92f572d0004b38a6d0de.tar.gz
lisp-922c9f75615d1b9c34dc92f572d0004b38a6d0de.tar.bz2
lisp-922c9f75615d1b9c34dc92f572d0004b38a6d0de.zip
dev-lisp/s-xml-rpc: Drops package
-rw-r--r--dev-lisp/s-xml-rpc/Manifest3
-rw-r--r--dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild36
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-lisp/s-xml-rpc/Manifest b/dev-lisp/s-xml-rpc/Manifest
deleted file mode 100644
index 374b9562..00000000
--- a/dev-lisp/s-xml-rpc/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST S-XML-RPC.html 8330 SHA256 41f99385bec940181460d703e547c669bb3de45267c4ffafb3bb3a716c8b847f
-DIST s-xml-rpc-20060521.tar.gz 16041 SHA256 2e528f6c7727f345eecba2089c00aea66ae3f5153cf5a74dd6763fb2f7324902
-EBUILD s-xml-rpc-20060521.ebuild 738 SHA256 f896fcacc21555aa2945175f52fa64ba43cee8b791ff892835a5a47bf510b5ca SHA512 6a6332f6769d2a0ef6ca8042465ea25d25582ea3f23c0d878cd2a6d77148116144f473ce62135dc0b9c4f6999ea421d15546b33dc662662a2f58cf31bcbd5afd WHIRLPOOL 07e51d12e56081618699ebd8f71dbe16c5ba556d6116d95894a6d30052be0f748f61807e0774cfefffac50374349b9143d42400fccb3ec84f685b0d9691ce751
diff --git a/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild b/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
deleted file mode 100644
index b09501b5..00000000
--- a/dev-lisp/s-xml-rpc/s-xml-rpc-20060521.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Implementation of XML-RPC in Common Lisp for both client and server."
-HOMEPAGE="http://www.common-lisp.net/project/s-xml-rpc/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://common-lisp.net/project/${PN}/S-XML-RPC.html"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/s-xml
- dev-lisp/s-base64
- dev-lisp/s-sysdeps"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_prepare() {
- rm "${S}"/Makefile
-}
-
-src_install() {
- common-lisp-install-sources src test
- common-lisp-install-asdf
- dohtml "${DISTDIR}"/S-XML-RPC.html
- dodoc ChangeLog
-}