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

commit:     cc455a499c69818539219ced254e3ab3092056fa
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 12:27:43 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 12:27:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=cc455a49

dev-lisp/cl-difflib: add live ebuild

---
 dev-lisp/cl-difflib/cl-difflib-9999.ebuild | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
new file mode 100644
index 0000000..3c81f69
--- /dev/null
+++ b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between sequences."
+HOMEPAGE="http://www.cliki.net/CL-DIFFLIB"
+EGIT_REPO_URI="git://github.com/wiseman/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-difflib/
@ 2016-12-02 22:17 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-12-02 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a2dc90c278285b28fbaaf5d254f4eacb8daded8d
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 22:17:10 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 22:17:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a2dc90c2

dev-lisp/cl-difflib: Updates header

 dev-lisp/cl-difflib/cl-difflib-0.1.ebuild  | 4 ++--
 dev-lisp/cl-difflib/cl-difflib-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild b/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild
index 62dcbce..d9b0615 100644
--- a/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
index 3c81f69..f474889 100644
--- a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-difflib/
@ 2016-12-13 14:01 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-12-13 14:01 UTC (permalink / raw
  To: gentoo-commits

commit:     24598e0d0b2c2fc73bc5cf821d0ffb4221bbf52b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 14:01:29 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 14:01:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=24598e0d

dev-lisp/cl-difflib: Bumps EAPI

 dev-lisp/cl-difflib/cl-difflib-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
index f474889..f006b6b 100644
--- a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between sequences."
 HOMEPAGE="http://www.cliki.net/CL-DIFFLIB"


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

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

commit:     edf8b9ddc1dcf0b8e9bca0e338314df02ba00d6c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 21:02:57 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 21:02:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=edf8b9dd

dev-lisp/cl-difflib: Updates to common-lisp-3 eclass

 dev-lisp/cl-difflib/cl-difflib-0.1.ebuild  | 7 ++++---
 dev-lisp/cl-difflib/cl-difflib-9999.ebuild | 3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild b/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild
index d9b0615c..9878af4a 100644
--- a/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between sequences."
 HOMEPAGE="http://www.cliki.net/CL-DIFFLIB"

diff --git a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
index f006b6b3..259a977a 100644
--- a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-difflib/
@ 2017-08-21 14:33 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-08-21 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     fd23b3bb99bcdb63c14cfeb54cd7d3a3e7c0a237
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 14:33:15 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 14:33:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fd23b3bb

dev-lisp/cl-difflib: Use https schema in live ebuild

 dev-lisp/cl-difflib/cl-difflib-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
index 259a977a..474a1444 100644
--- a/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
+++ b/dev-lisp/cl-difflib/cl-difflib-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="CL-DIFFLIB is a Lisp library for computing differences between sequences."
 HOMEPAGE="http://www.cliki.net/CL-DIFFLIB"
-EGIT_REPO_URI="git://github.com/wiseman/${PN}"
+EGIT_REPO_URI="https://github.com/wiseman/${PN}"
 
 LICENSE="MIT"
 SLOT="0"


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

end of thread, other threads:[~2017-08-21 14:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 12:27 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-difflib/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-02 22:17 José María Alonso
2016-12-13 14:01 José María Alonso
2017-07-06 21:02 José María Alonso
2017-08-21 14:33 José María Alonso

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