* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2014-02-10 10:03 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2014-02-10 10:03 UTC (permalink / raw
To: gentoo-commits
commit: d316e54b5cc339be659068f75f0f0bb390bd1649
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 10:04:04 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 10:04:04 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d316e54b
dev-lisp/lisp-unit: fix live ebuild
---
dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
index 839085f..b54fe2c 100644
--- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
-inherit common-lisp-2 git
+inherit common-lisp-3 git-2
DESCRIPTION="A Common Lisp library for unit testing."
HOMEPAGE="http://www.cliki.net/lisp-unit/"
@@ -15,9 +15,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dodoc TODO
- use doc && dohtml documentation/*
-}
+#src_install() {
+ #common-lisp-install-sources *.lisp
+ #common-lisp-install-asdf
+ #dodoc TODO
+ #use doc && dohtml documentation/*
+#}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2014-02-10 11:06 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2014-02-10 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 26afa5b902c22472388404402e4ddff049c5233d
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:07:19 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:07:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=26afa5b9
dev-lisp/lisp-unit: remove comments
---
dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
index b54fe2c..4425a4c 100644
--- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
@@ -13,11 +13,4 @@ EGIT_REPO_URI="git://repo.or.cz/lisp-unit.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-#src_install() {
- #common-lisp-install-sources *.lisp
- #common-lisp-install-asdf
- #dodoc TODO
- #use doc && dohtml documentation/*
-#}
+IUSE=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2015-05-29 21:09 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2015-05-29 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 58e01a42a4b31b9aa90c370ac5fc29e862d1ac65
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 21:09:13 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri May 29 21:09:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58e01a42
dev-lisp/lisp-unit: add version 0.9.5
dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
new file mode 100644
index 0000000..c099a3b
--- /dev/null
+++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="A Common Lisp library for unit testing."
+HOMEPAGE="http://www.cliki.net/lisp-unit/"
+SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2016-12-01 15:16 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-12-01 15:16 UTC (permalink / raw
To: gentoo-commits
commit: 5a44758c7f092217ddbdbc2d0f8b46f05daf6dce
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 15:16:19 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 15:16:19 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5a44758c
dev-lisp/lisp-unit: Updates header and EAPI
dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 4 ++--
dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
index c099a3b..408c43c 100644
--- a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-0.9.5.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/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
index 4425a4c..8e2d3c3 100644
--- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=5
+EAPI=6
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
DESCRIPTION="A Common Lisp library for unit testing."
HOMEPAGE="http://www.cliki.net/lisp-unit/"
@@ -12,5 +12,4 @@ EGIT_REPO_URI="git://repo.or.cz/lisp-unit.git"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2016-12-01 15:34 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-12-01 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 8b1e41eb384f7a71b8c59ef918299c63cf7d7f56
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 15:34:15 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 15:34:15 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8b1e41eb
dev-lisp/lisp-unit: Bump version to 1.0.0
dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild b/dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild
new file mode 100644
index 0000000..21fc72d
--- /dev/null
+++ b/dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="Version-${PV}"
+
+DESCRIPTION="A Common Lisp library for unit testing."
+HOMEPAGE="http://www.cliki.net/lisp-unit/"
+SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2016-12-22 10:45 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2016-12-22 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 16466134f307ab1b057170b5baf4ab68d54067ca
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 10:45:02 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 10:45:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=16466134
dev-lisp/lisp-unit: Bumps version to 1.0.1
dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
new file mode 100644
index 0000000..21fc72d
--- /dev/null
+++ b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="Version-${PV}"
+
+DESCRIPTION="A Common Lisp library for unit testing."
+HOMEPAGE="http://www.cliki.net/lisp-unit/"
+SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/
@ 2017-07-07 15:27 José María Alonso
0 siblings, 0 replies; 7+ messages in thread
From: José María Alonso @ 2017-07-07 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 014658b97b4ec2b88ca9bf03b1a7298577e8777b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:28:02 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:28:02 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=014658b9
dev-lisp/lisp-unit: Drops old version. Updates header
dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild | 16 ----------------
dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild | 3 +--
dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild | 3 +--
dev-lisp/lisp-unit/lisp-unit-9999.ebuild | 3 +--
4 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild b/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
deleted file mode 100644
index 408c43cb..00000000
--- a/dev-lisp/lisp-unit/lisp-unit-0.9.5.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit common-lisp-3
-
-DESCRIPTION="A Common Lisp library for unit testing."
-HOMEPAGE="http://www.cliki.net/lisp-unit/"
-SRC_URI="https://github.com/OdonataResearchLLC/${PN}/archive/${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
diff --git a/dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild b/dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild
index 21fc72d8..d4fe0dc0 100644
--- a/dev-lisp/lisp-unit/lisp-unit-1.0.0.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-1.0.0.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
diff --git a/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild b/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
index 21fc72d8..d4fe0dc0 100644
--- a/dev-lisp/lisp-unit/lisp-unit-1.0.1.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-1.0.1.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
diff --git a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild b/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
index 8e2d3c30..31a11070 100644
--- a/dev-lisp/lisp-unit/lisp-unit-9999.ebuild
+++ b/dev-lisp/lisp-unit/lisp-unit-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] 7+ messages in thread
end of thread, other threads:[~2017-07-07 15:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 11:06 [gentoo-commits] proj/lisp:master commit in: dev-lisp/lisp-unit/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-07 15:27 José María Alonso
2016-12-22 10:45 José María Alonso
2016-12-01 15:34 José María Alonso
2016-12-01 15:16 José María Alonso
2015-05-29 21:09 José María Alonso
2014-02-10 10:03 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