diff options
author | Andrey Grozin <grozin@gentoo.org> | 2014-03-09 14:17:09 +0000 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2014-03-09 14:17:09 +0000 |
commit | df7d9847b21a889a0691c182b7a6473610fec37e (patch) | |
tree | 09b92cedbd4065d66d38ba11c4f1545f620ef034 /dev-lisp/uiop/uiop-3.0.3.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-df7d9847b21a889a0691c182b7a6473610fec37e.tar.gz gentoo-2-df7d9847b21a889a0691c182b7a6473610fec37e.tar.bz2 gentoo-2-df7d9847b21a889a0691c182b7a6473610fec37e.zip |
Version bump
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Diffstat (limited to 'dev-lisp/uiop/uiop-3.0.3.ebuild')
-rw-r--r-- | dev-lisp/uiop/uiop-3.0.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-lisp/uiop/uiop-3.0.3.ebuild b/dev-lisp/uiop/uiop-3.0.3.ebuild new file mode 100644 index 000000000000..5e7eaaf4a800 --- /dev/null +++ b/dev-lisp/uiop/uiop-3.0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.3.ebuild,v 1.1 2014/03/09 14:17:09 grozin Exp $ + +EAPI=5 +inherit eutils + +DESCRIPTION="UIOP is a portability layer spun off ASDF3" +HOMEPAGE="http://common-lisp.net/project/asdf/" +SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="~dev-lisp/asdf-${PV}" + +S="${WORKDIR}/${PN}" + +src_install() { + insinto /usr/share/common-lisp/source/${PN} + doins -r contrib *.lisp ../version.lisp-expr uiop.asd asdf-driver.asd + dodir /usr/share/common-lisp/systems + dosym /usr/share/common-lisp/source/${PN}/uiop.asd /usr/share/common-lisp/systems/uiop.asd + dosym /usr/share/common-lisp/source/${PN}/asdf-driver.asd /usr/share/common-lisp/systems/asdf-driver.asd +} |