public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: ChangeLog texinfo-4.12.ebuild texinfo-4.11.ebuild
@ 2008-05-05  4:24 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-05-05  4:24 UTC (permalink / raw
  To: gentoo-commits

vapier      08/05/05 04:24:49

  Modified:             ChangeLog
  Added:                texinfo-4.12.ebuild
  Removed:              texinfo-4.11.ebuild
  Log:
  Version bump #219474 by Conrad Kostecki.
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.99                 sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	19 Apr 2008 06:57:14 -0000	1.98
+++ ChangeLog	5 May 2008 04:24:49 -0000	1.99
@@ -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:



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

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

Index: texinfo-4.12.ebuild
===================================================================
# 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.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.lzma"

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

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_compile() {
	use static && append-ldflags -static
	econf $(use_enable nls) || die
	emake || die "emake"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"

	dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO
	newdoc info/README README.info
	newdoc makeinfo/README README.makeinfo

	rm -f "${D}"/usr/lib/charset.alias #195148
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-05  4:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05  4:24 [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: ChangeLog texinfo-4.12.ebuild texinfo-4.11.ebuild Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox