* [gentoo-commits] gentoo-x86 commit in app-editors/vile: vile-9.4d.ebuild vile-9.3h.ebuild
@ 2010-10-30 10:02 99% Samuli Suominen (ssuominen)
0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2010-10-30 10:02 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/30 10:02:56
Modified: vile-9.4d.ebuild vile-9.3h.ebuild
Log:
Fix quoting, drop useless die from epatch
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Revision Changes Path
1.13 app-editors/vile/vile-9.4d.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vile/vile-9.4d.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vile/vile-9.4d.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vile/vile-9.4d.ebuild?r1=1.12&r2=1.13
Index: vile-9.4d.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.4d.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vile-9.4d.ebuild 10 Oct 2007 07:26:10 -0000 1.12
+++ vile-9.4d.ebuild 30 Oct 2010 10:02:56 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.4d.ebuild,v 1.12 2007/10/10 07:26:10 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.4d.ebuild,v 1.13 2010/10/30 10:02:56 ssuominen Exp $
inherit eutils
@@ -25,11 +25,11 @@
src_unpack() {
unpack vile-9.4.tgz
- cd ${S}
+ cd "${S}"
local p
- for p in ${DISTDIR}/${P%[a-z]}[a-${P##*[0-9]}].patch.gz; do
- epatch ${p} || die "epatch failed"
+ for p in "${DISTDIR}"/${P%[a-z]}[a-${P##*[0-9]}].patch.gz; do
+ epatch ${p}
done
}
@@ -42,6 +42,6 @@
}
src_install() {
- make DESTDIR=${D} install || die "install failed"
+ make DESTDIR="${D}" install || die "install failed"
dodoc CHANGES* INSTALL README* doc/*
}
1.14 app-editors/vile/vile-9.3h.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vile/vile-9.3h.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vile/vile-9.3h.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vile/vile-9.3h.ebuild?r1=1.13&r2=1.14
Index: vile-9.3h.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vile-9.3h.ebuild 10 Oct 2007 07:26:10 -0000 1.13
+++ vile-9.3h.ebuild 30 Oct 2010 10:02:56 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.13 2007/10/10 07:26:10 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.14 2010/10/30 10:02:56 ssuominen Exp $
S=${WORKDIR}/vile-9.3
DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
@@ -28,11 +28,11 @@
src_unpack() {
unpack vile-9.3.tgz
- cd ${S}
+ cd "${S}"
local i
for i in a b c d e f g h
do
- gunzip -c ${DISTDIR}/vile-9.3$i.patch.gz | patch -p1
+ gunzip -c "${DISTDIR}"/vile-9.3$i.patch.gz | patch -p1
done
}
@@ -49,6 +49,6 @@
}
src_install () {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc CHANGES* MANIFEST INSTALL README* doc/*
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-30 10:02 99% [gentoo-commits] gentoo-x86 commit in app-editors/vile: vile-9.4d.ebuild vile-9.3h.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox