diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 14:02:44 +0000 |
commit | 93dedaf7505e1ba09e04343fe96f8803e5bb3bfe (patch) | |
tree | 8bf5e1e184cd8d32a5057d800548565f318964bb /app-doc/root-docs | |
parent | open publication license added (diff) | |
download | gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.gz gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.tar.bz2 gentoo-2-93dedaf7505e1ba09e04343fe96f8803e5bb3bfe.zip |
repoman'd
Diffstat (limited to 'app-doc/root-docs')
-rw-r--r-- | app-doc/root-docs/root-docs-3.03.04.ebuild | 13 |
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 - } - - |