diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-05 04:24:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-05 04:24:49 +0000 |
commit | 396cb5f0b72947257a9824f0217da13014972250 (patch) | |
tree | 6ea6b1b258317f3e58e54fa840f2fd2731c73b02 | |
parent | Make sure we handle USE=minimal while installing #219025. (diff) | |
download | gentoo-2-396cb5f0b72947257a9824f0217da13014972250.tar.gz gentoo-2-396cb5f0b72947257a9824f0217da13014972250.tar.bz2 gentoo-2-396cb5f0b72947257a9824f0217da13014972250.zip |
Version bump #219474 by Conrad Kostecki.
(Portage version: 2.2_pre5)
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.12.ebuild (renamed from sys-apps/texinfo/texinfo-4.11.ebuild) | 17 |
2 files changed, 11 insertions, 14 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 139c211f7cb6..34dff5716e7b 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.98 2008/04/19 06:57:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.99 2008/05/05 04:24:49 vapier Exp $ + +*texinfo-4.12 (05 May 2008) + + 05 May 2008; Mike Frysinger <vapier@gentoo.org> -texinfo-4.11.ebuild, + +texinfo-4.12.ebuild: + Version bump #219474 by Conrad Kostecki. 19 Apr 2008; Mike Frysinger <vapier@gentoo.org> +files/texinfo-4.11-parallel-build.patch, texinfo-4.11-r1.ebuild: diff --git a/sys-apps/texinfo/texinfo-4.11.ebuild b/sys-apps/texinfo/texinfo-4.12.ebuild index e013bcb96aeb..58ea1f64b219 100644 --- a/sys-apps/texinfo/texinfo-4.11.ebuild +++ b/sys-apps/texinfo/texinfo-4.12.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11.ebuild,v 1.4 2007/10/15 10:25:49 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.12.ebuild,v 1.1 2008/05/05 04:24:49 vapier Exp $ 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.bz2" +SRC_URI="mirror://gnu/${PN}/${P}.tar.lzma" LICENSE="GPL-3" SLOT="0" @@ -17,18 +17,9 @@ RDEPEND="!=app-text/tetex-2* >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl )" DEPEND="${RDEPEND} + app-arch/lzma-utils nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" - sed -i '1i#include <ctype.h>' system.h - - # FreeBSD requires install-sh, but usptream don't have it marked - # exec, #195076 - chmod +x build-aux/install-sh -} - src_compile() { use static && append-ldflags -static econf $(use_enable nls) || die |