From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D22459CA3 for ; Sun, 14 Feb 2016 18:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85645E077C; Sun, 14 Feb 2016 18:33:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20675E077C for ; Sun, 14 Feb 2016 18:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3F0B3409E6 for ; Sun, 14 Feb 2016 18:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D4638F6 for ; Sun, 14 Feb 2016 18:33:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455474537.c1a089dced55e876e5bc798e57b4ce5948c5a3fa.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/VampirTrace/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/VampirTrace/VampirTrace-5.14.3.ebuild dev-util/VampirTrace/VampirTrace-5.14.4.ebuild X-VCS-Directories: dev-util/VampirTrace/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c1a089dced55e876e5bc798e57b4ce5948c5a3fa X-VCS-Branch: master Date: Sun, 14 Feb 2016 18:33:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d356fe9a-b730-40bb-b618-1c2aa1685136 X-Archives-Hash: 7ebe39295373c9672190592bf705fce8 commit: c1a089dced55e876e5bc798e57b4ce5948c5a3fa Author: Justin Lecher gentoo org> AuthorDate: Sun Feb 14 18:28:57 2016 +0000 Commit: Justin Lecher gentoo 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 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 }