From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DECD0138CA4 for ; Sun, 3 May 2015 21:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D59AE0833; Sun, 3 May 2015 21:05:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABBF0E0833 for ; Sun, 3 May 2015 21:05:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70E2C340B6B for ; Sun, 3 May 2015 21:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E3898B for ; Sun, 3 May 2015 21:05:50 +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: <1430687139.104b3fd0e41c442f743befd67d2386485592a736.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/drakma/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/drakma/drakma-1.3.14.ebuild X-VCS-Directories: dev-lisp/drakma/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 104b3fd0e41c442f743befd67d2386485592a736 X-VCS-Branch: master Date: Sun, 3 May 2015 21:05:50 +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: 51a34d78-8eb6-4f2c-a0fd-7d2ac18b0ebd X-Archives-Hash: cd6c39d67bc0a7c0eafbfa01d178e2fd commit: 104b3fd0e41c442f743befd67d2386485592a736 Author: Chema Alonso gentoo org> AuthorDate: Sun May 3 21:05:39 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun May 3 21:05:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=104b3fd0 dev-lisp/drakma: bump to version 1.3.14 dev-lisp/drakma/drakma-1.3.14.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-lisp/drakma/drakma-1.3.14.ebuild b/dev-lisp/drakma/drakma-1.3.14.ebuild new file mode 100644 index 0000000..2b02e60 --- /dev/null +++ b/dev-lisp/drakma/drakma-1.3.14.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 eutils + +DESCRIPTION="Drakma is a Common Lisp HTTP client." +HOMEPAGE="http://weitz.de/drakma/" +SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + >=dev-lisp/chunga-1.1.0 + >=dev-lisp/puri-1.5.0 + >=dev-lisp/cl-base64-3.3.2 + >=dev-lisp/flexi-streams-1.0.7 + >=dev-lisp/usocket-0.4.0 + dev-lisp/cl-plus-ssl" + +#src_install() { + #common-lisp-3_src_install + #dohtml doc/index.html +#}