Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-6.0.ebuild ChangeLog texinfo-5.1.ebuild
Date: Tue, 30 Jun 2015 08:04:06
Message-Id: 20150630080356.53CD973A@oystercatcher.gentoo.org
1 polynomial-c 15/06/30 08:03:56
2
3 Modified: ChangeLog
4 Added: texinfo-6.0.ebuild
5 Removed: texinfo-5.1.ebuild
6 Log:
7 Version bump. Removed old
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
10
11 Revision Changes Path
12 1.136 sys-apps/texinfo/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.136&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.136&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.135&r2=1.136
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
21 retrieving revision 1.135
22 retrieving revision 1.136
23 diff -u -r1.135 -r1.136
24 --- ChangeLog 18 Jan 2014 19:27:30 -0000 1.135
25 +++ ChangeLog 30 Jun 2015 08:03:56 -0000 1.136
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sys-apps/texinfo
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.135 2014/01/18 19:27:30 vapier Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.136 2015/06/30 08:03:56 polynomial-c Exp $
32 +
33 +*texinfo-6.0 (30 Jun 2015)
34 +
35 + 30 Jun 2015; Lars Wendler <polynomial-c@g.o> -texinfo-5.1.ebuild,
36 + +texinfo-6.0.ebuild:
37 + Version bump. Removed old.
38
39 18 Jan 2014; Mike Frysinger <vapier@g.o> texinfo-4.13-r2.ebuild,
40 texinfo-5.1.ebuild, texinfo-5.2.ebuild:
41
42
43
44 1.1 sys-apps/texinfo/texinfo-6.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild?rev=1.1&content-type=text/plain
48
49 Index: texinfo-6.0.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild,v 1.1 2015/06/30 08:03:56 polynomial-c Exp $
54
55 EAPI="4"
56
57 inherit flag-o-matic
58
59 DESCRIPTION="The GNU info program and utilities"
60 HOMEPAGE="http://www.gnu.org/software/texinfo/"
61 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
62
63 LICENSE="GPL-3"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
66 IUSE="nls static"
67
68 RDEPEND="!=app-text/tetex-2*
69 >=sys-libs/ncurses-5.2-r2
70 dev-lang/perl
71 dev-perl/libintl-perl
72 dev-perl/Unicode-EastAsianWidth
73 dev-perl/Text-Unidecode
74 nls? ( virtual/libintl )"
75 DEPEND="${RDEPEND}
76 app-arch/xz-utils
77 nls? ( sys-devel/gettext )"
78
79 src_configure() {
80 use static && append-ldflags -static
81 econf \
82 --with-external-libintl-perl \
83 --with-external-Unicode-EastAsianWidth \
84 --with-external-Text-Unidecode \
85 $(use_enable nls)
86 }
87
88 src_install() {
89 default
90 newdoc info/README README.info
91 }