public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/
Date: Sun, 29 Jan 2017 14:20:48 +0000 (UTC)	[thread overview]
Message-ID: <1485693008.6707305d8d26969571e92f7acbb6031d47019b62.jlec@gentoo> (raw)

commit:     6707305d8d26969571e92f7acbb6031d47019b62
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 12:30:08 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 12:30:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6707305d

dev-lang/path64: QA fixes

Bump to6 EAPI
drop non active code
add missing die

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-lang/path64/path64-9999.ebuild | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-9999.ebuild
index ed6c769..3f44655 100644
--- a/dev-lang/path64/path64-9999.ebuild
+++ b/dev-lang/path64/path64-9999.ebuild
@@ -1,26 +1,18 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-if [ "${PV%9999}" != "${PV}" ] ; then
-	SCM=git-r3
-	EGIT_REPO_URI="git://github.com/pathscale/${PN}-suite.git"
-	PATH64_URI="compiler assembler"
-	PATHSCALE_URI="compiler-rt libcxxrt libdwarf-bsd libunwind stdcxx"
-	DBG_URI="git://github.com/path64/debugger.git"
-fi
-
-inherit cmake-utils ${SCM} multilib toolchain-funcs
+inherit cmake-utils git-r3 toolchain-funcs
 
 DESCRIPTION="Path64 Compiler Suite Community Edition"
 HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
-if [ "${PV%9999}" != "${PV}" ] ; then
-	SRC_URI=""
-else
-	SRC_URI=""  # for tarballs
-fi
+SRC_URI=""
+EGIT_REPO_URI="git://github.com/pathscale/${PN}-suite.git"
+PATH64_URI="compiler assembler"
+PATHSCALE_URI="compiler-rt libcxxrt libdwarf-bsd libunwind stdcxx"
+DBG_URI="git://github.com/path64/debugger.git"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -29,7 +21,7 @@ IUSE="assembler custom-cflags debugger fortran +native +openmp valgrind"
 
 DEPEND="
 	!native? ( sys-devel/gcc:*[vanilla] )
-	native? ( || ( dev-lang/ekopath dev-lang/path64 ) )
+	native? ( || ( dev-lang/ekopath:* dev-lang/path64 ) )
 	valgrind? ( dev-util/valgrind )"
 RDEPEND="${DEPEND}"
 
@@ -46,8 +38,8 @@ pkg_setup() {
 
 src_unpack() {
 	git-r3_src_unpack
-	cd "${S}"
-	mkdir compiler
+	cd "${S}" || die
+	mkdir compiler || die
 	for f in ${PATH64_URI}; do
 		EGIT_REPO_URI="git://github.com/${PN}/${f}.git" \
 		EGIT_DIR="${EGIT_STORE_DIR}/compiler/${f}" \


             reply	other threads:[~2017-01-29 14:20 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 14:20 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-06 19:27 [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ Justin Lecher
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
2012-05-23 20:18 Kacper Kowalik
2012-05-23 19:56 Kacper Kowalik
2012-02-27 11:36 Kacper Kowalik
2012-02-25 19:44 Kacper Kowalik
2011-10-24 19:12 Justin Lecher
2011-08-15 13:39 Kacper Kowalik
2011-07-29 17:48 Kacper Kowalik
2011-07-29  7:51 Kacper Kowalik
2011-07-29  7:46 Kacper Kowalik
2011-07-27  9:48 Kacper Kowalik
2011-07-25 19:48 Kacper Kowalik
2011-07-25 19:40 Kacper Kowalik
2011-07-25  8:34 Kacper Kowalik
2011-07-23 12:31 Kacper Kowalik
2011-07-23 11:57 Kacper Kowalik
2011-07-23 11:55 Kacper Kowalik
2011-07-23 11:27 Kacper Kowalik
2011-07-23 10:07 Kacper Kowalik
2011-07-23  7:32 Kacper Kowalik
2011-07-20 11:41 Kacper Kowalik
2011-07-20 11:15 Kacper Kowalik
2011-07-20  8:56 Kacper Kowalik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1485693008.6707305d8d26969571e92f7acbb6031d47019b62.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox