summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-01-01 18:38:01 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-01-01 18:38:01 +0000
commitdde09a7b4ef59d1281e92970f29b3b3f762d5cdb (patch)
tree28fce4fbcb8a4c6eb52a56327173202056540498 /sci-electronics/qucs
parentdisable tests until upstream fixes them (diff)
downloadgentoo-2-dde09a7b4ef59d1281e92970f29b3b3f762d5cdb.tar.gz
gentoo-2-dde09a7b4ef59d1281e92970f29b3b3f762d5cdb.tar.bz2
gentoo-2-dde09a7b4ef59d1281e92970f29b3b3f762d5cdb.zip
Variable quoting. Whitespace.
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-electronics/qucs')
-rw-r--r--sci-electronics/qucs/ChangeLog6
-rw-r--r--sci-electronics/qucs/qucs-0.0.12.ebuild6
-rw-r--r--sci-electronics/qucs/qucs-0.0.13.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-electronics/qucs/ChangeLog b/sci-electronics/qucs/ChangeLog
index b4e3526c64b0..1e33d9434935 100644
--- a/sci-electronics/qucs/ChangeLog
+++ b/sci-electronics/qucs/ChangeLog
@@ -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)
diff --git a/sci-electronics/qucs/qucs-0.0.12.ebuild b/sci-electronics/qucs/qucs-0.0.12.ebuild
index 002a5c38aad8..70d340bc1c4a 100644
--- a/sci-electronics/qucs/qucs-0.0.12.ebuild
+++ b/sci-electronics/qucs/qucs-0.0.12.ebuild
@@ -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_compile() {
}
src_install() {
- make install DESTDIR=${D} || die "make install failed."
+ make install DESTDIR="${D}" || die "make install failed."
}
diff --git a/sci-electronics/qucs/qucs-0.0.13.ebuild b/sci-electronics/qucs/qucs-0.0.13.ebuild
index d828667a624f..2490ed312500 100644
--- a/sci-electronics/qucs/qucs-0.0.13.ebuild
+++ b/sci-electronics/qucs/qucs-0.0.13.ebuild
@@ -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_compile() {
}
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"
}