Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/type-conv: ChangeLog type-conv-3.0.5.ebuild
Date: Sat, 30 Jun 2012 12:35:22
Message-Id: 20120630123452.5AFC42004B@flycatcher.gentoo.org
1 aballier 12/06/30 12:34:52
2
3 Modified: ChangeLog
4 Added: type-conv-3.0.5.ebuild
5 Log:
6 version bump, masked for now
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 dev-ml/type-conv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 27 Mar 2012 21:05:01 -0000 1.15
24 +++ ChangeLog 30 Jun 2012 12:34:52 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/type-conv
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.15 2012/03/27 21:05:01 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.16 2012/06/30 12:34:52 aballier Exp $
30 +
31 +*type-conv-3.0.5 (30 Jun 2012)
32 +
33 + 30 Jun 2012; Alexis Ballier <aballier@g.o> +type-conv-3.0.5.ebuild:
34 + version bump, masked for now
35
36 27 Mar 2012; Alexis Ballier <aballier@g.o> type-conv-3.0.4.ebuild:
37 convert to oasis.eclass
38
39
40
41 1.1 dev-ml/type-conv/type-conv-3.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-3.0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-3.0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: type-conv-3.0.5.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-3.0.5.ebuild,v 1.1 2012/06/30 12:34:52 aballier Exp $
51
52 EAPI="3"
53
54 inherit oasis
55
56 DESCRIPTION="Mini library required for some other preprocessing libraries"
57 HOMEPAGE="http://forge.ocamlcore.org/projects/type-conv/"
58 SRC_URI="http://forge.ocamlcore.org/frs/download.php/821/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1-linking-exception"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND=""
66 DEPEND="${RDEPEND}"
67
68 DOCS=( "README.txt" "Changelog" )
69
70 S="${WORKDIR}/${PN/-/_}-${PV}"