* [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/
@ 2011-02-12 22:03 Stelian Ionescu
0 siblings, 0 replies; 4+ messages in thread
From: Stelian Ionescu @ 2011-02-12 22:03 UTC (permalink / raw
To: gentoo-commits
commit: 72a13eaa6a79b2b918d00d22c91e7033d677f8f8
Author: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
AuthorDate: Sat Feb 12 22:03:01 2011 +0000
Commit: Stelian Ionescu <sionescu <AT> cddr <DOT> org>
CommitDate: Sat Feb 12 22:03:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=72a13eaa
Add dev-lisp/nibbles-0.9
---
dev-lisp/nibbles/nibbles-0.9.ebuild | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/dev-lisp/nibbles/nibbles-0.9.ebuild b/dev-lisp/nibbles/nibbles-0.9.ebuild
new file mode 100644
index 0000000..7f4f131
--- /dev/null
+++ b/dev-lisp/nibbles/nibbles-0.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+inherit common-lisp-3
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION="A library for accessing multibyte integers from octet arrays and streams"
+HOMEPAGE="http://method-combination.net/lisp/nibbles/"
+SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ common-lisp-install-sources .
+ common-lisp-install-asdf
+ dodoc README doc/nibbles-doc.txt
+ dohtml doc/{index.html,style.css}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/
@ 2015-05-04 8:02 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-05-04 8:02 UTC (permalink / raw
To: gentoo-commits
commit: eeacd8c89ff72a63f974c3b28366770ef8f357d9
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 08:01:58 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 4 08:01:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=eeacd8c8
dev-lisp/nibbles: remove unneeded comments
dev-lisp/nibbles/nibbles-0.12.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-lisp/nibbles/nibbles-0.12.ebuild b/dev-lisp/nibbles/nibbles-0.12.ebuild
new file mode 100644
index 0000000..cdcb10f
--- /dev/null
+++ b/dev-lisp/nibbles/nibbles-0.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 eutils
+
+MY_P="${PN}_${PV}"
+
+DESCRIPTION="A library for accessing multibyte integers from octet arrays and streams"
+HOMEPAGE="http://method-combination.net/lisp/nibbles/"
+SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ common-lisp-install-sources .
+ common-lisp-install-asdf
+ dodoc README doc/nibbles-doc.txt
+ dohtml doc/{index.html,style.css}
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/
@ 2016-09-11 17:40 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-09-11 17:40 UTC (permalink / raw
To: gentoo-commits
commit: c5ab9b4c71deea1da4c87d083d8a9e3164aae2f2
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:40:07 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:40:07 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c5ab9b4c
dev-lisp/nibbles: Update header
dev-lisp/nibbles/nibbles-0.12.ebuild | 4 ++--
dev-lisp/nibbles/nibbles-0.9.ebuild | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/nibbles/nibbles-0.12.ebuild b/dev-lisp/nibbles/nibbles-0.12.ebuild
index cdcb10f..d3ab6c5 100644
--- a/dev-lisp/nibbles/nibbles-0.12.ebuild
+++ b/dev-lisp/nibbles/nibbles-0.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/nibbles/nibbles-0.9.ebuild b/dev-lisp/nibbles/nibbles-0.9.ebuild
index e493f38..c5f42ee 100644
--- a/dev-lisp/nibbles/nibbles-0.9.ebuild
+++ b/dev-lisp/nibbles/nibbles-0.9.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=3
+
inherit common-lisp-3 eutils
MY_P=${PN}_${PV}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/
@ 2017-07-07 10:00 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 10:00 UTC (permalink / raw
To: gentoo-commits
commit: b7ea2aa6c08f676b67f5958c916f7ec820a9e2d4
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 10:00:13 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 10:00:13 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b7ea2aa6
dev-lisp/nibbles: Updates header and EAPI
dev-lisp/nibbles/nibbles-0.12.ebuild | 5 ++---
dev-lisp/nibbles/nibbles-0.9.ebuild | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/nibbles/nibbles-0.12.ebuild b/dev-lisp/nibbles/nibbles-0.12.ebuild
index d3ab6c57..c2299301 100644
--- a/dev-lisp/nibbles/nibbles-0.12.ebuild
+++ b/dev-lisp/nibbles/nibbles-0.12.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 eutils
diff --git a/dev-lisp/nibbles/nibbles-0.9.ebuild b/dev-lisp/nibbles/nibbles-0.9.ebuild
index c5f42eed..95541bca 100644
--- a/dev-lisp/nibbles/nibbles-0.9.ebuild
+++ b/dev-lisp/nibbles/nibbles-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=3
+EAPI=6
inherit common-lisp-3 eutils
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-07 10:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 17:40 [gentoo-commits] proj/lisp:master commit in: dev-lisp/nibbles/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-07 10:00 José María Alonso
2015-05-04 8:02 José María Alonso
2011-02-12 22:03 Stelian Ionescu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox