commit:     733099f004e289037dcf2d2e5999e5e596f41362
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:27:13 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:27:13 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=733099f0

dev-lisp/hunchentoo-vhost: Drops package

 dev-lisp/hunchentoot-vhost/files/fix-asd.patch     | 12 --------
 .../hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild | 36 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-lisp/hunchentoot-vhost/files/fix-asd.patch 
b/dev-lisp/hunchentoot-vhost/files/fix-asd.patch
deleted file mode 100644
index 7f6df6a6..00000000
--- a/dev-lisp/hunchentoot-vhost/files/fix-asd.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur hunchentoot-vhost_0.1.7.orig/hunchentoot-vhost.asd 
hunchentoot-vhost_0.1.7/hunchentoot-vhost.asd
---- hunchentoot-vhost_0.2.orig/hunchentoot-vhost.asd   2007-10-07 
07:09:47.000000000 +0200
-+++ hunchentoot-vhost_0.2/hunchentoot-vhost.asd        2008-01-20 
13:42:21.000000000 +0100
-@@ -40,8 +40,5 @@
-   :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 "hunchentoot-vhost" :depends-on ("defpackage"))))

diff --git a/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild 
b/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-0.2.ebuild
deleted file mode 100644
index 5a433b93..00000000
--- a/dev-lisp/hunchentoot-vhost/hunchentoot-vhost-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="Virtual hosting with Hunchentoot."
-HOMEPAGE="http://www.cyrusharmon.org/projects?project=hunchentoot-vhost";
-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
-}

Reply via email to