commit: e4b4d76b1ccdc556821d0bc19c52717c82e96055
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 17:27:01 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 17:27:01 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e4b4d76b
dev-lisp/fare-matcher: Adds live ebuild. Drops old version
...fare-matcher-20090115.ebuild => fare-matcher-9999.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild
b/dev-lisp/fare-matcher/fare-matcher-9999.ebuild
similarity index 69%
rename from dev-lisp/fare-matcher/fare-matcher-20090115.ebuild
rename to dev-lisp/fare-matcher/fare-matcher-9999.ebuild
index 39782669..4a3422be 100644
--- a/dev-lisp/fare-matcher/fare-matcher-20090115.ebuild
+++ b/dev-lisp/fare-matcher/fare-matcher-9999.ebuild
@@ -1,26 +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
+inherit common-lisp-3 git-r3
MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
DESCRIPTION="A library of macros and functions by Fare Rideau."
HOMEPAGE="http://www.cliki.net/fare-matcher
http://www.cliki.net/fare-matcher-docs"
-SRC_URI="http://fare.tunes.org/files/asdf-packages/${PN}-${MY_PV}.tar.gz"
+EGIT_REPO_URI="https://gitlab.common-lisp.net/frideau/fare-matcher"
LICENSE="No-Problem-Bugroff"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lisp/fare-utils"
-
-S="${WORKDIR}"/${PN}
+RDEPEND="dev-lisp/fare-utils"
pkg_postinst() {
while read line; do einfo ${line}; done <<EOF