grozin 14/10/20 14:51:08
Modified: ChangeLog
Added: uiop-3.1.4.ebuild
Removed: uiop-3.0.1.ebuild uiop-3.0.2.4.ebuild
uiop-3.0.2.1.ebuild
Log:
Version bump
(Portage version: 2.2.14_rc1/cvs/Linux i686, signed Manifest commit with key
0x3AFFCE974D34BD8C!)
Revision Changes Path
1.13 dev-lisp/uiop/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?rev=1.13&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?rev=1.13&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 5 Oct 2014 00:03:15 -0000 1.12
+++ ChangeLog 20 Oct 2014 14:51:08 -0000 1.13
@@ -1,6 +1,12 @@
# ChangeLog for dev-lisp/uiop
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.12 2014/10/05
00:03:15 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.13 2014/10/20
14:51:08 grozin Exp $
+
+*uiop-3.1.4 (20 Oct 2014)
+
+ 20 Oct 2014; Andrey Grozin <[email protected]> -uiop-3.0.1.ebuild,
+ -uiop-3.0.2.1.ebuild, -uiop-3.0.2.4.ebuild, +uiop-3.1.4.ebuild:
+ Version bump
05 Oct 2014; Anthony G. Basile <[email protected]> uiop-3.0.1.ebuild,
uiop-3.0.2.1.ebuild, uiop-3.0.2.4.ebuild, uiop-3.0.3.ebuild:
1.1 dev-lisp/uiop/uiop-3.1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/uiop-3.1.4.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/uiop-3.1.4.ebuild?rev=1.1&content-type=text/plain
Index: uiop-3.1.4.ebuild
===================================================================
# 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.1.4.ebuild,v 1.1
2014/10/20 14:51:08 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
}