commit: c1a089dced55e876e5bc798e57b4ce5948c5a3fa Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Feb 14 18:28:57 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 18:28:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1a089dc
dev-util/VampirTrace: Chop DESCRIPTION to 80 chars * Bump EAPI to 6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 11 +++++------ dev-util/VampirTrace/VampirTrace-5.14.4.ebuild | 13 +++++-------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild index aa400e7..753c3c0 100644 --- a/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild +++ b/dev-util/VampirTrace/VampirTrace-5.14.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils cuda -DESCRIPTION="An open source library that allows detailed logging of program execution for parallel applications" +DESCRIPTION="Library for detailed logging of program execution for parallel applications" HOMEPAGE="http://www.tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih/forschung/software_werkzeuge_zur_unterstuetzung_von_programmierung_und_optimierung/vampirtrace" SRC_URI="http://wwwpub.zih.tu-dresden.de/%7Emlieber/dcount/dcount.php?package=vampirtrace&get=${P}.tar.gz" @@ -30,8 +30,7 @@ src_configure() { src_install() { default # avoid collisions with app-text/lcdf-typetools: - mv "${D}/usr/bin/otfinfo" "${D}/usr/bin/otfinfo.vampir" - mv "${D}/usr/lib/debug/usr/bin/otfinfo.debug" "${D}/usr/lib/debug/usr/bin/otfinfo.vampir.debug" + mv "${ED}"/usr/bin/otfinfo{,.vampir} || die # libtool is already installed: - rm "${D}/usr/share/libtool" + rm "${ED}"/usr/share/libtool || die } diff --git a/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild b/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild index 956afcb..28a5769 100644 --- a/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild +++ b/dev-util/VampirTrace/VampirTrace-5.14.4.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit eutils cuda MY_PV="${PV}-gpu2" MY_P="${PN}-${MY_PV}" -DESCRIPTION="An open source library that allows detailed logging of program execution for parallel applications" +DESCRIPTION="Library for detailed logging of program execution for parallel applications" HOMEPAGE="http://tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih/forschung/projekte/vampirtrace/accelerator" SRC_URI="http://wwwpub.zih.tu-dresden.de/~mlieber/dcount/dcount.php?package=gputrace&get=${MY_P}.tar.gz" @@ -35,10 +35,7 @@ src_configure() { src_install() { default # avoid collisions with app-text/lcdf-typetools: - mv "${D}/usr/bin/otfinfo" "${D}/usr/bin/otfinfo.vampir" || die - if [ -e "${D}/usr/lib/debug/usr/bin/otfinfo.debug" ]; then - mv "${D}/usr/lib/debug/usr/bin/otfinfo.debug" "${D}/usr/lib/debug/usr/bin/otfinfo.vampir.debug" || die - fi + mv "${ED}"/usr/bin/otfinfo{,.vampir} || die # libtool is already installed: - rm "${D}/usr/share/libtool" || die + rm "${ED}"/usr/share/libtool || die }
