polynomial-c    15/06/30 08:03:56

  Modified:             ChangeLog
  Added:                texinfo-6.0.ebuild
  Removed:              texinfo-5.1.ebuild
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.136                sys-apps/texinfo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   18 Jan 2014 19:27:30 -0000      1.135
+++ ChangeLog   30 Jun 2015 08:03:56 -0000      1.136
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/texinfo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.135 
2014/01/18 19:27:30 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.136 
2015/06/30 08:03:56 polynomial-c Exp $
+
+*texinfo-6.0 (30 Jun 2015)
+
+  30 Jun 2015; Lars Wendler <[email protected]> -texinfo-5.1.ebuild,
+  +texinfo-6.0.ebuild:
+  Version bump. Removed old.
 
   18 Jan 2014; Mike Frysinger <[email protected]> texinfo-4.13-r2.ebuild,
   texinfo-5.1.ebuild, texinfo-5.2.ebuild:



1.1                  sys-apps/texinfo/texinfo-6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild?rev=1.1&content-type=text/plain

Index: texinfo-6.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-6.0.ebuild,v 1.1 
2015/06/30 08:03:56 polynomial-c Exp $

EAPI="4"

inherit flag-o-matic

DESCRIPTION="The GNU info program and utilities"
HOMEPAGE="http://www.gnu.org/software/texinfo/";
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="nls static"

RDEPEND="!=app-text/tetex-2*
        >=sys-libs/ncurses-5.2-r2
        dev-lang/perl
        dev-perl/libintl-perl
        dev-perl/Unicode-EastAsianWidth
        dev-perl/Text-Unidecode
        nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
        app-arch/xz-utils
        nls? ( sys-devel/gettext )"

src_configure() {
        use static && append-ldflags -static
        econf \
                --with-external-libintl-perl \
                --with-external-Unicode-EastAsianWidth \
                --with-external-Text-Unidecode \
                $(use_enable nls)
}

src_install() {
        default
        newdoc info/README README.info
}




Reply via email to