public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: ChangeLog udev-9999.ebuild
Date: Fri,  8 Feb 2013 11:55:49 +0000 (UTC)	[thread overview]
Message-ID: <20130208115549.35FD52171D@flycatcher.gentoo.org> (raw)

ssuominen    13/02/08 11:55:49

  Modified:             ChangeLog udev-9999.ebuild
  Log:
  Update live ebuild to use new --root switch from git for hwdb --update. Remove target systemd-install-hook (and udev-confdirs) to match current git. This will mean content of /usr/lib/systemd/system/sysinit.target.wants/ is not installed with udev anymore.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.822                sys-fs/udev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.822&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.822&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.821&r2=1.822

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.821
retrieving revision 1.822
diff -u -r1.821 -r1.822
--- ChangeLog	7 Feb 2013 18:50:36 -0000	1.821
+++ ChangeLog	8 Feb 2013 11:55:49 -0000	1.822
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/udev
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.821 2013/02/07 18:50:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.822 2013/02/08 11:55:49 ssuominen Exp $
+
+  08 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
+  Update live ebuild to use new --root switch from git for hwdb --update.
+  Remove target systemd-install-hook (and udev-confdirs) to match current git.
+  This will mean content of /usr/lib/systemd/system/sysinit.target.wants/ is
+  not installed with udev anymore.
 
 *udev-197-r8 (07 Feb 2013)
 



1.173                sys-fs/udev/udev-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.172&r2=1.173

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- udev-9999.ebuild	7 Feb 2013 18:05:03 -0000	1.172
+++ udev-9999.ebuild	8 Feb 2013 11:55:49 -0000	1.173
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.172 2013/02/07 18:05:03 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.173 2013/02/08 11:55:49 ssuominen Exp $
 
 EAPI=4
 
-KV_min=2.6.39
+KV_min=2.6.32
 
 inherit autotools eutils linux-info multilib systemd toolchain-funcs versionator
 
@@ -18,7 +18,8 @@
 	if [[ -n "${patchset}" ]]
 		then
 				SRC_URI="${SRC_URI}
-					http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.bz2"
+					http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.bz2
+					http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.bz2"
 			fi
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 fi
@@ -77,8 +78,6 @@
 
 udev_check_KV()
 {
-	# accept4 came late for ia64
-	use ia64 && KV_min=3.3
 	if kernel_is lt ${KV_min//./ }
 	then
 		return 1
@@ -176,13 +175,13 @@
 
 	if [[ ${PV} = 9999* ]]; then
 		# secure_getenv() disable for non-glibc systems wrt bug #443030
-		if ! [[ $(grep -r secure_getenv * | wc -l) -eq 13 ]]; then
+		if ! [[ $(grep -r secure_getenv * | wc -l) -eq 23 ]]; then
 			eerror "The line count for secure_getenv() failed, see bug #443030"
 			die
 		fi
 
 		# gperf disable if keymaps are not requested wrt bug #452760
-		if ! [[ $(grep -i gperf Makefile.am | wc -l) -eq 24 ]]; then
+		if ! [[ $(grep -i gperf Makefile.am | wc -l) -eq 27 ]]; then
 			eerror "The line count for gperf references failed, see bug 452760"
 			die
 		fi
@@ -307,8 +306,6 @@
 		install-sharepkgconfigDATA
 		install-typelibsDATA
 		install-dist_docDATA
-		udev-confdirs
-		systemd-install-hook
 		libudev-install-hook
 		libsystemd-daemon-install-hook
 		install-pkgincludeHEADERS
@@ -524,5 +521,5 @@
 	elog "         fixing known issues visit:"
 	elog "         http://www.gentoo.org/doc/en/udev-guide.xml"
 
-	use hwdb && udevadm hwdb --update
+	use hwdb && udevadm hwdb --update --root="${ROOT%/}"
 }





             reply	other threads:[~2013-02-08 11:55 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 11:55 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-21 12:18 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: ChangeLog udev-9999.ebuild Samuli Suominen (ssuominen)
2013-07-16 15:34 Samuli Suominen (ssuominen)
2013-07-15 11:03 Samuli Suominen (ssuominen)
2013-07-09 10:44 Samuli Suominen (ssuominen)
2013-07-01 17:39 Samuli Suominen (ssuominen)
2013-07-01 17:32 Samuli Suominen (ssuominen)
2013-06-07 18:00 Samuli Suominen (ssuominen)
2013-05-17 13:50 Samuli Suominen (ssuominen)
2013-04-18 17:57 Samuli Suominen (ssuominen)
2013-03-26 19:23 Samuli Suominen (ssuominen)
2013-03-26 17:43 Samuli Suominen (ssuominen)
2013-03-08 23:08 Samuli Suominen (ssuominen)
2013-03-08 22:51 Samuli Suominen (ssuominen)
2013-03-08 22:45 Samuli Suominen (ssuominen)
2013-02-13 22:37 Samuli Suominen (ssuominen)
2013-02-08 12:28 Samuli Suominen (ssuominen)
2013-01-16 13:56 Samuli Suominen (ssuominen)
2012-04-08  6:37 Samuli Suominen (ssuominen)
2011-12-09 22:12 William Hubbs (williamh)
2011-11-07  4:55 William Hubbs (williamh)
2011-11-06  2:36 William Hubbs (williamh)
2011-11-04 18:32 William Hubbs (williamh)
2011-11-03  1:58 William Hubbs (williamh)
2011-06-09 13:18 Matthias Schwarzott (zzam)
2011-06-08 15:30 William Hubbs (williamh)
2011-06-07  5:54 William Hubbs (williamh)
2010-07-17 19:14 Matthias Schwarzott (zzam)
2010-04-19 20:28 Matthias Schwarzott (zzam)
2009-10-20 19:04 Matthias Schwarzott (zzam)
2009-10-20 12:38 Matthias Schwarzott (zzam)
2009-10-15 21:40 Matthias Schwarzott (zzam)
2009-09-19 21:36 Matthias Schwarzott (zzam)
2009-06-17 13:52 Matthias Schwarzott (zzam)
2009-02-25 12:50 Matthias Schwarzott (zzam)
2009-01-22 11:18 Matthias Schwarzott (zzam)
2009-01-06 18:42 Michael Sterrett (mr_bones_)
2008-12-30 22:51 Matthias Schwarzott (zzam)

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=20130208115549.35FD52171D@flycatcher.gentoo.org \
    --to=ssuominen@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