commit: fa64a007dd95b64b12c44a6e4b4a8e041d8e5a2f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 22:57:30 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 22:57:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fa64a007
dev-lisp/meta: Adds new live ebuild and updates header
dev-lisp/meta/meta-0.1.2.ebuild | 4 ++--
dev-lisp/meta/{meta-0.1.2.ebuild => meta-9999.ebuild} | 13 ++++++-------
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/dev-lisp/meta/meta-0.1.2.ebuild b/dev-lisp/meta/meta-0.1.2.ebuild
index f59b758..b65ab31 100644
--- a/dev-lisp/meta/meta-0.1.2.ebuild
+++ b/dev-lisp/meta/meta-0.1.2.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
diff --git a/dev-lisp/meta/meta-0.1.2.ebuild b/dev-lisp/meta/meta-9999.ebuild
similarity index 54%
copy from dev-lisp/meta/meta-0.1.2.ebuild
copy to dev-lisp/meta/meta-9999.ebuild
index f59b758..e7d9860 100644
--- a/dev-lisp/meta/meta-0.1.2.ebuild
+++ b/dev-lisp/meta/meta-9999.ebuild
@@ -1,18 +1,17 @@
-# 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
+EAPI=6
+
+inherit common-lisp-3 git-r3
DESCRIPTION="A library of macros and functions by Fare Rideau."
HOMEPAGE="http://www.cliki.net/meta"
-SRC_URI="http://fare.tunes.org/files/asdf-packages/${P}.tar.gz"
+EGIT_REPO_URI="https://gitlab.common-lisp.net/frideau/${PN}.git"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${PN}