summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/root-docs/root-docs-3.03.04.ebuild')
-rw-r--r--app-doc/root-docs/root-docs-3.03.04.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/app-doc/root-docs/root-docs-3.03.04.ebuild b/app-doc/root-docs/root-docs-3.03.04.ebuild
index 7b4d1a617162..b65df7c7d9d0 100644
--- a/app-doc/root-docs/root-docs-3.03.04.ebuild
+++ b/app-doc/root-docs/root-docs-3.03.04.ebuild
@@ -1,13 +1,16 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-3.03.04.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-3.03.04.ebuild,v 1.3 2002/08/01 14:02:44 seemant Exp $
S=${WORKDIR}/htmldoc
-
DESCRIPTION="An Object-Oriented Data Analysis Framework"
SRC_URI="ftp://root.cern.ch/root/html303.tar.gz"
HOMEPAGE="http://root.cern.ch/"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
src_compile() {
einfo "Nothing to compile."
@@ -15,13 +18,7 @@ src_compile() {
}
src_install() {
-
- cd ${S}
-
dohtml *
docinto postscript
dodoc *.ps
-
}
-
-