public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-recaptcha/
@ 2016-09-11 16:56 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-09-11 16:56 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-recaptcha/
@ 2017-07-07 10:05 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e0f3f5756b808382d71a7ee624ee2272f325f98c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 10:05:15 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 10:05:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e0f3f575

dev-lisp/cl-recaptcha: Updates header and EAPI

 dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
index 460ab720..2cb962e5 100644
--- a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
+++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-recaptcha/
@ 2022-04-02 15:34 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1acb28d6b6a8a785f2fab38901f5620a108047f7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 15:10:08 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 15:10:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1acb28d6

dev-lisp/cl-recaptcha: Drop ~sparc because of unkeyworded dependencies

Update HOMEPAGE.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
index 2cb962e5..c95a8549 100644
--- a/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
+++ b/dev-lisp/cl-recaptcha/cl-recaptcha-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,13 +6,12 @@ EAPI=6
 inherit common-lisp-3
 
 DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection"
-HOMEPAGE="http://github.com/madnificent/cl-recaptcha/"
+HOMEPAGE="https://github.com/madnificent/cl-recaptcha/"
 SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
 
 RDEPEND=">=dev-lisp/drakma-1.0.0
 		dev-lisp/split-sequence


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-02 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 16:56 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-recaptcha/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07 10:05 José María Alonso
2022-04-02 15:34 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox