* [gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/
@ 2013-07-19 13:31 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2013-07-19 13:31 UTC (permalink / raw
To: gentoo-commits
commit: a2f42a638791057ca151ab100952758ffecf1abc
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 13:31:30 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 13:31:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a2f42a63
dev-lisp/chronicity: move to github. Bump to version 0.2.7
---
dev-lisp/chronicity/chronicity-0.2.6.ebuild | 10 ++++------
.../{chronicity-0.2.6.ebuild => chronicity-0.2.7.ebuild} | 12 +++++-------
2 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.6.ebuild
index 2d183f1..63e57f3 100644
--- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.2.6.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit common-lisp-2
+EAPI=5
-MY_P=${PN}-v${PV}
+inherit common-lisp-2
DESCRIPTION="A natural language date and time parser for Common Lisp."
HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/"
-SRC_URI="http://chaitanyagupta.com/lisp/${PN}/downloads/${MY_P}.tar.gz"
+SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -21,8 +21,6 @@ RDEPEND=">=dev-lisp/cl-ppcre-2.0.0
CLPACKAGES="${PN} ${PN}-test"
-S="${WORKDIR}"/${MY_P}
-
src_install() {
common-lisp-install *.asd src test
common-lisp-symlink-asdf
diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.7.ebuild
similarity index 70%
copy from dev-lisp/chronicity/chronicity-0.2.6.ebuild
copy to dev-lisp/chronicity/chronicity-0.2.7.ebuild
index 2d183f1..67c3e20 100644
--- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.2.7.ebuild
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit common-lisp-2
+EAPI=5
-MY_P=${PN}-v${PV}
+inherit common-lisp-3
DESCRIPTION="A natural language date and time parser for Common Lisp."
HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/"
-SRC_URI="http://chaitanyagupta.com/lisp/${PN}/downloads/${MY_P}.tar.gz"
+SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -21,10 +21,8 @@ RDEPEND=">=dev-lisp/cl-ppcre-2.0.0
CLPACKAGES="${PN} ${PN}-test"
-S="${WORKDIR}"/${MY_P}
-
src_install() {
- common-lisp-install *.asd src test
- common-lisp-symlink-asdf
+ common-lisp-install-sources src test
+ common-lisp-install-asdf
dodoc README
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/
@ 2016-12-04 18:58 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 054f0cb0afa2afcccc40281634b698d8939819d7
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 18:58:09 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 18:58:09 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=054f0cb0
dev-lisp/chronicity: Updates header
dev-lisp/chronicity/chronicity-0.2.6.ebuild | 4 ++--
dev-lisp/chronicity/chronicity-0.2.7.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.6.ebuild
index 63e57f3..a8f94f3 100644
--- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.2.6.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
diff --git a/dev-lisp/chronicity/chronicity-0.2.7.ebuild b/dev-lisp/chronicity/chronicity-0.2.7.ebuild
index 67c3e20..52a0242 100644
--- a/dev-lisp/chronicity/chronicity-0.2.7.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.2.7.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=5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/
@ 2016-12-04 19:30 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 19:30 UTC (permalink / raw
To: gentoo-commits
commit: d9ee7060f762d428d6b58a74dc5d45855a562f75
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 19:30:54 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 19:30:54 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d9ee7060
dev-lisp/chronicity: Bumps version to 0.3.0
dev-lisp/chronicity/chronicity-0.3.0.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/chronicity/chronicity-0.3.0.ebuild b/dev-lisp/chronicity/chronicity-0.3.0.ebuild
new file mode 100644
index 0000000..fc3fbfd
--- /dev/null
+++ b/dev-lisp/chronicity/chronicity-0.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="A natural language date and time parser for Common Lisp."
+HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/"
+SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lisp/cl-ppcre-2.0.0
+ dev-lisp/cl-interpol
+ >=dev-lisp/local-time-1.0.1"
+
+CLPACKAGES="${PN} ${PN}-test"
+
+src_install() {
+ common-lisp-install-sources src test
+ common-lisp-install-asdf
+ dodoc README
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/
@ 2017-07-05 21:13 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-05 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 4d992cff546348f11b18031ae2333200f81c96b7
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 21:13:11 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 21:13:11 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4d992cff
dev-lisp/chronicity: Drops old version. Updates to common-lisp-3 eclass
dev-lisp/chronicity/chronicity-0.2.6.ebuild | 28 ----------------------------
dev-lisp/chronicity/chronicity-0.2.7.ebuild | 5 ++---
dev-lisp/chronicity/chronicity-0.3.0.ebuild | 3 +--
3 files changed, 3 insertions(+), 33 deletions(-)
diff --git a/dev-lisp/chronicity/chronicity-0.2.6.ebuild b/dev-lisp/chronicity/chronicity-0.2.6.ebuild
deleted file mode 100644
index a8f94f36..00000000
--- a/dev-lisp/chronicity/chronicity-0.2.6.ebuild
+++ /dev/null
@@ -1,28 +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
-
-DESCRIPTION="A natural language date and time parser for Common Lisp."
-HOMEPAGE="http://chaitanyagupta.com/lisp/chronicity/"
-SRC_URI="https://github.com/chaitanyagupta/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/cl-ppcre-2.0.0
- dev-lisp/cl-interpol
- >=dev-lisp/local-time-1.0.1"
-
-CLPACKAGES="${PN} ${PN}-test"
-
-src_install() {
- common-lisp-install *.asd src test
- common-lisp-symlink-asdf
- dodoc README
-}
diff --git a/dev-lisp/chronicity/chronicity-0.2.7.ebuild b/dev-lisp/chronicity/chronicity-0.2.7.ebuild
index 52a02424..c24b82bc 100644
--- a/dev-lisp/chronicity/chronicity-0.2.7.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.2.7.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
diff --git a/dev-lisp/chronicity/chronicity-0.3.0.ebuild b/dev-lisp/chronicity/chronicity-0.3.0.ebuild
index fc3fbfd4..c24b82bc 100644
--- a/dev-lisp/chronicity/chronicity-0.3.0.ebuild
+++ b/dev-lisp/chronicity/chronicity-0.3.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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-05 21:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19 13:31 [gentoo-commits] proj/lisp:master commit in: dev-lisp/chronicity/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-12-04 18:58 José María Alonso
2016-12-04 19:30 José María Alonso
2017-07-05 21:13 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