public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/testdisk/files: install-gentoo.patch
@ 2015-04-20 17:51 Nicolas Bock (nicolasbock)
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Bock (nicolasbock) @ 2015-04-20 17:51 UTC (permalink / raw
  To: gentoo-commits

nicolasbock    15/04/20 17:51:38

  Added:                install-gentoo.patch
  Log:
  app-admin/testdisk-0.7: Fixed QA issue.
  
  The Makefile.am had a customized install-data-hook which didn't conform to QA.
  I added a patch that changes how the data files are installed.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)

Revision  Changes    Path
1.1                  app-admin/testdisk/files/install-gentoo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.1&content-type=text/plain

Index: install-gentoo.patch
===================================================================
--- Makefile.am-original	2015-04-20 11:31:03.000000000 -0600
+++ Makefile.am	2015-04-20 11:34:10.000000000 -0600
@@ -24,9 +24,9 @@
 
 AUTOMAKE_OPTIONS = gnits
 
+data_DATA =  AUTHORS ChangeLog NEWS README THANKS documentation.html
+
 install-data-hook:
-	$(mkinstalldirs) $(DESTDIR)$(docdir)
-	$(INSTALL_DATA) $(top_srcdir)/AUTHORS $(top_srcdir)/ChangeLog $(top_srcdir)/NEWS $(top_srcdir)/README $(top_srcdir)/THANKS $(top_srcdir)/documentation.html $(DESTDIR)$(docdir)
 if USEQT
 	$(mkinstalldirs) $(DESTDIR)$(datadir)/applications
 	$(INSTALL_DATA) $(top_srcdir)/linux/qphotorec.desktop $(DESTDIR)$(datadir)/applications





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

* [gentoo-commits] gentoo-x86 commit in app-admin/testdisk/files: install-gentoo.patch
@ 2015-04-20 19:59 Nicolas Bock (nicolasbock)
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Bock (nicolasbock) @ 2015-04-20 19:59 UTC (permalink / raw
  To: gentoo-commits

nicolasbock    15/04/20 19:59:01

  Modified:             install-gentoo.patch
  Log:
  app-admin/testdisk: Various QA fixes.
  
  * Fix isntallation location of DOCS.
  * Fix missing slot dependencies.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key AC91CA52)

Revision  Changes    Path
1.2                  app-admin/testdisk/files/install-gentoo.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch?r1=1.1&r2=1.2

Index: install-gentoo.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/testdisk/files/install-gentoo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install-gentoo.patch	20 Apr 2015 17:51:38 -0000	1.1
+++ install-gentoo.patch	20 Apr 2015 19:59:01 -0000	1.2
@@ -1,10 +1,21 @@
 --- Makefile.am-original	2015-04-20 11:31:03.000000000 -0600
-+++ Makefile.am	2015-04-20 11:34:10.000000000 -0600
-@@ -24,9 +24,9 @@
++++ Makefile.am	2015-04-20 13:27:01.000000000 -0600
+@@ -1,9 +1,8 @@
+ SUBDIRS = icons man src
+ 
+-EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.sh \
++EXTRA_DIST = compile.sh \
+ 	progsreiserfs-journal.patch progsreiserfs-file-read.patch \
+ 	darwin/readme_mac_powerpc.txt darwin/readme_mac_intel.txt \
+-	documentation.html \
+ 	dos/readme.txt \
+ 	linux/testdisk.spec.in \
+ 	linux/qphotorec.desktop \
+@@ -24,9 +23,9 @@
  
  AUTOMAKE_OPTIONS = gnits
  
-+data_DATA =  AUTHORS ChangeLog NEWS README THANKS documentation.html
++dist_doc_DATA =  AUTHORS COPYING ChangeLog NEWS INFO INSTALL README THANKS documentation.html
 +
  install-data-hook:
 -	$(mkinstalldirs) $(DESTDIR)$(docdir)





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

end of thread, other threads:[~2015-04-20 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20 17:51 [gentoo-commits] gentoo-x86 commit in app-admin/testdisk/files: install-gentoo.patch Nicolas Bock (nicolasbock)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-20 19:59 Nicolas Bock (nicolasbock)

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