diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-04-04 05:37:22 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-04-04 05:37:22 +0000 |
commit | 6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3 (patch) | |
tree | b46ae961844cd1488f670dd96a2f53f7c66a2fd5 /sys-apps/texinfo | |
parent | Version bump (bug #462736). (diff) | |
download | gentoo-2-6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3.tar.gz gentoo-2-6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3.tar.bz2 gentoo-2-6ad95eb9f2130a5d911da3d0d6bc29d85c0b72f3.zip |
Fix timestamp interaction between patch from bug #457556 and touch all for bug #354589.
(Portage version: 2.2.0_alpha171/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.13-r2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 9d6ca2553695..c96cb370675c 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.125 2013/04/02 13:18:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.126 2013/04/04 05:37:22 zmedico Exp $ + + 04 Apr 2013; Zac Medico <zmedico@gentoo.org> texinfo-4.13-r2.ebuild: + Fix timestamp interaction between patch from bug #457556 and touch all for bug + #354589. 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> texinfo-4.13-r2.ebuild: Stable for s390, wrt bug #432282 diff --git a/sys-apps/texinfo/texinfo-4.13-r2.ebuild b/sys-apps/texinfo/texinfo-4.13-r2.ebuild index a99246105d38..00815fd7226f 100644 --- a/sys-apps/texinfo/texinfo-4.13-r2.ebuild +++ b/sys-apps/texinfo/texinfo-4.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.9 2013/04/02 13:18:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13-r2.ebuild,v 1.10 2013/04/04 05:37:22 zmedico Exp $ EAPI="2" @@ -26,12 +26,13 @@ src_prepare() { epatch "${FILESDIR}"/${P}-xz.patch #269742 touch doc/install-info.1 #354589 epatch "${FILESDIR}"/${P}-texi2dvi-regexp-range.patch #311885 - touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589 epatch "${FILESDIR}"/${P}-accentenc-test.patch # waiting to be sent upstream for my copyright assignment form to be # ready - Flameeyes epatch "${FILESDIR}"/${P}-docbook.patch epatch "${FILESDIR}"/${P}-tinfo.patch #457556 + # timestamps must be newer than configure.ac touched by ${P}-tinfo.patch + touch doc/{texi2dvi,texi2pdf,pdftexi2dvi}.1 #354589 } src_configure() { |