public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-cdr_shell: asterisk-cdr_shell-20050626.ebuild asterisk-cdr_shell-20060120.ebuild
@ 2010-10-28  9:45 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28  9:45 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 09:45:57

  Modified:             asterisk-cdr_shell-20050626.ebuild
                        asterisk-cdr_shell-20060120.ebuild
  Log:
  fix quoting
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?r1=1.5&r2=1.6

Index: asterisk-cdr_shell-20050626.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- asterisk-cdr_shell-20050626.ebuild	28 Oct 2010 09:44:17 -0000	1.5
+++ asterisk-cdr_shell-20050626.ebuild	28 Oct 2010 09:45:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v 1.5 2010/10/28 09:44:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v 1.6 2010/10/28 09:45:57 ssuominen Exp $
 
 inherit eutils
 
@@ -23,18 +23,18 @@
 src_unpack() {
 	unpack ${A}
 
-	cd ${S}
+	cd "${S}"
 	# use asterisk-config...
-	epatch ${FILESDIR}/${MY_PN}-${PV}-astcfg.diff
+	epatch "${FILESDIR}"/${MY_PN}-${PV}-astcfg.diff
 
 	if has_version "<net-misc/asterisk-1.1.0"; then
 		einfo "Building for Asterisk-1.0.x"
 		# patch for asterisk stable
-		epatch ${FILESDIR}/${MY_PN}-${PV}-stable.diff
+		epatch "${FILESDIR}"/${MY_PN}-${PV}-stable.diff
 	else
 		einfo "Building for Asterisk-1.2.x"
 		# patch for asterisk 1.2
-		epatch ${FILESDIR}/${MY_PN}-${PV}-ast1.2.diff
+		epatch "${FILESDIR}"/${MY_PN}-${PV}-ast1.2.diff
 	fi
 }
 
@@ -43,12 +43,12 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
+	make DESTDIR="${D}" install || die
 
 	insinto /etc/asterisk
-	doins   ${FILESDIR}/cdr.conf
+	doins "${FILESDIR}"/cdr.conf
 
 	# fix permissions
-	chown -R root:asterisk ${D}etc/asterisk
-	chmod -R u=rwX,g=rX,o= ${D}etc/asterisk
+	chown -R root:asterisk "${D}"etc/asterisk
+	chmod -R u=rwX,g=rX,o= "${D}"etc/asterisk
 }



1.3                  net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?r1=1.2&r2=1.3

Index: asterisk-cdr_shell-20060120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asterisk-cdr_shell-20060120.ebuild	28 Oct 2010 09:44:17 -0000	1.2
+++ asterisk-cdr_shell-20060120.ebuild	28 Oct 2010 09:45:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v 1.2 2010/10/28 09:44:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v 1.3 2010/10/28 09:45:57 ssuominen Exp $
 
 inherit eutils toolchain-funcs
 
@@ -23,10 +23,10 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 
 	# use asterisk-config
-	epatch ${FILESDIR}/${MY_PN}-20050626-astcfg.diff
+	epatch "${FILESDIR}"/${MY_PN}-20050626-astcfg.diff
 
 	# <asterisk.h> -> <asterisk/asterisk.h>
 	sed -i -e "s:<asterisk\.h>:<asterisk/asterisk.h>:" \
@@ -42,9 +42,9 @@
 	doins cdr_shell.so
 
 	insinto /etc/asterisk
-	doins   ${FILESDIR}/cdr.conf
+	doins "${FILESDIR}"/cdr.conf
 
 	# fix permissions
-	chown -R root:asterisk ${D}etc/asterisk
-	chmod -R u=rwX,g=rX,o= ${D}etc/asterisk
+	chown -R root:asterisk "${D}"etc/asterisk
+	chmod -R u=rwX,g=rX,o= "${D}"etc/asterisk
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-cdr_shell: asterisk-cdr_shell-20050626.ebuild asterisk-cdr_shell-20060120.ebuild
@ 2010-10-28  9:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-28  9:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/28 09:44:17

  Modified:             asterisk-cdr_shell-20050626.ebuild
                        asterisk-cdr_shell-20060120.ebuild
  Log:
  missing iuse
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild?r1=1.4&r2=1.5

Index: asterisk-cdr_shell-20050626.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- asterisk-cdr_shell-20050626.ebuild	6 May 2006 15:16:25 -0000	1.4
+++ asterisk-cdr_shell-20050626.ebuild	28 Oct 2010 09:44:17 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v 1.4 2006/05/06 15:16:25 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20050626.ebuild,v 1.5 2010/10/28 09:44:17 ssuominen Exp $
 
 inherit eutils
 
@@ -13,6 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc ~x86"
+IUSE=""
 
 DEPEND=">=net-misc/asterisk-1.0.7-r1
 	!>=net-misc/asterisk-1.2.0"



1.2                  net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild?r1=1.1&r2=1.2

Index: asterisk-cdr_shell-20060120.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asterisk-cdr_shell-20060120.ebuild	6 May 2006 15:16:25 -0000	1.1
+++ asterisk-cdr_shell-20060120.ebuild	28 Oct 2010 09:44:17 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v 1.1 2006/05/06 15:16:25 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk-cdr_shell/asterisk-cdr_shell-20060120.ebuild,v 1.2 2010/10/28 09:44:17 ssuominen Exp $
 
 inherit eutils toolchain-funcs
 
@@ -14,6 +14,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc ~x86"
+IUSE=""
 
 DEPEND=">=net-misc/asterisk-1.2.0
 	!=net-misc/asterisk-1.0*"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-28  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28  9:45 [gentoo-commits] gentoo-x86 commit in net-misc/asterisk-cdr_shell: asterisk-cdr_shell-20050626.ebuild asterisk-cdr_shell-20060120.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-28  9:44 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