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 | |
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')
-rw-r--r-- | dev-lisp/uiop/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lisp/uiop/uiop-3.0.3.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-lisp/uiop/ChangeLog b/dev-lisp/uiop/ChangeLog index ad8c26a863e5..7eace0535fb9 100644 --- a/dev-lisp/uiop/ChangeLog +++ b/dev-lisp/uiop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/uiop -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.8 2013/12/12 09:54:01 nimiux Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.9 2014/03/09 14:17:09 grozin Exp $ + +*uiop-3.0.3 (09 Mar 2014) + + 09 Mar 2014; Andrey Grozin <grozin@gentoo.org> +uiop-3.0.3.ebuild: + Version bump 12 Dec 2013; Chema Alonso <nimiux@gentoo.org> uiop-3.0.2.4.ebuild: Revoke stable for amd64 wrt bug #485632 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 +} |