* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-garbage/
@ 2015-12-13 17:22 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-12-13 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 5c127997ede38429391669d9ad73c4533e397bc5
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 17:24:47 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 17:24:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c127997
dev-lisp/trivial-garbage: Fix id in header and description
dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
index b024705..a0e1ab1 100644
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
+++ b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2
-DESCRIPTION="trivial-garbage is a simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
+DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
HOMEPAGE="http://www.cliki.net/trivial-garbage"
SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${PN}_${PV}.tar.gz"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-garbage/
@ 2015-12-13 17:35 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-12-13 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 27fed055d36a3beb3ad4817a7551be70decc7939
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 17:38:25 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 17:38:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=27fed055
dev-lisp/trivial-garbage: Bump to version 0.20
dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
new file mode 100644
index 0000000..141f964
--- /dev/null
+++ b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_V="v${PV}"
+
+DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
+HOMEPAGE="http://www.cliki.net/trivial-garbage"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_V}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-garbage/
@ 2016-09-11 15:36 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-09-11 15:36 UTC (permalink / raw
To: gentoo-commits
commit: 9fe28b2eb5eafdccf64cc569c4c0cb455e7fa82a
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:36:43 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:36:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9fe28b2e
dev-lisp/trivial-garbage: Update header and description
dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild | 12 ++++++++----
dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild | 8 +++-----
2 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
index a0e1ab1..b137dc5 100644
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
+++ b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
@@ -1,12 +1,16 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
inherit common-lisp-2
-DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
+MY_P="${PN}_${PV}"
+
+DESCRIPTION="Provides a portable library to finalizers, weak hash-tables and weak pointers."
HOMEPAGE="http://www.cliki.net/trivial-garbage"
-SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${PN}_${PV}.tar.gz"
+SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz -> ${PF}.tar.gz"
LICENSE="public-domain"
SLOT="0"
@@ -15,4 +19,4 @@ IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"
-S="${WORKDIR}"/${PN}_${PV}
+S="${WORKDIR}"/${MY_P}
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
index 141f964..94e9c78 100644
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
+++ b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,11 +6,9 @@ EAPI=5
inherit common-lisp-3
-MY_V="v${PV}"
-
-DESCRIPTION="Simple library that provides a portable API to finalizers, weak hash-tables and weak pointers."
+DESCRIPTION="Provides a portable library to finalizers, weak hash-tables and weak pointers."
HOMEPAGE="http://www.cliki.net/trivial-garbage"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_V}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz"
LICENSE="public-domain"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-garbage/
@ 2017-07-03 21:40 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-03 21:40 UTC (permalink / raw
To: gentoo-commits
commit: 228936ac54851b546dcb9061475783f9be66c919
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:40:52 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:40:52 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=228936ac
dev-lisp/trivial-garbage: Updates to common-lisp-3 eclass
.../trivial-garbage/trivial-garbage-0.19.ebuild | 22 ----------------------
.../trivial-garbage/trivial-garbage-0.20.ebuild | 5 ++---
2 files changed, 2 insertions(+), 25 deletions(-)
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
deleted file mode 100644
index b137dc52..00000000
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.19.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-2
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Provides a portable library to finalizers, weak hash-tables and weak pointers."
-HOMEPAGE="http://www.cliki.net/trivial-garbage"
-SRC_URI="http://common-lisp.net/~loliveira/tarballs/${PN}/${MY_P}.tar.gz -> ${PF}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
diff --git a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild b/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
index 94e9c785..b34c5f78 100644
--- a/dev-lisp/trivial-garbage/trivial-garbage-0.20.ebuild
+++ b/dev-lisp/trivial-garbage/trivial-garbage-0.20.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] 4+ messages in thread
end of thread, other threads:[~2017-07-03 21:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 21:40 [gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-garbage/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-09-11 15:36 José María Alonso
2015-12-13 17:35 José María Alonso
2015-12-13 17:22 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