summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/root-docs/root-docs-5.28.00.ebuild')
-rw-r--r--app-doc/root-docs/root-docs-5.28.00.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-doc/root-docs/root-docs-5.28.00.ebuild b/app-doc/root-docs/root-docs-5.28.00.ebuild
deleted file mode 100644
index 022480f..0000000
--- a/app-doc/root-docs/root-docs-5.28.00.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/root-docs-5.26.00.ebuild,v 1.4 2010/07/11 17:47:19 armin76 Exp $
-
-inherit versionator
-
-S=${WORKDIR}/htmldoc
-DESCRIPTION="An Object-Oriented Data Analysis Framework"
-VER=$(str=( $(get_version_components) ); echo "${str[0]}${str[1]}")
-SRC_URI="ftp://root.cern.ch/root/html${VER}.tar.gz"
-HOMEPAGE="http://root.cern.ch/"
-
-SLOT="0"
-LICENSE="as-is"
-IUSE=""
-KEYWORDS="amd64 sparc x86"
-
-src_install() {
- docpath="/usr/share/doc/${PF}/"
- mkdir -p "$D"/${docpath}
- cp -r * "$D"/${docpath}
-}