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/textutils: textutils-109.35.00.ebuild ChangeLog
Date: Thu, 01 Aug 2013 13:41:45
Message-Id: 20130801134137.BB8B621710@flycatcher.gentoo.org
1 aballier 13/08/01 13:41:37
2
3 Modified: ChangeLog
4 Added: textutils-109.35.00.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.2 dev-ml/textutils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/textutils/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/textutils/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/textutils/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 10 Jun 2013 14:34:18 -0000 1.1
24 +++ ChangeLog 1 Aug 2013 13:41:37 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/textutils
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.1 2013/06/10 14:34:18 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.2 2013/08/01 13:41:37 aballier Exp $
30 +
31 +*textutils-109.35.00 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Alexis Ballier <aballier@g.o>
34 + +textutils-109.35.00.ebuild:
35 + version bump
36
37 *textutils-109.24.00 (10 Jun 2013)
38
39
40
41
42 1.1 dev-ml/textutils/textutils-109.35.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/textutils/textutils-109.35.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/textutils/textutils-109.35.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: textutils-109.35.00.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/textutils-109.35.00.ebuild,v 1.1 2013/08/01 13:41:37 aballier Exp $
52
53 EAPI="5"
54
55 inherit oasis
56
57 DESCRIPTION="Text output utilities"
58 HOMEPAGE="https://ocaml.janestreet.com/"
59 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
60 http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
61
62 LICENSE="Apache-2.0"
63 SLOT="0/${PV}"
64 KEYWORDS="~amd64"
65 IUSE=""
66
67 RDEPEND="
68 >=dev-ml/core-109.24.00:=
69 >=dev-ml/pa_ounit-109.18.00:=
70 >=dev-ml/sexplib-109.20.00:=
71 "
72 DEPEND="${RDEPEND}"