summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2009-07-01 08:08:29 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2009-07-01 08:08:29 +0000
commitf844e3b87157782d236c7731181bba390b7203f6 (patch)
tree233e6cc93313223fb2737d89f7a693543fd73c55 /dev-python/enthoughtbase
parentfixed install failure when USE="doc" (diff)
downloadgentoo-2-f844e3b87157782d236c7731181bba390b7203f6.tar.gz
gentoo-2-f844e3b87157782d236c7731181bba390b7203f6.tar.bz2
gentoo-2-f844e3b87157782d236c7731181bba390b7203f6.zip
rollback (prev. commit was not a bug, but a problem with my system)
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/enthoughtbase')
-rw-r--r--dev-python/enthoughtbase/ChangeLog6
-rw-r--r--dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild5
2 files changed, 3 insertions, 8 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog
index 3b047f88e466..4fbeba643207 100644
--- a/dev-python/enthoughtbase/ChangeLog
+++ b/dev-python/enthoughtbase/ChangeLog
@@ -1,10 +1,6 @@
# ChangeLog for dev-python/enthoughtbase
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.4 2009/07/01 07:55:29 lordvan Exp $
-
- 01 Jul 2009; Thomas Raschbacher <lordvan@gentoo.org>
- enthoughtbase-3.0.2.ebuild:
- commented out install of (non-existent) pdf docs since it fails
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.5 2009/07/01 08:08:29 lordvan Exp $
*enthoughtbase-3.0.2 (27 Mar 2009)
diff --git a/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild
index b8a0b0446ff9..00b81d4f2289 100644
--- a/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild
+++ b/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild,v 1.2 2009/07/01 07:55:29 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild,v 1.3 2009/07/01 08:08:29 lordvan Exp $
EAPI=2
inherit distutils
@@ -52,8 +52,7 @@ src_install() {
insinto /usr/share/doc/${PF}
if use doc; then
doins -r build/docs/html || die
- # no pdf docs there...
- #doins build/docs/latex/*.pdf || die
+ doins build/docs/latex/*.pdf || die
fi
if use examples; then
doins -r examples || die