public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: udev-9999-disable-doc.diff
@ 2009-06-18  9:27 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Schwarzott (zzam) @ 2009-06-18  9:27 UTC (permalink / raw
  To: gentoo-commits

zzam        09/06/18 09:27:51

  Added:                udev-9999-disable-doc.diff
  Log:
  Make extras a use-flag and add all necessary depends. Change way doc is handled for autotools.
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  sys-fs/udev/files/udev-9999-disable-doc.diff

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?rev=1.1&content-type=text/plain

Index: udev-9999-disable-doc.diff
===================================================================
diff --git a/configure.ac b/configure.ac
index 82c455d..88dd20c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,6 @@ AC_SYS_LARGEFILE
 AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_LIBTOOL
 AC_PROG_AWK
-GTK_DOC_CHECK(1.10)
 AC_PREFIX_DEFAULT([/usr])
 AC_PATH_PROG([XSLTPROC], [xsltproc])
 
@@ -103,8 +102,6 @@ AC_CONFIG_FILES([
 	Makefile
 	libudev/Makefile
 	libudev/libudev.pc
-	libudev/docs/Makefile
-	libudev/docs/version.xml
 	udev/Makefile
 	rules/Makefile
 	extras/Makefile
@@ -125,8 +122,6 @@ AC_CONFIG_FILES([
 	extras/usb-db/Makefile
 	extras/gudev/Makefile
 	extras/gudev/gudev-1.0.pc
-	extras/gudev/docs/Makefile
-	extras/gudev/docs/version.xml
 	extras/keymap/Makefile
 	extras/modem-modeswitch/Makefile
 ])
diff --git a/extras/gudev/Makefile.am b/extras/gudev/Makefile.am
index dcfc2bd..87d9aba 100644
--- a/extras/gudev/Makefile.am
+++ b/extras/gudev/Makefile.am
@@ -2,8 +2,7 @@ include $(top_srcdir)/Makefile.am.inc
 
 # putting ‘.’ first causes prefix ordering of directories
 SUBDIRS = \
-	. \
-	docs
+	.
 
 AM_CPPFLAGS += \
 	-I$(top_builddir)/extras \
diff --git a/libudev/Makefile.am b/libudev/Makefile.am
index 220cff0..f40c830 100644
--- a/libudev/Makefile.am
+++ b/libudev/Makefile.am
@@ -1,7 +1,6 @@
 include $(top_srcdir)/Makefile.am.inc
 
-SUBDIRS = \
-	docs
+SUBDIRS =
 
 noinst_PROGRAMS = \
 	test-libudev






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: udev-9999-disable-doc.diff
@ 2009-08-10 12:49 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Schwarzott (zzam) @ 2009-08-10 12:49 UTC (permalink / raw
  To: gentoo-commits

zzam        09/08/10 12:49:14

  Modified:             udev-9999-disable-doc.diff
  Log:
  Update patch for live-ebuild without docs.
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-fs/udev/files/udev-9999-disable-doc.diff

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff?r1=1.1&r2=1.2

Index: udev-9999-disable-doc.diff
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/files/udev-9999-disable-doc.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- udev-9999-disable-doc.diff	18 Jun 2009 09:27:51 -0000	1.1
+++ udev-9999-disable-doc.diff	10 Aug 2009 12:49:14 -0000	1.2
@@ -1,57 +1,45 @@
+diff --git a/Makefile.am b/Makefile.am
+index 221e91f..f2a6198 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,4 +1,4 @@
+-SUBDIRS = . libudev/docs
++SUBDIRS = .
+ 
+ udevconfdir = $(sysconfdir)/udev
+ dist_udevconf_DATA = \
+@@ -447,8 +447,7 @@ libgudev_include_HEADERS = \
+ 
+ pkgconfig_DATA += extras/gudev/gudev-1.0.pc
+ 
+-SUBDIRS += \
+-	extras/gudev/docs
++SUBDIRS +=
+ endif
+ 
+ if ENABLE_INTROSPECTION
 diff --git a/configure.ac b/configure.ac
-index 82c455d..88dd20c 100644
+index 727cba6..bbd3775 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -8,7 +8,6 @@ AC_SYS_LARGEFILE
  AC_CONFIG_MACRO_DIR([m4])
- AC_PROG_LIBTOOL
+ LT_INIT
  AC_PROG_AWK
 -GTK_DOC_CHECK(1.10)
  AC_PREFIX_DEFAULT([/usr])
  AC_PATH_PROG([XSLTPROC], [xsltproc])
  
-@@ -103,8 +102,6 @@ AC_CONFIG_FILES([
+@@ -102,12 +101,8 @@ AC_CONFIG_HEADERS(config.h)
+ AC_CONFIG_FILES([
  	Makefile
- 	libudev/Makefile
  	libudev/libudev.pc
 -	libudev/docs/Makefile
 -	libudev/docs/version.xml
- 	udev/Makefile
- 	rules/Makefile
- 	extras/Makefile
-@@ -125,8 +122,6 @@ AC_CONFIG_FILES([
- 	extras/usb-db/Makefile
- 	extras/gudev/Makefile
+ 	udev/udev.pc
  	extras/gudev/gudev-1.0.pc
 -	extras/gudev/docs/Makefile
 -	extras/gudev/docs/version.xml
- 	extras/keymap/Makefile
- 	extras/modem-modeswitch/Makefile
  ])
-diff --git a/extras/gudev/Makefile.am b/extras/gudev/Makefile.am
-index dcfc2bd..87d9aba 100644
---- a/extras/gudev/Makefile.am
-+++ b/extras/gudev/Makefile.am
-@@ -2,8 +2,7 @@ include $(top_srcdir)/Makefile.am.inc
- 
- # putting ‘.’ first causes prefix ordering of directories
- SUBDIRS = \
--	. \
--	docs
-+	.
- 
- AM_CPPFLAGS += \
- 	-I$(top_builddir)/extras \
-diff --git a/libudev/Makefile.am b/libudev/Makefile.am
-index 220cff0..f40c830 100644
---- a/libudev/Makefile.am
-+++ b/libudev/Makefile.am
-@@ -1,7 +1,6 @@
- include $(top_srcdir)/Makefile.am.inc
- 
--SUBDIRS = \
--	docs
-+SUBDIRS =
  
- noinst_PROGRAMS = \
- 	test-libudev
+ AC_OUTPUT






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-10 12:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-10 12:49 [gentoo-commits] gentoo-x86 commit in sys-fs/udev/files: udev-9999-disable-doc.diff Matthias Schwarzott (zzam)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-18  9:27 Matthias Schwarzott (zzam)

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