Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/uiop: ChangeLog uiop-3.0.1.ebuild
Date: Sun, 19 May 2013 05:14:06
Message-Id: 20130519051403.BF5F82171D@flycatcher.gentoo.org
1 grozin 13/05/19 05:14:03
2
3 Modified: ChangeLog
4 Added: uiop-3.0.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha175/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
9
10 Revision Changes Path
11 1.3 dev-lisp/uiop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Apr 2013 16:55:21 -0000 1.2
24 +++ ChangeLog 19 May 2013 05:14:03 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lisp/uiop
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.2 2013/04/20 16:55:21 grozin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/ChangeLog,v 1.3 2013/05/19 05:14:03 grozin Exp $
30 +
31 +*uiop-3.0.1 (19 May 2013)
32 +
33 + 19 May 2013; Andrey Grozin <grozin@g.o> +uiop-3.0.1.ebuild:
34 + Version bump
35
36 20 Apr 2013; Andrey Grozin <grozin@g.o> uiop-2.33-r1.ebuild:
37 Fixed an installation problem, thanks to Tom Wijsman <TomWij@g.o>
38
39
40
41 1.1 dev-lisp/uiop/uiop-3.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/uiop-3.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/uiop/uiop-3.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: uiop-3.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/uiop/uiop-3.0.1.ebuild,v 1.1 2013/05/19 05:14:03 grozin Exp $
51
52 EAPI=5
53 inherit eutils
54
55 DESCRIPTION="UIOP is a portability layer spun off ASDF3"
56 HOMEPAGE="http://common-lisp.net/project/asdf/"
57 SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND="~dev-lisp/asdf-${PV}"
65
66 S="${WORKDIR}/${PN}"
67
68 src_install() {
69 insinto /usr/share/common-lisp/source/${PN}
70 doins -r contrib *.lisp ../version.lisp-expr uiop.asd asdf-driver.asd
71 dodir /usr/share/common-lisp/systems
72 dosym /usr/share/common-lisp/source/${PN}/uiop.asd /usr/share/common-lisp/systems/uiop.asd
73 dosym /usr/share/common-lisp/source/${PN}/asdf-driver.asd /usr/share/common-lisp/systems/asdf-driver.asd
74 }