public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/openh323: openh323-1.18.0.ebuild
@ 2010-10-28 14:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28 14:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 14:35:43

  Modified:             openh323-1.18.0.ebuild
  Log:
  quoting
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-libs/openh323/openh323-1.18.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/openh323/openh323-1.18.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/openh323/openh323-1.18.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/openh323/openh323-1.18.0.ebuild?r1=1.9&r2=1.10

Index: openh323-1.18.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.18.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openh323-1.18.0.ebuild	12 Mar 2009 19:36:43 -0000	1.9
+++ openh323-1.18.0.ebuild	28 Oct 2010 14:35:43 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.18.0.ebuild,v 1.9 2009/03/12 19:36:43 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openh323/openh323-1.18.0.ebuild,v 1.10 2010/10/28 14:35:43 ssuominen Exp $
 
 inherit eutils flag-o-matic multilib
 
@@ -27,13 +27,13 @@
 }
 
 src_unpack() {
-	tar -xzf ${DISTDIR}/${A} -C ${WORKDIR} || die "Unpacking failed"
+	tar -xzf "${DISTDIR}"/${A} -C "${WORKDIR}" || die
 
-	cd ${S}
+	cd "${S}"
 	# Makefile does not work correctly, fix
-	epatch ${FILESDIR}/${PN}-1.18.0-install.diff
+	epatch "${FILESDIR}"/${PN}-1.18.0-install.diff
 	# Do not include compiler.h, bug #168791
-	epatch "${FILESDIR}/${P}-compilerh.patch"
+	epatch "${FILESDIR}"/${P}-compilerh.patch
 }
 
 src_compile() {
@@ -51,16 +51,16 @@
 }
 
 src_install() {
-	emake ${makeopts} PREFIX=/usr DESTDIR=${D} install || die "emake install failed"
+	emake ${makeopts} PREFIX=/usr DESTDIR="${D}" install || die
 
 	###
 	# Compatibility "hacks"
 	#
 
 	# debug / no debug use different suffixes - some packages build with only one
-	for i in ${D}/usr/lib/libh323_linux_x86_*; do
-		use debug && ln -s ${D}/usr/lib/libh323_linux_x86_*.so.*.*.* ${i/_r/_n} \
-			|| ln -s ${D}/usr/lib/libh323_linux_x86_*.so.*.*.* ${i/_n/_r}
+	for i in "${D}"/usr/lib/libh323_linux_x86_*; do
+		use debug && ln -s "${D}"/usr/lib/libh323_linux_x86_*.so.*.*.* ${i/_r/_n} \
+			|| ln -s "${D}"/usr/lib/libh323_linux_x86_*.so.*.*.* ${i/_n/_r}
 	done
 
 	# set notrace corerctly
@@ -69,7 +69,7 @@
 	# mod to keep gnugk happy
 	insinto /usr/share/openh323/src
 	echo -e "opt:\n\t:" > ${T}/Makefile
-	doins ${T}/Makefile
+	doins "${T}"/Makefile
 
 	# these should point to the right directories,
 	# openh323.org apps and others need this






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

only message in thread, other threads:[~2010-10-28 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28 14:35 [gentoo-commits] gentoo-x86 commit in net-libs/openh323: openh323-1.18.0.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