public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ghamachi: ghamachi-0.8.1.ebuild
@ 2008-01-25 19:11 Caleb Tennis (caleb)
  0 siblings, 0 replies; only message in thread
From: Caleb Tennis (caleb) @ 2008-01-25 19:11 UTC (permalink / raw
  To: gentoo-commits

caleb       08/01/25 19:11:50

  Modified:             ghamachi-0.8.1.ebuild
  Log:
  fix syntax errors
  (Portage version: 2.1.4)

Revision  Changes    Path
1.5                  net-misc/ghamachi/ghamachi-0.8.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ghamachi/ghamachi-0.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ghamachi/ghamachi-0.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ghamachi/ghamachi-0.8.1.ebuild?r1=1.4&r2=1.5

Index: ghamachi-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ghamachi/ghamachi-0.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ghamachi-0.8.1.ebuild	12 Jul 2007 02:52:15 -0000	1.4
+++ ghamachi-0.8.1.ebuild	25 Jan 2008 19:11:49 -0000	1.5
@@ -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/net-misc/ghamachi/ghamachi-0.8.1.ebuild,v 1.4 2007/07/12 02:52:15 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ghamachi/ghamachi-0.8.1.ebuild,v 1.5 2008/01/25 19:11:49 caleb Exp $
 
 inherit eutils
 
@@ -17,13 +17,13 @@
 
 src_unpack() {
 	unpack gHamachi_${PV}.tar.gz
-	mv ${WORKDIR}/README ${WORKDIR}/README.gHamachi
+	mv "${WORKDIR}"/README "${WORKDIR}"/README.gHamachi
 }
 
 src_install() {
 	einfo "Installing GUI"
 	insinto /usr/bin
 	insopts -m0755
-	doins ${WORKDIR}/ghamachi
-	dodoc ${WORKDIR}/README.gHamachi
+	doins "${WORKDIR}"/ghamachi
+	dodoc "${WORKDIR}"/README.gHamachi
 }



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



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

only message in thread, other threads:[~2008-01-25 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-25 19:11 [gentoo-commits] gentoo-x86 commit in net-misc/ghamachi: ghamachi-0.8.1.ebuild Caleb Tennis (caleb)

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