commit: 3fc7e09c5d4ae5d5f0fa24ac77294db37c90cc0c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:03:27 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:03:27 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3fc7e09c
dev-lisp/araneida: Drops package
dev-lisp/araneida/araneida-0.90.1-r1.ebuild | 35 -----------------------------
dev-lisp/araneida/files/README.Gentoo | 27 ----------------------
2 files changed, 62 deletions(-)
diff --git a/dev-lisp/araneida/araneida-0.90.1-r1.ebuild
b/dev-lisp/araneida/araneida-0.90.1-r1.ebuild
deleted file mode 100644
index 40e8ab74..00000000
--- a/dev-lisp/araneida/araneida-0.90.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-MY_P="${PN}-version-${PV}"
-
-DESCRIPTION="Araneida is small, highly-portable web server for Common Lisp"
-HOMEPAGE="http://www.cliki.net/Araneida"
-SRC_URI="http://common-lisp.net/project/${PN}/release/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/split-sequence
- dev-lisp/net-telent-date"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- common-lisp-install-sources *.lisp} NEWS
- common-lisp-install-sources utility obsolete ${PN}-repl compat
- common-lisp-install-asdf
-
- dohtml doc/*.{html,css,lisp} doc/PLAN
- dosym /usr/share/doc/${PF}/html "${CLSOURCEROOT}"/${PN}/doc
-
- dodoc doc/*.txt RELEASE_NOTES NEWS Notes README TODO
- dodoc "${FILESDIR}"/README.Gentoo
-}
diff --git a/dev-lisp/araneida/files/README.Gentoo
b/dev-lisp/araneida/files/README.Gentoo
deleted file mode 100644
index 6254a08b..00000000
--- a/dev-lisp/araneida/files/README.Gentoo
+++ /dev/null
@@ -1,27 +0,0 @@
- -*-outline-*-
-* Gentoo Specific Notes for Araneida
-
-** Documentation
-
-Araneida comes with a HTML reference manual. In Gentoo the normal installation
-path for HTML documentation is /usr/share/doc/cl-araneida-*/html/, however
-Araneida's documentation references part of its source code. Indeed the HTML
is
-part of its definition system. Therefore, you can find the HTML documentation
-for Araneida at:
-
- file:///usr/share/common-lisp/source/araneida/doc/index.html
-
-** Reverse Web Proxies
-
-Araneida benifits from a reverse web proxy for deployments, however a proxy
-isn't really required while you develop with Araneida. Nonetheless, the choice
-between two reverse web proxy servers has been included in the runtime
-dependency list:
-
- net-www/apache
- www-servers/pound
-
-See the CLiki at http://www.cliki.net/Araneida for more information on this.
-
---
-Matthew Kennedy <[email protected]>