public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/parted: ChangeLog parted-3.0.ebuild
Date: Tue, 10 Jan 2012 00:17:52 +0000 (UTC)	[thread overview]
Message-ID: <20120110001752.5069E2004B@flycatcher.gentoo.org> (raw)

vapier      12/01/10 00:17:52

  Modified:             ChangeLog parted-3.0.ebuild
  Log:
  Handle implicit dev-libs/check dep via USE=test.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sys-block/parted/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	26 Nov 2011 18:09:50 -0000	1.12
+++ ChangeLog	10 Jan 2012 00:17:52 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sys-block/parted
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.12 2011/11/26 18:09:50 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.13 2012/01/10 00:17:52 vapier Exp $
+
+  10 Jan 2012; Mike Frysinger <vapier@gentoo.org> parted-3.0.ebuild:
+  Handle implicit dev-libs/check dep via USE=test.
 
   26 Nov 2011; Raúl Porcel <armin76@gentoo.org> parted-3.0.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #385221



1.7                  sys-block/parted/parted-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.0.ebuild?r1=1.6&r2=1.7

Index: parted-3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- parted-3.0.ebuild	26 Nov 2011 18:09:50 -0000	1.6
+++ parted-3.0.ebuild	10 Jan 2012 00:17:52 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.0.ebuild,v 1.6 2011/11/26 18:09:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.0.ebuild,v 1.7 2012/01/10 00:17:52 vapier Exp $
 
 EAPI="3"
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86"
-IUSE="+debug device-mapper nls readline selinux static-libs"
+IUSE="+debug device-mapper nls readline selinux static-libs test"
 
 # specific version for gettext needed
 # to fix bug 85999
@@ -30,6 +30,7 @@
 DEPEND="
 	${RDEPEND}
 	dev-util/pkgconfig
+	test? ( >=dev-libs/check-0.9.3 )
 "
 
 src_prepare() {
@@ -40,6 +41,9 @@
 		-e '/t4100-msdos-partition-limits.sh/d' \
 		-e '/t4100-dvh-partition-limits.sh/d' \
 		-e '/t6000-dm.sh/d' || die "sed failed"
+	# there is no configure flag for controlling the dev-libs/check test
+	sed -i configure.ac \
+		-e "s:have_check=[a-z]*:have_check=$(usex test):g" || die
 
 	eautoreconf
 }
@@ -52,8 +56,7 @@
 		$(use_enable selinux) \
 		$(use_enable device-mapper) \
 		$(use_enable static-libs static) \
-		--disable-rpath \
-		|| die "Configure failed"
+		--disable-rpath
 }
 
 src_test() {






             reply	other threads:[~2012-01-10  0:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-10  0:17 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-26 13:44 [gentoo-commits] gentoo-x86 commit in sys-block/parted: ChangeLog parted-3.0.ebuild Samuli Suominen (ssuominen)
2011-11-26 18:09 Raul Porcel (armin76)
2011-10-15 23:15 Markus Meier (maekke)
2011-10-11 20:04 Jeroen Roovers (jer)
2011-10-10 21:26 Markus Meier (maekke)
2011-10-04 11:01 Tony Vroon (chainsaw)
2011-05-31  0:34 Jeroen Roovers (jer)

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=20120110001752.5069E2004B@flycatcher.gentoo.org \
    --to=vapier@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