* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/
@ 2016-12-03 22:00 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-03 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 5aeedb014391dc91e9eea443b0eaa1bda4f74ecc
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 22:00:45 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 22:00:45 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5aeedb01
dev-lisp/ch-asdf: Updates header
dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild b/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
index 28df776..58642ef 100644
--- a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
+++ b/dev-lisp/ch-asdf/ch-asdf-0.2.14.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$
inherit common-lisp-2 eutils
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/
@ 2017-07-03 21:42 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-03 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 222a53007965031d32201d116723a340f9b14541
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:42:54 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:42:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=222a5300
dev-lisp/ch-asdf: Updates to common-lisp-3
dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild b/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
index 58642ef3..d422d217 100644
--- a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
+++ b/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
MY_P=${PN}_${PV}
@@ -22,6 +23,6 @@ RDEPEND="!dev-lisp/cl-${PN}
S="${WORKDIR}"/${MY_P}
src_install() {
- common-lisp-install *.{lisp,asd} version.lisp-expr
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp version.lisp-expr
+ common-lisp-install-asdf
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/
@ 2018-03-17 20:07 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-17 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 840d2376a7f914ec907c909117acfc099683ac71
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 20:07:40 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 20:07:40 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=840d2376
dev-lisp/ch-asdf: New live ebuild. Updates manifest. Drops old version
.../ch-asdf/{ch-asdf-0.2.14.ebuild => ch-asdf-9999.ebuild} | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild b/dev-lisp/ch-asdf/ch-asdf-9999.ebuild
similarity index 64%
rename from dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
rename to dev-lisp/ch-asdf/ch-asdf-9999.ebuild
index d422d217..305318b3 100644
--- a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
+++ b/dev-lisp/ch-asdf/ch-asdf-9999.ebuild
@@ -1,27 +1,22 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit common-lisp-3 eutils
-
-MY_P=${PN}_${PV}
+inherit common-lisp-3 git-r3
DESCRIPTION="ASDF Extensions from Cyrus Harmon."
HOMEPAGE="http://www.cyrusharmon.org/projects?project=ch-asdf"
-SRC_URI="http://cyrusharmon.org/static/releases/${MY_P}.tar.gz"
+EGIT_REPO_URI="https://github.com/slyrus/ch-asdf"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}
dev-lisp/ch-util
dev-lisp/puri"
-S="${WORKDIR}"/${MY_P}
-
src_install() {
common-lisp-install-sources *.lisp version.lisp-expr
common-lisp-install-asdf
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/
@ 2018-03-18 21:44 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-18 21:44 UTC (permalink / raw
To: gentoo-commits
commit: 54bdc58dbe9c9063b3fd16fc824f74979706bdbd
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 21:44:42 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 21:44:42 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=54bdc58d
dev-lisp/ch-asdf: Drops package
dev-lisp/ch-asdf/ch-asdf-9999.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-lisp/ch-asdf/ch-asdf-9999.ebuild b/dev-lisp/ch-asdf/ch-asdf-9999.ebuild
deleted file mode 100644
index 305318b3..00000000
--- a/dev-lisp/ch-asdf/ch-asdf-9999.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 git-r3
-
-DESCRIPTION="ASDF Extensions from Cyrus Harmon."
-HOMEPAGE="http://www.cyrusharmon.org/projects?project=ch-asdf"
-EGIT_REPO_URI="https://github.com/slyrus/ch-asdf"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/ch-util
- dev-lisp/puri"
-
-src_install() {
- common-lisp-install-sources *.lisp version.lisp-expr
- common-lisp-install-asdf
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-03-18 21:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 21:44 [gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-03-17 20:07 José María Alonso
2017-07-03 21:42 José María Alonso
2016-12-03 22:00 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