From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 276AD139694 for ; Wed, 5 Apr 2017 17:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53567E0CB8; Wed, 5 Apr 2017 17:23:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BFB7E0CB8 for ; Wed, 5 Apr 2017 17:23:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D70F63412CB for ; Wed, 5 Apr 2017 17:23:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C551737F for ; Wed, 5 Apr 2017 17:23:51 +0000 (UTC) From: "José María Alonso" 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" Message-ID: <1491413026.69cee22d099c75a1c2f15653dadb288f3f4d33c6.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.34.ebuild dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild X-VCS-Directories: dev-lisp/hunchentoot/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 69cee22d099c75a1c2f15653dadb288f3f4d33c6 X-VCS-Branch: master Date: Wed, 5 Apr 2017 17:23:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2d8a3d03-3e6a-41eb-8ad6-14500bd8b1d4 X-Archives-Hash: 2480fed983461d4103dd8fb78f7d9e8b commit: 69cee22d099c75a1c2f15653dadb288f3f4d33c6 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Apr 5 17:23:46 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Apr 5 17:23:46 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69cee22d dev-lisp/hunchentoot: Drops old versions dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild | 43 -------------------------- dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild | 43 -------------------------- 2 files changed, 86 deletions(-) diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild deleted file mode 100644 index 3d68099e..00000000 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.34.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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/* -} diff --git a/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild b/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild deleted file mode 100644 index 3d68099e..00000000 --- a/dev-lisp/hunchentoot/hunchentoot-1.2.35.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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/* -}