public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/qucs: qucs-0.0.13.ebuild qucs-0.0.12.ebuild ChangeLog
@ 2008-01-01 18:38 Carsten Lohrke (carlo)
  0 siblings, 0 replies; only message in thread
From: Carsten Lohrke (carlo) @ 2008-01-01 18:38 UTC (permalink / raw
  To: gentoo-commits

carlo       08/01/01 18:38:02

  Modified:             qucs-0.0.13.ebuild qucs-0.0.12.ebuild ChangeLog
  Log:
   Variable quoting. Whitespace.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  sci-electronics/qucs/qucs-0.0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.13.ebuild?r1=1.1&r2=1.2

Index: qucs-0.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qucs-0.0.13.ebuild	1 Jan 2008 18:35:12 -0000	1.1
+++ qucs-0.0.13.ebuild	1 Jan 2008 18:38:01 -0000	1.2
@@ -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/sci-electronics/qucs/qucs-0.0.13.ebuild,v 1.1 2008/01/01 18:35:12 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.13.ebuild,v 1.2 2008/01/01 18:38:01 carlo Exp $
 
 EAPI=1
 
@@ -26,9 +26,9 @@
 }
 
 src_install() {
-	make install DESTDIR=${D} || die "make install failed."
+	make install DESTDIR="${D}" || die "make install failed."
 
 	dodir /usr/share/pixmaps/
-        cp qucs/bitmaps/big.qucs.xpm ${D}/usr/share/pixmaps/qucs.xpm
+	cp qucs/bitmaps/big.qucs.xpm "${D}/usr/share/pixmaps/qucs.xpm"
 	make_desktop_entry qucs Qucs qucs "Qt;Science;Electronics"
 }



1.3                  sci-electronics/qucs/qucs-0.0.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild?r1=1.2&r2=1.3

Index: qucs-0.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qucs-0.0.12.ebuild	18 Jul 2007 01:57:14 -0000	1.2
+++ qucs-0.0.12.ebuild	1 Jan 2008 18:38:01 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild,v 1.2 2007/07/18 01:57:14 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/qucs-0.0.12.ebuild,v 1.3 2008/01/01 18:38:01 carlo Exp $
 
 inherit qt3
 
@@ -19,5 +19,5 @@
 }
 
 src_install() {
-	make install DESTDIR=${D} || die "make install failed."
+	make install DESTDIR="${D}" || die "make install failed."
 }



1.17                 sci-electronics/qucs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/qucs/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Jan 2008 18:35:12 -0000	1.16
+++ ChangeLog	1 Jan 2008 18:38:01 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sci-electronics/qucs
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.16 2008/01/01 18:35:12 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-electronics/qucs/ChangeLog,v 1.17 2008/01/01 18:38:01 carlo Exp $
+
+  01 Jan 2008; Carsten Lohrke <carlo@gentoo.org> qucs-0.0.12.ebuild,
+  qucs-0.0.13.ebuild:
+  Variable quoting. Whitespace.
 
 *qucs-0.0.13 (01 Jan 2008)
 



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2008-01-01 18:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-01 18:38 [gentoo-commits] gentoo-x86 commit in sci-electronics/qucs: qucs-0.0.13.ebuild qucs-0.0.12.ebuild ChangeLog Carsten Lohrke (carlo)

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