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-apps/util-linux: util-linux-9999.ebuild util-linux-2.24.ebuild ChangeLog
Date: Sun, 22 Dec 2013 23:21:56 +0000 (UTC)	[thread overview]
Message-ID: <20131222232156.A2D4A2004C@flycatcher.gentoo.org> (raw)

vapier      13/12/22 23:21:56

  Modified:             util-linux-9999.ebuild util-linux-2.24.ebuild
                        ChangeLog
  Log:
  Fix last failures #489794 by Toralf Förster.  Enable running in parallel.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.50                 sys-apps/util-linux/util-linux-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?r1=1.49&r2=1.50

Index: util-linux-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- util-linux-9999.ebuild	28 Nov 2013 20:41:52 -0000	1.49
+++ util-linux-9999.ebuild	22 Dec 2013 23:21:56 -0000	1.50
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.49 2013/11/28 20:41:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.50 2013/12/22 23:21:56 vapier Exp $
 
 EAPI="4"
 
@@ -113,6 +113,10 @@
 		$(tc-has-tls || echo --disable-tls)
 }
 
+src_test() {
+	emake check
+}
+
 src_install() {
 	default
 	dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}



1.5                  sys-apps/util-linux/util-linux-2.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild?r1=1.4&r2=1.5

Index: util-linux-2.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- util-linux-2.24.ebuild	28 Nov 2013 20:41:52 -0000	1.4
+++ util-linux-2.24.ebuild	22 Dec 2013 23:21:56 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild,v 1.4 2013/11/28 20:41:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild,v 1.5 2013/12/22 23:21:56 vapier Exp $
 
 EAPI="4"
 
@@ -60,6 +60,7 @@
 		po/update-potfiles
 		eautoreconf
 	fi
+	epatch "${FILESDIR}"/${PN}-2.24-skip-last-tests.patch #491742
 	elibtoolize
 }
 
@@ -113,6 +114,10 @@
 		$(tc-has-tls || echo --disable-tls)
 }
 
+src_test() {
+	emake check
+}
+
 src_install() {
 	default
 	dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*}



1.444                sys-apps/util-linux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.444&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.444&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.443&r2=1.444

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -r1.443 -r1.444
--- ChangeLog	28 Nov 2013 20:41:52 -0000	1.443
+++ ChangeLog	22 Dec 2013 23:21:56 -0000	1.444
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/util-linux
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.443 2013/11/28 20:41:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.444 2013/12/22 23:21:56 vapier Exp $
+
+  22 Dec 2013; Mike Frysinger <vapier@gentoo.org>
+  +files/util-linux-2.24-skip-last-tests.patch, util-linux-2.24.ebuild,
+  util-linux-9999.ebuild:
+  Fix last failures #489794 by Toralf Förster.  Enable running in parallel.
 
   28 Nov 2013; Mike Frysinger <vapier@gentoo.org> util-linux-2.24.ebuild,
   util-linux-9999.ebuild:





             reply	other threads:[~2013-12-22 23:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-22 23:21 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-11-28 20:41 [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-9999.ebuild util-linux-2.24.ebuild ChangeLog Mike Frysinger (vapier)

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=20131222232156.A2D4A2004C@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