public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/cmake/
Date: Thu, 17 Oct 2013 19:16:42 +0000 (UTC)	[thread overview]
Message-ID: <1382037373.cee0fda61028298418a2cbdcbc013b1b9e5cc23f.johu@gentoo> (raw)

commit:     cee0fda61028298418a2cbdcbc013b1b9e5cc23f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 19:16:13 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 19:16:13 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cee0fda6

[dev-util/cmake] Use non deprecated BUILD_DIR var.

Package-Manager: portage-2.2.7

---
 dev-util/cmake/cmake-2.8.12.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cmake/cmake-2.8.12.ebuild b/dev-util/cmake/cmake-2.8.12.ebuild
index 24231c9..bfd1f2c 100644
--- a/dev-util/cmake/cmake-2.8.12.ebuild
+++ b/dev-util/cmake/cmake-2.8.12.ebuild
@@ -98,7 +98,7 @@ cmake_src_test() {
 		"${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \
 		|| die
 
-	pushd "${CMAKE_BUILD_DIR}" > /dev/null
+	pushd "${BUILD_DIR}" > /dev/null
 
 	local ctestargs
 	[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose --output-on-failure"
@@ -108,7 +108,7 @@ cmake_src_test() {
 	#    CTest.updatecvs, which fails to commit as root
 	#    Qt4Deploy, which tries to break sandbox and ignores prefix
 	#    TestUpload, which requires network access
-	"${CMAKE_BUILD_DIR}"/bin/ctest ${ctestargs} \
+	"${BUILD_DIR}"/bin/ctest ${ctestargs} \
 		-E "(BootstrapTest|CTest.UpdateCVS|Qt4Deploy|TestUpload)" \
 		|| die "Tests failed"
 


             reply	other threads:[~2013-10-17 19:16 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17 19:16 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-19 14:05 [gentoo-commits] proj/kde:master commit in: dev-util/cmake/ Michael Palimaka
2014-06-19 14:05 Michael Palimaka
2014-06-19 13:55 Michael Palimaka
2014-06-19 12:47 Michael Palimaka
2014-06-19 12:45 Michael Palimaka
2014-06-19 12:44 Michael Palimaka
2014-03-11 10:21 Johannes Huber
2013-06-09 11:47 Johannes Huber
2013-06-01 15:58 Michael Palimaka
2013-05-22 14:12 Chris Reffett
2013-03-11 18:18 Michael Palimaka
2013-01-16 10:35 Michael Palimaka
2012-11-09 16:50 Michael Palimaka
2012-05-02 21:13 Johannes Huber
2012-05-01 11:21 Johannes Huber
2012-04-22 17:04 Chris Reffett
2012-01-21 23:37 Johannes Huber
2012-01-13 13:07 Johannes Huber

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=1382037373.cee0fda61028298418a2cbdcbc013b1b9e5cc23f.johu@gentoo \
    --to=johu@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