summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-06-08 20:22:04 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-06-08 20:22:04 +0000
commit89c27261c56ca7bd0ab09683633c245906a6c72e (patch)
treed158836db857c2c13555231370dd31f53ad92d5f /sci-astronomy/swarp
parentx11-misc/util-macros: stabilize 1.8.0 on all arches, as agreed with arch team... (diff)
downloadgentoo-2-89c27261c56ca7bd0ab09683633c245906a6c72e.tar.gz
gentoo-2-89c27261c56ca7bd0ab09683633c245906a6c72e.tar.bz2
gentoo-2-89c27261c56ca7bd0ab09683633c245906a6c72e.zip
Fixed a bad directory creating with newer autotools
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/swarp')
-rw-r--r--sci-astronomy/swarp/ChangeLog8
-rw-r--r--sci-astronomy/swarp/files/swarp-nodoc.patch11
-rw-r--r--sci-astronomy/swarp/swarp-2.17.6.ebuild5
3 files changed, 20 insertions, 4 deletions
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 <bicatali@gentoo.org> swarp-2.17.6.ebuild,
+ +files/swarp-nodoc.patch:
+ Fixed a bad directory creating with newer autotools
28 Jul 2009; Sébastien Fabbro <bicatali@gentoo.org> 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
}