commit: 97696c9263caf242894e755a089d2c11f953c865 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 16:56:48 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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"
