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 7C400138330 for ; Sun, 11 Sep 2016 16:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B103DE0BA7; Sun, 11 Sep 2016 16:56: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 92A1CE0BA7 for ; Sun, 11 Sep 2016 16:56:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AA98340775 for ; Sun, 11 Sep 2016 16:56:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA20D2464 for ; Sun, 11 Sep 2016 16:56: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: <1473613008.97696c9263caf242894e755a089d2c11f953c865.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-recaptcha/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild X-VCS-Directories: dev-lisp/cl-recaptcha/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 97696c9263caf242894e755a089d2c11f953c865 X-VCS-Branch: master Date: Sun, 11 Sep 2016 16:56: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: 6a26477d-32a9-4464-8435-2b04d076f43f X-Archives-Hash: c2ab371ddeb703962608062019680fd7 commit: 97696c9263caf242894e755a089d2c11f953c865 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Sep 11 16:56:48 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Sep 11 16:56:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97696c92 dev-lisp/cl-recaptcha: Update header and SRC_URI dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild index 161e43c..460ab72 100644 --- a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild +++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ + +EAPI=5 -EAPI=3 inherit common-lisp-3 DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection" HOMEPAGE="http://github.com/madnificent/cl-recaptcha/" -SRC_URI="http://github.com/downloads/madnificent/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -15,5 +16,5 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=">=dev-lisp/drakma-1.0.0 - dev-lisp/split-sequence - dev-lisp/cl-ppcre" + dev-lisp/split-sequence + dev-lisp/cl-ppcre"