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/asdf: asdf-3.0.1.ebuild ChangeLog
Date: Tue, 21 May 2013 08:14:31
Message-Id: 20130521081425.874902171D@flycatcher.gentoo.org
1 grozin 13/05/21 08:14:25
2
3 Modified: asdf-3.0.1.ebuild ChangeLog
4 Log:
5 asdf-3.0.1[doc] builds with texinfo-5.1, closing #467146
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
8
9 Revision Changes Path
10 1.2 dev-lisp/asdf/asdf-3.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-3.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: asdf-3.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- asdf-3.0.1.ebuild 19 May 2013 05:13:01 -0000 1.1
23 +++ asdf-3.0.1.ebuild 21 May 2013 08:14:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.1.ebuild,v 1.1 2013/05/19 05:13:01 grozin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-3.0.1.ebuild,v 1.2 2013/05/21 08:14:25 grozin Exp $
29
30 EAPI=5
31 inherit eutils
32 @@ -20,7 +20,7 @@
33 !dev-lisp/asdf-binary-locations
34 !dev-lisp/gentoo-init
35 !<dev-lisp/asdf-2.33-r3
36 - doc? ( <sys-apps/texinfo-5.0 virtual/texi2dvi )"
37 + doc? ( virtual/texi2dvi )"
38 RDEPEND=""
39 PDEPEND="~dev-lisp/uiop-${PV}"
40
41
42
43
44 1.10 dev-lisp/asdf/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 19 May 2013 05:13:01 -0000 1.9
57 +++ ChangeLog 21 May 2013 08:14:25 -0000 1.10
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lisp/asdf
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.9 2013/05/19 05:13:01 grozin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.10 2013/05/21 08:14:25 grozin Exp $
63 +
64 + 21 May 2013; Andrey Grozin <grozin@g.o> asdf-3.0.1.ebuild:
65 + asdf-3.0.1[doc] builds with texinfo-5.1, closing #467146
66
67 *asdf-3.0.1 (19 May 2013)