summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-07-04 00:40:09 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-07-04 00:40:09 +0000
commitebf11cecc8c4ba27b963c54b86daba5a9e82836b (patch)
tree7d6cd8a0b26c72f6f6d24bb2ea4e0e1e693c4301 /sci-libs
parentVersion bump, keywording ~amd64 (diff)
downloadgentoo-2-ebf11cecc8c4ba27b963c54b86daba5a9e82836b.tar.gz
gentoo-2-ebf11cecc8c4ba27b963c54b86daba5a9e82836b.tar.bz2
gentoo-2-ebf11cecc8c4ba27b963c54b86daba5a9e82836b.zip
dodoc ordering got messed up (wrong working directory)
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/geos/ChangeLog5
-rw-r--r--sci-libs/geos/geos-2.2.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/geos/ChangeLog b/sci-libs/geos/ChangeLog
index 365684b12da0..c3b43f00103e 100644
--- a/sci-libs/geos/ChangeLog
+++ b/sci-libs/geos/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/geos
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.14 2006/07/03 23:49:22 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/ChangeLog,v 1.15 2006/07/04 00:40:09 nerdboy Exp $
+
+ 04 Jul 2006; Steve Arnold <nerdboy@gentoo.org> geos-2.2.2.ebuild:
+ dodoc ordering got messed up (wrong working directory)
03 Jul 2006; Steve Arnold <nerdboy@gentoo.org>
+files/geos-2.2.2-swig.patch, +files/python.i, geos-2.2.2.ebuild:
diff --git a/sci-libs/geos/geos-2.2.2.ebuild b/sci-libs/geos/geos-2.2.2.ebuild
index 6e34c0573ce2..cd2c57bb133c 100644
--- a/sci-libs/geos/geos-2.2.2.ebuild
+++ b/sci-libs/geos/geos-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.2.ebuild,v 1.2 2006/07/03 23:49:22 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/geos/geos-2.2.2.ebuild,v 1.3 2006/07/04 00:40:09 nerdboy Exp $
inherit eutils distutils autotools kde-functions
@@ -77,12 +77,13 @@ src_install(){
insinto /usr/share/doc/${PF}/python/cases
doins tests/cases/*
fi
- dodoc AUTHORS COPYING INSTALL NEWS README TODO
if use doc; then
cd ${S}/doc
make doxygen-html
dohtml -r doxygen_docs/html/*
fi
+ cd ${S}
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO
}
pkg_postinst() {