public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmitime: wmitime-0.3.ebuild
@ 2008-06-29 13:55 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2008-06-29 13:55 UTC (permalink / raw
  To: gentoo-commits

drac        08/06/29 13:55:58

  Modified:             wmitime-0.3.ebuild
  Log:
  quoting
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)

Revision  Changes    Path
1.17                 x11-plugins/wmitime/wmitime-0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild?r1=1.16&r2=1.17

Index: wmitime-0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- wmitime-0.3.ebuild	22 Jul 2007 04:59:54 -0000	1.16
+++ wmitime-0.3.ebuild	29 Jun 2008 13:55:57 -0000	1.17
@@ -1,10 +1,10 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.16 2007/07/22 04:59:54 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.17 2008/06/29 13:55:57 drac Exp $
 
 inherit eutils
 
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
 IUSE=""
 DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
 HOMEPAGE="http://www.neotokyo.org/illusion/"
@@ -21,19 +21,20 @@
 	x11-proto/xextproto"
 
 src_unpack() {
-	unpack ${A} ; cd ${S}
-	epatch ${FILESDIR}/makefile.diff
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/makefile.diff
 }
 
 src_compile() {
-	cd ${S}/wmitime
+	cd "${S}"/wmitime
 	make || die "make failed"
 }
 
 src_install() {
-	cd ${S}/wmitime
+	cd "${S}"/wmitime
 	dobin wmitime
 
-	cd ${S}
+	cd "${S}"
 	dodoc BUGS CHANGES README
 }



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



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

only message in thread, other threads:[~2008-06-29 13:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29 13:55 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmitime: wmitime-0.3.ebuild Samuli Suominen (drac)

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