dev-lisp/gentoo-init: Bumps version to 1.1
authorChema Alonso Josa <nimiux@gentoo.org>
Sat, 3 Mar 2018 23:00:20 +0000 (00:00 +0100)
committerChema Alonso Josa <nimiux@gentoo.org>
Sat, 3 Mar 2018 23:00:47 +0000 (00:00 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-lisp/gentoo-init/gentoo-init-1.1.ebuild [new file with mode: 0644]

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild b/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild
new file mode 100644 (file)
index 0000000..1c0dae6
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lisp/asdf-2.0"
+
+S="${WORKDIR}"
+
+src_install() {
+       insinto /etc/common-lisp
+       newins "${FILESDIR}"/gentoo-init-1.lisp gentoo-init.lisp
+       doins  "${FILESDIR}"/source-registry.conf
+}