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 E7D8A1395E7 for ; Tue, 4 Aug 2015 16:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FC94E0886; Tue, 4 Aug 2015 16:36:02 +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 312EEE0886 for ; Tue, 4 Aug 2015 16:36:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA0E7340702 for ; Tue, 4 Aug 2015 16:36:00 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 0EBCE119; Tue, 4 Aug 2015 16:35:59 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ekopath: ekopath-6.0.468_p20150803.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ekopath-6.0.468_p20150803.ebuild ChangeLog X-VCS-Directories: dev-lang/ekopath X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150804163559.0EBCE119@oystercatcher.gentoo.org> Date: Tue, 4 Aug 2015 16:35:59 +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: e95d1a66-3c9b-4a91-9201-0e9fdf2d200b X-Archives-Hash: 38c4978ed5eac36029265e1134f46838 mgorny 15/08/04 16:35:59 Modified: ChangeLog Added: ekopath-6.0.468_p20150803.ebuild Log: New snapshot (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.32 dev-lang/ekopath/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 8 Jul 2015 17:31:44 -0000 1.31 +++ ChangeLog 4 Aug 2015 16:35:58 -0000 1.32 @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/ekopath # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.31 2015/07/08 17:31:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.32 2015/08/04 16:35:58 mgorny Exp $ + +*ekopath-6.0.468_p20150803 (04 Aug 2015) + + 04 Aug 2015; Michał Górny + +ekopath-6.0.468_p20150803.ebuild: + New snapshot *ekopath-6.0.439_p20150707 (08 Jul 2015) 1.1 dev-lang/ekopath/ekopath-6.0.468_p20150803.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-6.0.468_p20150803.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-6.0.468_p20150803.ebuild?rev=1.1&content-type=text/plain Index: ekopath-6.0.468_p20150803.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-6.0.468_p20150803.ebuild,v 1.1 2015/08/04 16:35:58 mgorny Exp $ EAPI=5 inherit versionator multilib pax-utils MY_PV=$(get_version_component_range 1-3) DATE=$(get_version_component_range 4) DATE=${DATE#p} DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} INSTALLER=${PN}-${DATE}-installer.run DESCRIPTION="PathScale EKOPath Compiler Suite" HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite" SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="!!app-arch/rpm" RDEPEND="" RESTRICT="bindist mirror" QA_PREBUILT=" opt/${PN}/lib/${MY_PV}/x8664/* opt/${PN}/bin/*" S="${WORKDIR}" src_unpack() { cp "${DISTDIR}/${INSTALLER}" "${S}/" || die chmod +x "${S}/${INSTALLER}" || die } src_prepare() { cat > 99${PN} <<-EOF PATH=${EROOT%/}/opt/${PN}/bin ROOTPATH=${EROOT%/}/opt/${PN}/bin LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64 MANPATH=${EROOT%/}/opt/${PN}/docs/man EOF } src_install() { # EI_PAX marking is obsolete and PT_PAX breaks the binary. # We must use XT_PAX to run the installer. if [[ ${PAX_MARKINGS} == "XT" ]]; then pax-mark m "${INSTALLER}" fi ./"${INSTALLER}" \ --prefix "${ED%/}/opt/${PN}" \ --mode unattended || die if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then local guess cd "${ED%/}/opt/${PN}/lib" && guess=( * ) if [[ ${guess[@]} ]]; then die "Incorrect release version in PV, guessing it should be: ${guess[*]}" else die "No libdir installed" fi fi [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" rm -r "${ED}/opt/${PN}"/uninstall* || die doenvd 99${PN} }