public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Faulhammer (opfer)" <opfer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: seamonkey-bin-1.1.7.ebuild ChangeLog
Date: Tue, 04 Dec 2007 07:51:38 +0000	[thread overview]
Message-ID: <E1IzSZ8-0005bm-2j@stork.gentoo.org> (raw)

opfer       07/12/04 07:51:38

  Modified:             seamonkey-bin-1.1.7.ebuild ChangeLog
  Log:
  quote some variables
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.3                  www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild?r1=1.2&r2=1.3

Index: seamonkey-bin-1.1.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- seamonkey-bin-1.1.7.ebuild	4 Dec 2007 07:49:35 -0000	1.2
+++ seamonkey-bin-1.1.7.ebuild	4 Dec 2007 07:51:37 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild,v 1.2 2007/12/04 07:49:35 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-1.1.7.ebuild,v 1.3 2007/12/04 07:51:37 opfer Exp $
 
 inherit eutils mozilla-launcher multilib
 
@@ -43,14 +43,14 @@
 
 	# Install seamonkey in /opt
 	dodir ${MOZILLA_FIVE_HOME%/*}
-	mv ${S} ${D}${MOZILLA_FIVE_HOME}
+	mv "${S}" "${D}${MOZILLA_FIVE_HOME}"
 
 	# Install /usr/bin/seamonkey-bin
 	install_mozilla_launcher_stub seamonkey-bin ${MOZILLA_FIVE_HOME}
 
 	# Install icon and .desktop for menu entry
-	doicon ${FILESDIR}/icon/${PN}.png
-	domenu ${FILESDIR}/icon/${PN}.desktop
+	doicon "${FILESDIR}/icon/${PN}.png"
+	domenu "${FILESDIR}/icon/${PN}.desktop"
 }
 
 pkg_preinst() {



1.36                 www-client/seamonkey-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Dec 2007 07:49:35 -0000	1.35
+++ ChangeLog	4 Dec 2007 07:51:37 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/seamonkey-bin
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.35 2007/12/04 07:49:35 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.36 2007/12/04 07:51:37 opfer Exp $
+
+  04 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
+  seamonkey-bin-1.1.7.ebuild:
+  quote some variables
 
   04 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
   seamonkey-bin-1.1.7.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-12-04  7:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-04  7:51 Christian Faulhammer (opfer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-06  5:24 [gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: seamonkey-bin-1.1.7.ebuild ChangeLog Steve Dibb (beandog)
2007-12-04  7:49 Christian Faulhammer (opfer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IzSZ8-0005bm-2j@stork.gentoo.org \
    --to=opfer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox