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

commit:     ca53a0ccf6038b56d70bc42c3c4613a8a5d55b15
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 21:55:41 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed May  8 21:55:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ca53a0cc

dev-lisp/babel: version bump to 0.4.0

---
 dev-lisp/babel/babel-0.4.0.ebuild |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/dev-lisp/babel/babel-0.4.0.ebuild b/dev-lisp/babel/babel-0.4.0.ebuild
new file mode 100644
index 0000000..6e5d59c
--- /dev/null
+++ b/dev-lisp/babel/babel-0.4.0.ebuild
@@ -0,0 +1,31 @@
+# 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="A charset encoding/decoding library."
+HOMEPAGE="http://common-lisp.net/project/babel/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/trivial-features
+		dev-lisp/trivial-gray-streams
+		dev-lisp/rt"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+	common-lisp-install-sources -t all src tests
+	common-lisp-install-asdf
+	dodoc NOTES README
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/
@ 2015-12-22 12:23 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-12-22 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     10c179c7c5aa02bd605b2b4d692328d2d493ac88
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 12:26:00 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 12:26:00 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=10c179c7

dev-lisp/babel: fix header

 dev-lisp/babel/babel-0.3.0.ebuild | 4 ++--
 dev-lisp/babel/babel-0.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/babel/babel-0.3.0.ebuild b/dev-lisp/babel/babel-0.3.0.ebuild
index f8698da..6672cc8 100644
--- a/dev-lisp/babel/babel-0.3.0.ebuild
+++ b/dev-lisp/babel/babel-0.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2 eutils
 

diff --git a/dev-lisp/babel/babel-0.4.0.ebuild b/dev-lisp/babel/babel-0.4.0.ebuild
index 6e5d59c..e2871c2 100644
--- a/dev-lisp/babel/babel-0.4.0.ebuild
+++ b/dev-lisp/babel/babel-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/
@ 2015-12-22 12:24 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-12-22 12:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2c5639c3a500f98cbc9f392e29e83da9300af6d1
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 12:27:06 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 12:27:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2c5639c3

dev-lisp/babel: bump to version 0.5.0

 dev-lisp/babel/babel-0.5.0.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-lisp/babel/babel-0.5.0.ebuild b/dev-lisp/babel/babel-0.5.0.ebuild
new file mode 100644
index 0000000..e2871c2
--- /dev/null
+++ b/dev-lisp/babel/babel-0.5.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION="A charset encoding/decoding library."
+HOMEPAGE="http://common-lisp.net/project/babel/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/alexandria
+		dev-lisp/trivial-features
+		dev-lisp/trivial-gray-streams
+		dev-lisp/rt"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+	common-lisp-install-sources -t all src tests
+	common-lisp-install-asdf
+	dodoc NOTES README
+}


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

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

commit:     0e59647ffe8e62d611fb77eab2c0c59b6ce93cb7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 21:11:42 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 21:11:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0e59647f

dev-lisp/babel: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/babel/babel-0.3.0.ebuild | 29 -----------------------------
 dev-lisp/babel/babel-0.4.0.ebuild |  5 ++---
 dev-lisp/babel/babel-0.5.0.ebuild |  5 ++---
 3 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/dev-lisp/babel/babel-0.3.0.ebuild b/dev-lisp/babel/babel-0.3.0.ebuild
deleted file mode 100644
index 6672cc8a..00000000
--- a/dev-lisp/babel/babel-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2 eutils
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="A charset encoding/decoding library."
-HOMEPAGE="http://common-lisp.net/project/babel/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/alexandria
-		dev-lisp/trivial-features
-		dev-lisp/trivial-gray-streams
-		dev-lisp/rt"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
-	common-lisp-install *.asd src/ tests/
-	common-lisp-symlink-asdf
-	dodoc NOTES README
-}

diff --git a/dev-lisp/babel/babel-0.4.0.ebuild b/dev-lisp/babel/babel-0.4.0.ebuild
index e2871c2e..693a20ef 100644
--- a/dev-lisp/babel/babel-0.4.0.ebuild
+++ b/dev-lisp/babel/babel-0.4.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 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
 

diff --git a/dev-lisp/babel/babel-0.5.0.ebuild b/dev-lisp/babel/babel-0.5.0.ebuild
index e2871c2e..693a20ef 100644
--- a/dev-lisp/babel/babel-0.5.0.ebuild
+++ b/dev-lisp/babel/babel-0.5.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 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] 4+ messages in thread

end of thread, other threads:[~2017-07-05 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 21:11 [gentoo-commits] proj/lisp:master commit in: dev-lisp/babel/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2015-12-22 12:24 José María Alonso
2015-12-22 12:23 José María Alonso
2013-05-08 21:55 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