diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-23 04:21:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-01-23 04:21:48 +0000 |
commit | 5e1bfd519dbafc64f522f8a30c403a81d48580d0 (patch) | |
tree | 4fc7527300a0604ab62157cbce472c1c0a6a6faa /sci-libs | |
parent | whitespace (diff) | |
download | gentoo-2-5e1bfd519dbafc64f522f8a30c403a81d48580d0.tar.gz gentoo-2-5e1bfd519dbafc64f522f8a30c403a81d48580d0.tar.bz2 gentoo-2-5e1bfd519dbafc64f522f8a30c403a81d48580d0.zip |
Fixed failing patch, re-set AUTOTOOLS_AUTORECONF
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gts/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/gts/files/gts-20111025-autotools.patch | 17 | ||||
-rw-r--r-- | sci-libs/gts/gts-20111025-r1.ebuild | 3 |
3 files changed, 11 insertions, 15 deletions
diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog index 44d7aaccfa96..d1192d0f6fc2 100644 --- a/sci-libs/gts/ChangeLog +++ b/sci-libs/gts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/gts # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.24 2012/01/23 02:25:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.25 2012/01/23 04:21:48 bicatali Exp $ + + 23 Jan 2012; Sébastien Fabbro <bicatali@gentoo.org> gts-20111025-r1.ebuild, + files/gts-20111025-autotools.patch: + Fixed failing patch, re-set AUTOTOOLS_AUTORECONF *gts-20111025-r1 (23 Jan 2012) diff --git a/sci-libs/gts/files/gts-20111025-autotools.patch b/sci-libs/gts/files/gts-20111025-autotools.patch index b7d5ad1bac2f..7ab3805e2477 100644 --- a/sci-libs/gts/files/gts-20111025-autotools.patch +++ b/sci-libs/gts/files/gts-20111025-autotools.patch @@ -1,12 +1,5 @@ - doc/Makefile.am | 6 +++--- - examples/Makefile.am | 4 +--- - src/Makefile.am | 4 ++-- - 3 files changed, 6 insertions(+), 8 deletions(-) - -diff --git a/doc/Makefile.am b/doc/Makefile.am -index ea9a468..9cd0341 100644 ---- a/doc/Makefile.am -+++ b/doc/Makefile.am +--- doc/Makefile.am.orig ++++ doc/Makefile.am @@ -9,7 +9,7 @@ DOC_MODULE=gts DOC_MAIN_SGML_FILE=gts-docs.sgml @@ -29,10 +22,8 @@ index ea9a468..9cd0341 100644 if ! test -d html ; then mkdir html ; fi -cd html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -diff --git a/src/Makefile.am b/src/Makefile.am -index 3e3c5b3..1b0f286 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am +--- src/Makefile.am.orig ++++ src/Makefile.am @@ -66,10 +66,10 @@ predicates.o: predicates.c predicates_init.h predicates.h $(COMPILE) -c $(srcdir)/predicates.c diff --git a/sci-libs/gts/gts-20111025-r1.ebuild b/sci-libs/gts/gts-20111025-r1.ebuild index c21f82208823..f41f2f661428 100644 --- a/sci-libs/gts/gts-20111025-r1.ebuild +++ b/sci-libs/gts/gts-20111025-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20111025-r1.ebuild,v 1.1 2012/01/23 02:25:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20111025-r1.ebuild,v 1.2 2012/01/23 04:21:48 bicatali Exp $ EAPI=4 +AUTOTOOLS_AUTORECONF=1 inherit autotools-utils fortran-2 DESCRIPTION="GNU Triangulated Surface Library" |