public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/global/files: global-5.9.2-localstatedir.patch
@ 2010-09-01 13:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-01 13:40 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/01 13:40:39

  Added:                global-5.9.2-localstatedir.patch
  Log:
  Version bump.
  
  (Portage version: 2.2_rc72/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-util/global/files/global-5.9.2-localstatedir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?rev=1.1&content-type=text/plain

Index: global-5.9.2-localstatedir.patch
===================================================================
--- a/htags/Makefile.am	2010-08-30 14:19:04.000000000 +0200
+++ b/htags/Makefile.am	2010-09-01 15:19:14.000000000 +0200
@@ -27,14 +27,8 @@
 
 man_MANS = htags.1
 
-gtagsdir = ${datadir}/gtags
+gtagsdir = ${localstatedir}/gtags
 gtags_DATA = global.cgi.tmpl ghtml.cgi.tmpl completion.cgi.tmpl bless.sh.tmpl \
 	jscode_suggest.tmpl jscode_treeview.tmpl style.css.tmpl
 EXTRA_DIST = $(man_MANS) $(gtags_DATA) manual.in global.cgi.tmpl.in completion.cgi.tmpl.in \
 		const.h c.l cpp.l java.l php.l asm.l
-install-data-hook:
-	dir="$(localstatedir)/gtags/sitekeys"; \
-	if [ ! -d $$dir ]; then \
-		$(MKDIR_P) $$dir; \
-		chmod 755 $$dir; \
-	fi






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

* [gentoo-commits] gentoo-x86 commit in dev-util/global/files: global-5.9.2-localstatedir.patch
@ 2010-09-02 17:12 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-09-02 17:12 UTC (permalink / raw
  To: gentoo-commits

jer         10/09/02 17:12:25

  Modified:             global-5.9.2-localstatedir.patch
  Log:
  Fix bad patch after upstream review.
  
  (Portage version: 2.2_rc72/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-util/global/files/global-5.9.2-localstatedir.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch?r1=1.1&r2=1.2

Index: global-5.9.2-localstatedir.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/files/global-5.9.2-localstatedir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- global-5.9.2-localstatedir.patch	1 Sep 2010 13:40:39 -0000	1.1
+++ global-5.9.2-localstatedir.patch	2 Sep 2010 17:12:25 -0000	1.2
@@ -1,18 +1,11 @@
---- a/htags/Makefile.am	2010-08-30 14:19:04.000000000 +0200
-+++ b/htags/Makefile.am	2010-09-01 15:19:14.000000000 +0200
-@@ -27,14 +27,8 @@
- 
- man_MANS = htags.1
- 
--gtagsdir = ${datadir}/gtags
-+gtagsdir = ${localstatedir}/gtags
- gtags_DATA = global.cgi.tmpl ghtml.cgi.tmpl completion.cgi.tmpl bless.sh.tmpl \
- 	jscode_suggest.tmpl jscode_treeview.tmpl style.css.tmpl
+--- htags/Makefile.am.orig	2010-08-30 14:19:04.000000000 +0200
++++ htags/Makefile.am	2010-09-02 19:00:48.000000000 +0200
+@@ -33,7 +33,7 @@
  EXTRA_DIST = $(man_MANS) $(gtags_DATA) manual.in global.cgi.tmpl.in completion.cgi.tmpl.in \
  		const.h c.l cpp.l java.l php.l asm.l
--install-data-hook:
+ install-data-hook:
 -	dir="$(localstatedir)/gtags/sitekeys"; \
--	if [ ! -d $$dir ]; then \
--		$(MKDIR_P) $$dir; \
--		chmod 755 $$dir; \
--	fi
++	dir="$(DESTDIR)$(localstatedir)/gtags/sitekeys"; \
+ 	if [ ! -d $$dir ]; then \
+ 		$(MKDIR_P) $$dir; \
+ 		chmod 755 $$dir; \






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

* [gentoo-commits] gentoo-x86 commit in dev-util/global/files: global-5.9.2-localstatedir.patch
@ 2011-02-28 15:28 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-02-28 15:28 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/02/28 15:28:56

  Removed:              global-5.9.2-localstatedir.patch
  Log:
  Delete older ebuild.
  
  (Portage version: 2.2.0_alpha25_p10/cvs/Linux x86_64)



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

end of thread, other threads:[~2011-02-28 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 15:28 [gentoo-commits] gentoo-x86 commit in dev-util/global/files: global-5.9.2-localstatedir.patch Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-02 17:12 Jeroen Roovers (jer)
2010-09-01 13:40 Jeroen Roovers (jer)

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