commit: 2288e93977dbe17367e409054d6fd2f24bbc0b1f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:26:19 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:26:19 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2288e939
dev-lisp/hunchentoo-auth: Drops package
dev-lisp/hunchentoot-auth/files/fix-asd.patch | 13 --------
.../hunchentoot-auth/hunchentoot-auth-0.2.ebuild | 39 ----------------------
2 files changed, 52 deletions(-)
diff --git a/dev-lisp/hunchentoot-auth/files/fix-asd.patch
b/dev-lisp/hunchentoot-auth/files/fix-asd.patch
deleted file mode 100644
index 1964c4d3..00000000
--- a/dev-lisp/hunchentoot-auth/files/fix-asd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur hunchentoot-auth_0.2.orig/hunchentoot-auth.asd
hunchentoot-auth_0.2/hunchentoot-auth.asd
---- hunchentoot-auth_0.2.orig/hunchentoot-auth.asd 2008-07-10
23:35:40.000000000 +0200
-+++ hunchentoot-auth_0.2/hunchentoot-auth.asd 2009-06-14 18:38:52.000000000
+0200
-@@ -40,9 +40,6 @@
- :depends-on (hunchentoot cl-who cl-store bordeaux-threads)
- :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 "realm" :depends-on ("defpackage"))
- (:cl-source-file "hunchentoot-auth" :depends-on ("defpackage" "realm"))))
diff --git a/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild
b/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild
deleted file mode 100644
index 2269152f..00000000
--- a/dev-lisp/hunchentoot-auth/hunchentoot-auth-0.2.ebuild
+++ /dev/null
@@ -1,39 +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="HTTP authentication with Hunchentoot."
-HOMEPAGE="http://www.cyrusharmon.org/projects?project=hunchentoot-auth"
-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
- dev-lisp/cl-who
- dev-lisp/cl-store
- dev-lisp/bordeaux-threads"
-
-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
-}