commit: 4dbe9a2406f8d6cf14bdf1bf67ae187fc49ff12f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 12:47:27 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 12:47:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4dbe9a24
dev-lisp/asdf-flv: Adds new package
dev-lisp/asdf-flv/asdf-flv-2.1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
new file mode 100644
index 0000000..3f22dbf
--- /dev/null
+++ b/dev-lisp/asdf-flv/asdf-flv-2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="version-${PV}"
+
+DESCRIPTION="ASDF extension to provide support for file-local variables"
+HOMEPAGE="https://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv
+ http://www.cliki.net/asdf-flv"
+SRC_URI="https://github.com/didierverna/${PN}/archive/${MY_PV}.tar.gz ->
${P}.tar.gz"
+
+# LICENSE.invalid while looking for it
+LICENSE="GNU_All_Permissive"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+ mv "net.didierverna.${PN}.asd" "${PN}.asd" || die
+ sed -i -e 's/net\.didierverna\.//g' "${PN}.asd" "${PN}.lisp"
"package.lisp" || die
+ default
+}