diff options
author | Michael Weber <xmw@gentoo.org> | 2013-07-03 09:48:36 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-07-03 09:48:36 +0000 |
commit | ce2878ef418cf658806c11f3425dc0eb3be03529 (patch) | |
tree | 16ac9c5c15ab490c80d0f7f77ed1973c410edbb5 /app-doc | |
parent | Remove old version of 5.34 series, as requested by Andrew Savchenko. (diff) | |
download | gentoo-2-ce2878ef418cf658806c11f3425dc0eb3be03529.tar.gz gentoo-2-ce2878ef418cf658806c11f3425dc0eb3be03529.tar.bz2 gentoo-2-ce2878ef418cf658806c11f3425dc0eb3be03529.zip |
Remove old version of 5.34 series, as requested by Andrew Savchenko.
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/root-docs/ChangeLog | 6 | ||||
-rw-r--r-- | app-doc/root-docs/root-docs-5.34.07.ebuild | 76 | ||||
-rw-r--r-- | app-doc/root-docs/root-docs-5.34.08.ebuild | 76 |
3 files changed, 5 insertions, 153 deletions
diff --git a/app-doc/root-docs/ChangeLog b/app-doc/root-docs/ChangeLog index c14a9968d02c..1c3170bc7582 100644 --- a/app-doc/root-docs/ChangeLog +++ b/app-doc/root-docs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-doc/root-docs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/ChangeLog,v 1.34 2013/06/29 10:44:38 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/ChangeLog,v 1.35 2013/07/03 09:48:36 xmw Exp $ + + 03 Jul 2013; Michael Weber <xmw@gentoo.org> -root-docs-5.34.07.ebuild, + -root-docs-5.34.08.ebuild: + Remove old version of 5.34 series, as requested by Andrew Savchenko. *root-docs-5.34.09 (29 Jun 2013) diff --git a/app-doc/root-docs/root-docs-5.34.07.ebuild b/app-doc/root-docs/root-docs-5.34.07.ebuild deleted file mode 100644 index 85bd4618c331..000000000000 --- a/app-doc/root-docs/root-docs-5.34.07.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 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.34.07.ebuild,v 1.2 2013/06/04 15:41:13 bicatali Exp $ - -EAPI=5 - -ROOT_PN="root" -PATCH_PV="5.34.01" - -if [[ ${PV} == "9999" ]] ; then - _GIT=git-2 - SRC_URI="" - KEYWORDS="" -else - SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -fi - -inherit eutils multilib toolchain-funcs virtualx ${_GIT} - -DESCRIPTION="API documentation for ROOT (An Object-Oriented Data Analysis Framework)" -HOMEPAGE="http://root.cern.ch/" - -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -S="${WORKDIR}/${ROOT_PN}" -VIRTUALX_REQUIRED="always" - -DEPEND=" - ~sci-physics/root-${PV}[X,doc,graphviz,htmldoc,opengl] - virtual/pkgconfig - ${_GIT_DEP}" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-${PATCH_PV}-makehtml.patch -} - -src_configure() { - # we need only to setup paths here, html docs doesn't depend on USE flags - ./configure \ - --prefix="${EPREFIX}"/usr \ - --etcdir="${EPREFIX}"/etc/root \ - --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN} \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --tutdir="${EPREFIX}"/usr/share/doc/${PF}/examples/tutorials \ - --testdir="${EPREFIX}"/usr/share/doc/${PF}/examples/tests \ - --with-cc=$(tc-getCC) \ - --with-cxx=$(tc-getCXX) \ - --with-f77=$(tc-getFC) \ - --with-ld=$(tc-getCXX) \ - --with-afs-shared=yes \ - --with-llvm-config="${EPREFIX}"/usr/bin/llvm-config \ - --with-sys-iconpath="${EPREFIX}"/usr/share/pixmaps -} - -src_compile() { - # video drivers may want to access hardware devices - cards=$(echo -n /dev/dri/card* /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g') - [[ -n "${cards}" ]] && addpredict "${cards}" - - ROOTSYS="${S}" Xemake html - # if root.exe crashes, return code will be 0 due to gdb attach, - # so we need to check if last html file was generated; - # this check is volatile and can't catch crash on the last file. - [[ -f htmldoc/timespec.html ]] || die "looks like html doc generation crashed" -} - -src_install() { - dodir /usr/share/doc/${PF} - # too large data to copy - mv htmldoc/* "${ED}usr/share/doc/${PF}/" - docompress -x "${EPREFIX}/usr/share/doc/${PF}/" -} diff --git a/app-doc/root-docs/root-docs-5.34.08.ebuild b/app-doc/root-docs/root-docs-5.34.08.ebuild deleted file mode 100644 index 66d0f2f10362..000000000000 --- a/app-doc/root-docs/root-docs-5.34.08.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 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.34.08.ebuild,v 1.1 2013/06/10 16:46:22 bicatali Exp $ - -EAPI=5 - -ROOT_PN="root" -PATCH_PV="5.34.01" - -if [[ ${PV} == "9999" ]] ; then - _GIT=git-2 - SRC_URI="" - KEYWORDS="" -else - SRC_URI="ftp://root.cern.ch/${ROOT_PN}/${ROOT_PN}_v${PV}.source.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -fi - -inherit eutils multilib toolchain-funcs virtualx ${_GIT} - -DESCRIPTION="API documentation for ROOT (An Object-Oriented Data Analysis Framework)" -HOMEPAGE="http://root.cern.ch/" - -SLOT="0" -LICENSE="LGPL-2.1" -IUSE="" - -S="${WORKDIR}/${ROOT_PN}-v5-34-00-patches" -VIRTUALX_REQUIRED="always" - -DEPEND=" - ~sci-physics/root-${PV}[X,doc,graphviz,htmldoc,opengl] - virtual/pkgconfig - ${_GIT_DEP}" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-${PATCH_PV}-makehtml.patch -} - -src_configure() { - # we need only to setup paths here, html docs doesn't depend on USE flags - ./configure \ - --prefix="${EPREFIX}"/usr \ - --etcdir="${EPREFIX}"/etc/root \ - --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN} \ - --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --tutdir="${EPREFIX}"/usr/share/doc/${PF}/examples/tutorials \ - --testdir="${EPREFIX}"/usr/share/doc/${PF}/examples/tests \ - --with-cc=$(tc-getCC) \ - --with-cxx=$(tc-getCXX) \ - --with-f77=$(tc-getFC) \ - --with-ld=$(tc-getCXX) \ - --with-afs-shared=yes \ - --with-llvm-config="${EPREFIX}"/usr/bin/llvm-config \ - --with-sys-iconpath="${EPREFIX}"/usr/share/pixmaps -} - -src_compile() { - # video drivers may want to access hardware devices - cards=$(echo -n /dev/dri/card* /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g') - [[ -n "${cards}" ]] && addpredict "${cards}" - - ROOTSYS="${S}" Xemake html - # if root.exe crashes, return code will be 0 due to gdb attach, - # so we need to check if last html file was generated; - # this check is volatile and can't catch crash on the last file. - [[ -f htmldoc/timespec.html ]] || die "looks like html doc generation crashed" -} - -src_install() { - dodir /usr/share/doc/${PF} - # too large data to copy - mv htmldoc/* "${ED}usr/share/doc/${PF}/" - docompress -x "${EPREFIX}/usr/share/doc/${PF}/" -} |