public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve-qt4: qtcurve-qt4-0.59.3-r1.ebuild
@ 2008-06-07 20:44 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-06-07 20:44 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/06/07 20:44:25

  Modified:             qtcurve-qt4-0.59.3-r1.ebuild
  Log:
  Let's quote properly.
  (Portage version: 2.1.5.4, RepoMan options: --force)

Revision  Changes    Path
1.3                  x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild?r1=1.2&r2=1.3

Index: qtcurve-qt4-0.59.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtcurve-qt4-0.59.3-r1.ebuild	7 Jun 2008 20:42:49 -0000	1.2
+++ qtcurve-qt4-0.59.3-r1.ebuild	7 Jun 2008 20:44:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v 1.2 2008/06/07 20:42:49 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v 1.3 2008/06/07 20:44:25 yngwin Exp $
 
 EAPI="1"
 inherit flag-o-matic cmake-utils
@@ -26,7 +26,7 @@
 src_compile() {
 	if use !kde ; then
 		append_cppflags "-DQTC_NO_KDE4_LINKING=true -DQTC_DISABLE_KDEFILEDIALOG_CALLS=true";
-		sed -i "s/find_package(KDE4)/#&/" ${S}/CMakeLists.txt
+		sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt
 	fi
 	cmake-utils_src_compile
 }
\ No newline at end of file



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve-qt4: qtcurve-qt4-0.59.3-r1.ebuild
@ 2008-06-11  4:45 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-06-11  4:45 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    08/06/11 04:45:05

  Modified:             qtcurve-qt4-0.59.3-r1.ebuild
  Log:
  whitespace
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild?r1=1.3&r2=1.4

Index: qtcurve-qt4-0.59.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtcurve-qt4-0.59.3-r1.ebuild	7 Jun 2008 20:44:25 -0000	1.3
+++ qtcurve-qt4-0.59.3-r1.ebuild	11 Jun 2008 04:45:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v 1.3 2008/06/07 20:44:25 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.59.3-r1.ebuild,v 1.4 2008/06/11 04:45:04 mr_bones_ Exp $
 
 EAPI="1"
 inherit flag-o-matic cmake-utils
@@ -29,4 +29,4 @@
 		sed -i "s/find_package(KDE4)/#&/" "${S}"/CMakeLists.txt
 	fi
 	cmake-utils_src_compile
-}
\ No newline at end of file
+}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-06-11  4:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-11  4:45 [gentoo-commits] gentoo-x86 commit in x11-themes/qtcurve-qt4: qtcurve-qt4-0.59.3-r1.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-07 20:44 Ben de Groot (yngwin)

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