commit: ae2417204ebc4e17f68fe742dd52102c8c48dd4e
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:25:56 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:25:56 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ae241720
dev-lisp/hunchentoo-cgi: Drops package
dev-lisp/hunchentoot-cgi/files/fix-asd.patch | 13 --------
.../hunchentoot-cgi/hunchentoot-cgi-0.2.ebuild | 36 ----------------------
2 files changed, 49 deletions(-)
diff --git a/dev-lisp/hunchentoot-cgi/files/fix-asd.patch
b/dev-lisp/hunchentoot-cgi/files/fix-asd.patch
deleted file mode 100644
index dfc3119e..00000000
--- a/dev-lisp/hunchentoot-cgi/files/fix-asd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur hunchentoot-cgi_0.2.orig/hunchentoot-cgi.asd
hunchentoot-cgi_0.2/hunchentoot-cgi.asd
---- hunchentoot-cgi_0.2.orig/hunchentoot-cgi.asd 2008-07-22
18:21:44.000000000 +0200
-+++ hunchentoot-cgi_0.2/hunchentoot-cgi.asd 2009-06-14 18:43:51.000000000
+0200
-@@ -38,9 +38,6 @@
- :depends-on (hunchentoot)
- :components
- ((:static-file "version" :pathname #p"version.lisp-expr")
-- (:static-file "README")
-- (:static-file "LICENSE")
-- (:static-file "NEWS")
- (:cl-source-file "defpackage")
- (:cl-source-file "util" :depends-on ("defpackage"))
- (:cl-source-file "hunchentoot-cgi" :depends-on ("defpackage" "util"))))
diff --git a/dev-lisp/hunchentoot-cgi/hunchentoot-cgi-0.2.ebuild
b/dev-lisp/hunchentoot-cgi/hunchentoot-cgi-0.2.ebuild
deleted file mode 100644
index 7cf8d600..00000000
--- a/dev-lisp/hunchentoot-cgi/hunchentoot-cgi-0.2.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 eutils
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="CGI handlers for Hunchentoot."
-HOMEPAGE="http://www.cyrusharmon.org/projects?project=hunchentoot-cgi"
-SRC_URI="http://cyrusharmon.org/static/releases/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/hunchentoot-1.0.0"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
- unpack ${A}
-}
-
-src_prepare() {
- eapply "${FILESDIR}"/fix-asd.patch
- eapply_user
-}
-
-src_install() {
- common-lisp-install-sources *.lisp version.lisp-expr
- common-lisp-install-asdf
- dodoc NEWS README
-}