Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/texi2html: ChangeLog texi2html-1.78.ebuild
Date: Sat, 02 Oct 2010 12:54:40
Message-Id: 20101002125435.B78A120051@flycatcher.gentoo.org
1 grobian 10/10/02 12:54:35
2
3 Modified: ChangeLog texi2html-1.78.ebuild
4 Log:
5 Marked ~x64-macos, bug #333981
6
7 (Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.44 app-text/texi2html/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 11 Jun 2010 19:33:57 -0000 1.43
23 +++ ChangeLog 2 Oct 2010 12:54:35 -0000 1.44
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-text/texi2html
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.43 2010/06/11 19:33:57 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.44 2010/10/02 12:54:35 grobian Exp $
29 +
30 + 02 Oct 2010; Fabian Groffen <grobian@g.o> texi2html-1.78.ebuild:
31 + Marked ~x64-macos, bug #333981
32
33 11 Jun 2010; Alexis Ballier <aballier@g.o> texi2html-1.78.ebuild:
34 dont try to install non existent files, by Christophe LEFEBVRE, bug
35
36
37
38 1.6 app-text/texi2html/texi2html-1.78.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild?r1=1.5&r2=1.6
43
44 Index: texi2html-1.78.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- texi2html-1.78.ebuild 11 Jun 2010 19:33:57 -0000 1.5
51 +++ texi2html-1.78.ebuild 2 Oct 2010 12:54:35 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.5 2010/06/11 19:33:57 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.6 2010/10/02 12:54:35 grobian Exp $
57
58 EAPI=3
59
60 @@ -10,7 +10,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
66 IUSE=""
67
68 DEPEND=">=dev-lang/perl-5.6.1"