public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197.ebuild udev-9999.ebuild ChangeLog
@ 2013-01-09 19:39 William Hubbs (williamh)
  0 siblings, 0 replies; only message in thread
From: William Hubbs (williamh) @ 2013-01-09 19:39 UTC (permalink / raw
  To: gentoo-commits

williamh    13/01/09 19:39:55

  Modified:             udev-197.ebuild udev-9999.ebuild ChangeLog
  Log:
  I was told that the fix I mentioned in the previous commit is incorrect because systemd already generates the man pages in their tarball.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.2                  sys-fs/udev/udev-197.ebuild

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

Index: udev-197.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-197.ebuild	9 Jan 2013 19:25:49 -0000	1.1
+++ udev-197.ebuild	9 Jan 2013 19:39:55 -0000	1.2
@@ -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-fs/udev/udev-197.ebuild,v 1.1 2013/01/09 19:25:49 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-197.ebuild,v 1.2 2013/01/09 19:39:55 williamh Exp $
 
 EAPI=4
 
@@ -46,13 +46,13 @@
 	virtual/os-headers
 	virtual/pkgconfig
 	!<sys-kernel/linux-headers-${KV_min}
-	app-text/docbook-xsl-stylesheets
 	doc? ( dev-util/gtk-doc )
 	hwdb? ( >=sys-apps/hwids-20121202.2[udev] )"
 
 if [[ ${PV} = 9999* ]]
 then
 	DEPEND="${DEPEND}
+		app-text/docbook-xsl-stylesheets
 		dev-libs/libxslt"
 fi
 



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

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

Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- udev-9999.ebuild	9 Jan 2013 19:25:49 -0000	1.124
+++ udev-9999.ebuild	9 Jan 2013 19:39:55 -0000	1.125
@@ -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-fs/udev/udev-9999.ebuild,v 1.124 2013/01/09 19:25:49 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.125 2013/01/09 19:39:55 williamh Exp $
 
 EAPI=4
 
@@ -46,13 +46,13 @@
 	virtual/os-headers
 	virtual/pkgconfig
 	!<sys-kernel/linux-headers-${KV_min}
-	app-text/docbook-xsl-stylesheets
 	doc? ( dev-util/gtk-doc )
 	hwdb? ( >=sys-apps/hwids-20121202.2[udev] )"
 
 if [[ ${PV} = 9999* ]]
 then
 	DEPEND="${DEPEND}
+	app-text/docbook-xsl-stylesheets
 		dev-libs/libxslt"
 fi
 



1.753                sys-fs/udev/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.752
retrieving revision 1.753
diff -u -r1.752 -r1.753
--- ChangeLog	9 Jan 2013 19:25:49 -0000	1.752
+++ ChangeLog	9 Jan 2013 19:39:55 -0000	1.753
@@ -1,6 +1,11 @@
 # 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.752 2013/01/09 19:25:49 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.753 2013/01/09 19:39:55 williamh Exp $
+
+  09 Jan 2013; William Hubbs <williamh@gentoo.org> udev-197.ebuild,
+  udev-9999.ebuild:
+  I was told that the fix I mentioned in the previous commit is incorrect
+  because systemd already generates the man pages in their tarball.
 
 *udev-197 (09 Jan 2013)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-09 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 19:39 [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-197.ebuild udev-9999.ebuild ChangeLog William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox