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