diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 17:19:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-02 17:19:39 +0200 |
commit | 94c3973c646b29494a3f95dffe9740fc9c6bbae3 (patch) | |
tree | 8fd0bd5c4b36ad6f105b82f7781239baa68641fb | |
parent | dev-lisp/iolib: Drop ~sparc because of unkeyworded dependencies (diff) | |
download | lisp-94c3973c646b29494a3f95dffe9740fc9c6bbae3.tar.gz lisp-94c3973c646b29494a3f95dffe9740fc9c6bbae3.tar.bz2 lisp-94c3973c646b29494a3f95dffe9740fc9c6bbae3.zip |
dev-lisp/hunchentoot: Remove old
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | dev-lisp/hunchentoot/Manifest | 1 | ||||
-rw-r--r-- | dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-lisp/hunchentoot/Manifest b/dev-lisp/hunchentoot/Manifest index 488fbca2..bb8611e1 100644 --- a/dev-lisp/hunchentoot/Manifest +++ b/dev-lisp/hunchentoot/Manifest @@ -1,2 +1 @@ -DIST hunchentoot-1.2.37.tar.gz 217242 BLAKE2B 02c549473bf2b9fee5512a884cc184f04f0efd63584947ceee2f79860189c8418fe44bdaaa89941c772cc0acb92982097121e6d11112561f2601ed1dacd60574 SHA512 57969bad6c73a48d4f90b1d3ff484030728a65fceb2299f3b2b943489a32a63f529d4f9c317ff80b66906d6bbcac7960ea23ba88e59e7d729588e17f73d29b04 DIST hunchentoot-1.2.38.tar.gz 217395 BLAKE2B 9a9ce368c460f147fdeff9cb43c638641a68625e82b4905e7ea5a334dbe7ea89b1d4be652ddaaeec33b1fe50123abda2120ec6d51129035cbe4c50ebd619f40a SHA512 b37536ffaf5bbd9d9f011b665fcb200e05a3f43cdb2bfd97741164ddd196734551f591aa9bd91732971baea7104063608e188c4dfdce1fd1d43a1f659d322f01 diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild deleted file mode 100644 index 3e806245..00000000 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.37.ebuild +++ /dev/null @@ -1,42 +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="Hunchentoot is a web server written in Common Lisp." -HOMEPAGE="http://weitz.de/hunchentoot/" -SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-libs/libxslt )" -RDEPEND=">=dev-lisp/bordeaux-threads-0.7.0 - >=dev-lisp/chunga-1.1.1 - >=dev-lisp/cl-base64-3.3.0 - >=dev-lisp/cl-fad-0.6.3 - dev-lisp/cl-plus-ssl - >=dev-lisp/cl-ppcre-2.0.0 - >=dev-lisp/cl-who-0.11.1 - >=dev-lisp/drakma-1.0.0 - >=dev-lisp/flexi-streams-0.12.0 - >=dev-lisp/md5-1.8.5 - >=dev-lisp/rfc2388-1.2 - >=dev-lisp/trivial-backtrace-1.0.2 - >=dev-lisp/usocket-0.4.0" - -src_compile() { - use doc && xsltproc doc/clixdoc.xsl doc/index.xml > doc/index.html -} - -src_install() { - common-lisp-install-sources *.lisp url-rewrite - common-lisp-install-sources -t all www test - common-lisp-install-asdf - dodoc CHANGELOG* README - use doc && dodoc -r doc/* -} |