[gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/

2018-03-18 Thread José María Alonso
commit: 54bdc58dbe9c9063b3fd16fc824f74979706bdbd
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 21:44:42 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 21:44:42 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=54bdc58d

dev-lisp/ch-asdf: Drops package

 dev-lisp/ch-asdf/ch-asdf-.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-lisp/ch-asdf/ch-asdf-.ebuild 
b/dev-lisp/ch-asdf/ch-asdf-.ebuild
deleted file mode 100644
index 305318b3..
--- a/dev-lisp/ch-asdf/ch-asdf-.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
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/

2018-03-17 Thread José María Alonso
commit: 840d2376a7f914ec907c909117acfc099683ac71
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Mar 17 20:07:40 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Mar 17 20:07:40 2018 +
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-.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-.ebuild
similarity index 64%
rename from dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
rename to dev-lisp/ch-asdf/ch-asdf-.ebuild
index d422d217..305318b3 100644
--- a/dev-lisp/ch-asdf/ch-asdf-0.2.14.ebuild
+++ b/dev-lisp/ch-asdf/ch-asdf-.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



[gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/

2017-07-03 Thread José María Alonso
commit: 222a53007965031d32201d116723a340f9b14541
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Jul  3 21:42:54 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Jul  3 21:42:54 2017 +
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
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/ch-asdf/

2016-12-03 Thread José María Alonso
commit: 5aeedb014391dc91e9eea443b0eaa1bda4f74ecc
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec  3 22:00:45 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec  3 22:00:45 2016 +
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