aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2006-01-13 20:36:30 +0000
committercryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2006-01-13 20:36:30 +0000
commitc3c41e02f6e78cd96b3cbe38dd36fdfc9a570975 (patch)
treef1a39b5a25fe896d770f228a68ceed0b2f165bb8
parentsci-astronomy/celestia/celestia-1.4.0.ebuild: dependencies cleaning (diff)
downloadsci-c3c41e02f6e78cd96b3cbe38dd36fdfc9a570975.tar.gz
sci-c3c41e02f6e78cd96b3cbe38dd36fdfc9a570975.tar.bz2
sci-c3c41e02f6e78cd96b3cbe38dd36fdfc9a570975.zip
Corrected a few whitespace issues, added doc to IUSE.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@48 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r--sci-mathematics/veusz/veusz-0.8.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/veusz/veusz-0.8.ebuild b/sci-mathematics/veusz/veusz-0.8.ebuild
index d8c4487fe..61c94d7e6 100644
--- a/sci-mathematics/veusz/veusz-0.8.ebuild
+++ b/sci-mathematics/veusz/veusz-0.8.ebuild
@@ -5,10 +5,10 @@
inherit distutils
DESCRIPTION="Scientific plotting package with good Postscript output."
-HOMEPAGE="http://home.gna.org/${PN}/"
+HOMEPAGE="http://home.gna.org/veusz/"
SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
-IUSE="fits"
+IUSE="doc fits"
SLOT="0"
KEYWORDS="~x86 ~amd64"
LICENSE="GPL-2"
@@ -21,12 +21,12 @@ DEPEND="virtual/python
src_install() {
distutils_src_install
if use doc; then
- insinto /usr/share/doc/${PF}/examples
+ insinto /usr/share/doc/${PF}/examples
doins examples/*
docinto Documents
dodoc Documents/Interface.txt
dohtml -r Documents/{manual.xml,manimages}
- insinto /usr/share/doc/${PF}/Documents
+ insinto /usr/share/doc/${PF}/Documents
doins Documents/generate_manual.sh
fi
}