public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/openh323: openh323-1.18.0.ebuild
Date: Thu, 28 Oct 2010 14:35:43 +0000 (UTC)	[thread overview]
Message-ID: <20101028143543.6D82C20051@flycatcher.gentoo.org> (raw)

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






                 reply	other threads:[~2010-10-28 14:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20101028143543.6D82C20051@flycatcher.gentoo.org \
    --to=ssuominen@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