From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57FA31396D0 for ; Wed, 23 Aug 2017 17:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92D1DE0DA4; Wed, 23 Aug 2017 17:10:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7299AE0DA4 for ; Wed, 23 Aug 2017 17:10:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D14D341C5D for ; Wed, 23 Aug 2017 17:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C97C87FFE for ; Wed, 23 Aug 2017 17:10:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1503508243.3591a1e433f3db5bc07046f02682360f7031fde6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/volatility/volatility-2.4.1.ebuild app-forensics/volatility/volatility-2.6.ebuild X-VCS-Directories: app-forensics/volatility/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3591a1e433f3db5bc07046f02682360f7031fde6 X-VCS-Branch: master Date: Wed, 23 Aug 2017 17:10:49 +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: 70b5b602-4b08-4622-8ad8-36ddb541ca98 X-Archives-Hash: 052471f383da478e86920e3cfeb07f7e commit: 3591a1e433f3db5bc07046f02682360f7031fde6 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 23 16:48:08 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 23 17:10:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3591a1e4 app-forensics/volatility: [QA] Use relative symlink target(s) app-forensics/volatility/volatility-2.4.1.ebuild | 4 ++-- app-forensics/volatility/volatility-2.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild index f25ea365315..c8a3f592e56 100644 --- a/app-forensics/volatility/volatility-2.4.1.ebuild +++ b/app-forensics/volatility/volatility-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,5 +28,5 @@ src_install() { mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" rmdir "${D}/usr/contrib" mv "${D}/usr/tools" "${D}/usr/share/${PN}/" - dosym /usr/bin/vol.py /usr/bin/volatility + dosym vol.py /usr/bin/volatility } diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild index c2c54c4fce8..74668be6464 100644 --- a/app-forensics/volatility/volatility-2.6.ebuild +++ b/app-forensics/volatility/volatility-2.6.ebuild @@ -31,5 +31,5 @@ src_install() { mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" rmdir "${D}/usr/contrib" mv "${D}/usr/tools" "${D}/usr/share/${PN}/" - dosym /usr/bin/vol.py /usr/bin/volatility + dosym vol.py /usr/bin/volatility }