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

commit:     ea865733ffdca0999ac126ebbb854d873425e6bc
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 17:38:22 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 17:38:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ea865733

dev-lisp/archive: bump to version 0.9

---
 dev-lisp/archive/archive-0.9.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-lisp/archive/archive-0.9.ebuild b/dev-lisp/archive/archive-0.9.ebuild
new file mode 100644
index 0000000..5c0e64d
--- /dev/null
+++ b/dev-lisp/archive/archive-0.9.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION="Archive is Nathan Froyd's tar/cpio package for CL."
+HOMEPAGE="http://www.cliki.net/Archive"
+SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lisp/cl-fad
+	dev-lisp/trivial-gray-streams"
+
+S="${WORKDIR}"/${MY_P}
+


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/archive/
@ 2016-06-17 20:49 José María Alonso
  0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-06-17 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1467cb124fafbe2fef18061a4c4d63dc49325754
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 20:49:54 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 20:49:54 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1467cb12

dev-lisp/archive: Update header

 dev-lisp/archive/archive-0.8-r1.ebuild | 4 ++--
 dev-lisp/archive/archive-0.9.ebuild    | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/archive/archive-0.8-r1.ebuild b/dev-lisp/archive/archive-0.8-r1.ebuild
index 0a786b1..0d4f1b4 100644
--- a/dev-lisp/archive/archive-0.8-r1.ebuild
+++ b/dev-lisp/archive/archive-0.8-r1.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$
 
 EAPI=2
 inherit common-lisp-3

diff --git a/dev-lisp/archive/archive-0.9.ebuild b/dev-lisp/archive/archive-0.9.ebuild
index 5c0e64d..7ee62cf 100644
--- a/dev-lisp/archive/archive-0.9.ebuild
+++ b/dev-lisp/archive/archive-0.9.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
 
@@ -21,4 +21,3 @@ DEPEND="dev-lisp/cl-fad
 	dev-lisp/trivial-gray-streams"
 
 S="${WORKDIR}"/${MY_P}
-


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

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

commit:     68e5009b7a79a057b0ebacffb4addedb5bf90f34
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 09:58:39 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 09:58:39 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=68e5009b

dev-lisp/archive: Updates header and EAPI

 dev-lisp/archive/archive-0.8-r1.ebuild | 6 +++---
 dev-lisp/archive/archive-0.9.ebuild    | 5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/archive/archive-0.8-r1.ebuild b/dev-lisp/archive/archive-0.8-r1.ebuild
index 0d4f1b4e..ffce1f83 100644
--- a/dev-lisp/archive/archive-0.8-r1.ebuild
+++ b/dev-lisp/archive/archive-0.8-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
+
 inherit common-lisp-3
 
 MY_P=${PN}_${PV}

diff --git a/dev-lisp/archive/archive-0.9.ebuild b/dev-lisp/archive/archive-0.9.ebuild
index 7ee62cfe..f74a07be 100644
--- a/dev-lisp/archive/archive-0.9.ebuild
+++ b/dev-lisp/archive/archive-0.9.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

end of thread, other threads:[~2017-07-07  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17 20:49 [gentoo-commits] proj/lisp:master commit in: dev-lisp/archive/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07  9:58 José María Alonso
2013-07-09 17:38 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