From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-988112-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3130139083 for <garchives@archives.gentoo.org>; Sun, 3 Dec 2017 19:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A655EE0E68; Sun, 3 Dec 2017 19:21:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 82EB3E0E68 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2017 19:21:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B78533BEC7 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2017 19:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 030E2AD7E for <gentoo-commits@lists.gentoo.org>; Sun, 3 Dec 2017 19:21:26 +0000 (UTC) From: "José María Alonso" <nimiux@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" <nimiux@gentoo.org> Message-ID: <1512328896.84a6423bd552f36b4aa450e0194769b32910cbd5.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/hunchentoot/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild X-VCS-Directories: dev-lisp/hunchentoot/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 84a6423bd552f36b4aa450e0194769b32910cbd5 X-VCS-Branch: master Date: Sun, 3 Dec 2017 19:21:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2445df6a-f32d-486b-bef1-9cb8298edf54 X-Archives-Hash: 386b071275cdf142761c7ed21d748d29 commit: 84a6423bd552f36b4aa450e0194769b32910cbd5 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 3 19:21:36 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 3 19:21:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84a6423b dev-lisp/hunchentoot: Drops old version dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild | 42 -------------------------- 1 file changed, 42 deletions(-) diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.36.ebuild deleted file mode 100644 index cd29556f..00000000 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.36.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-20081104 - >=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 && dohtml -r doc/* -}