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 414261384B4 for ; Sun, 15 Nov 2015 21:03:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B635321C12F; Sun, 15 Nov 2015 21:03:36 +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 67B8021C12F for ; Sun, 15 Nov 2015 21:03:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EE713405C3 for ; Sun, 15 Nov 2015 21:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F9BE9E5 for ; Sun, 15 Nov 2015 21:03:20 +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: <1447621531.87c46d3e0809a8fe41da386e83f7e5e2ce23eff4.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-2.0.2.ebuild X-VCS-Directories: dev-lisp/drakma/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 87c46d3e0809a8fe41da386e83f7e5e2ce23eff4 X-VCS-Branch: master Date: Sun, 15 Nov 2015 21:03:20 +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: 73dab4ad-71c6-4194-9089-05de9c2d223f X-Archives-Hash: cbbec7594b00b5436a32ae378840eba8 commit: 87c46d3e0809a8fe41da386e83f7e5e2ce23eff4 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Nov 15 21:05:31 2015 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Nov 15 21:05:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=87c46d3e dev-lisp/drakma: bump to version 2.0.2 dev-lisp/drakma/drakma-2.0.2.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-lisp/drakma/drakma-2.0.2.ebuild b/dev-lisp/drakma/drakma-2.0.2.ebuild new file mode 100644 index 0000000..f243456 --- /dev/null +++ b/dev-lisp/drakma/drakma-2.0.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +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/cl-base64-3.3.2 + dev-lisp/cl-plus-ssl + dev-lisp/cl-ppcre + >=dev-lisp/puri-1.5.0 + >=dev-lisp/flexi-streams-1.0.7 + >=dev-lisp/usocket-0.4.0"