From 89c27261c56ca7bd0ab09683633c245906a6c72e Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 8 Jun 2010 20:22:04 +0000 Subject: Fixed a bad directory creating with newer autotools (Portage version: 2.2_rc67/cvs/Linux x86_64) --- sci-astronomy/swarp/ChangeLog | 8 ++++++-- sci-astronomy/swarp/files/swarp-nodoc.patch | 11 +++++++++++ sci-astronomy/swarp/swarp-2.17.6.ebuild | 5 +++-- 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 sci-astronomy/swarp/files/swarp-nodoc.patch (limited to 'sci-astronomy') diff --git a/sci-astronomy/swarp/ChangeLog b/sci-astronomy/swarp/ChangeLog index c76fff4e1da1..7a8c730d93e1 100644 --- a/sci-astronomy/swarp/ChangeLog +++ b/sci-astronomy/swarp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/swarp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/ChangeLog,v 1.3 2009/07/28 17:40:42 bicatali Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/ChangeLog,v 1.4 2010/06/08 20:22:04 bicatali Exp $ + + 08 Jun 2010; Sébastien Fabbro swarp-2.17.6.ebuild, + +files/swarp-nodoc.patch: + Fixed a bad directory creating with newer autotools 28 Jul 2009; Sébastien Fabbro swarp-2.17.6.ebuild: Updated license to CeCILL-2 diff --git a/sci-astronomy/swarp/files/swarp-nodoc.patch b/sci-astronomy/swarp/files/swarp-nodoc.patch new file mode 100644 index 000000000000..dd8471ef2f96 --- /dev/null +++ b/sci-astronomy/swarp/files/swarp-nodoc.patch @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2010-06-08 21:48:23.000000000 +0100 ++++ Makefile.am 2010-06-08 21:48:34.000000000 +0100 +@@ -2,7 +2,7 @@ + # Copyright (C) 2003-2009 Emmanuel Bertin. + AUTOMAKE_OPTIONS = foreign no-dependencies + SUBDIRS = man src +-dist_pkgdata_DATA = doc xsl/swarp.xsl ++dist_pkgdata_DATA = xsl/swarp.xsl + EXTRA_DIST = AUTHORS BUGS ChangeLog COPYRIGHT HISTORY INSTALL \ + README THANKS TODO \ + acx_pthread.m4 acx_prog_cc_optim.m4 \ diff --git a/sci-astronomy/swarp/swarp-2.17.6.ebuild b/sci-astronomy/swarp/swarp-2.17.6.ebuild index e510607ed002..a2c2be5c4b5b 100644 --- a/sci-astronomy/swarp/swarp-2.17.6.ebuild +++ b/sci-astronomy/swarp/swarp-2.17.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/swarp-2.17.6.ebuild,v 1.2 2009/07/28 17:40:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/swarp/swarp-2.17.6.ebuild,v 1.3 2010/06/08 20:22:04 bicatali Exp $ EAPI=2 inherit eutils autotools @@ -18,6 +18,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-configure.patch + epatch "${FILESDIR}"/${PN}-nodoc.patch eautoreconf } -- cgit v1.2.3-65-gdbad