diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-04 00:00:20 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-04 00:00:47 +0100 |
commit | 874fd032ba17c2706fd369e08979aea3918b332e (patch) | |
tree | b782b6f12543adc8f83209a60830ede59a626143 /dev-lisp | |
parent | x11-libs/libyui-qt: Fix build with glibc-2.26, bug 631056 (diff) | |
download | gentoo-874fd032ba17c2706fd369e08979aea3918b332e.tar.gz gentoo-874fd032ba17c2706fd369e08979aea3918b332e.tar.bz2 gentoo-874fd032ba17c2706fd369e08979aea3918b332e.zip |
dev-lisp/gentoo-init: Bumps version to 1.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/gentoo-init/gentoo-init-1.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
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 index 000000000000..1c0dae66f7b2 --- /dev/null +++ b/dev-lisp/gentoo-init/gentoo-init-1.1.ebuild @@ -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 +} |