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

ssuominen    10/10/28 10:37:49

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

Revision  Changes    Path
1.3                  net-misc/secpanel/secpanel-0.53.ebuild

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

Index: secpanel-0.53.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/secpanel/secpanel-0.53.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- secpanel-0.53.ebuild	25 Mar 2008 18:06:58 -0000	1.2
+++ secpanel-0.53.ebuild	28 Oct 2010 10:37:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/secpanel/secpanel-0.53.ebuild,v 1.2 2008/03/25 18:06:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/secpanel/secpanel-0.53.ebuild,v 1.3 2010/10/28 10:37:49 ssuominen Exp $
 
 DESCRIPTION="Graphical frontend for managing and running SSH and SCP connections"
 HOMEPAGE="http://themediahost.de/secpanel/"
@@ -24,14 +24,14 @@
 	# optionally remove gifs...
 	if ! use gif; then
 		ebegin "Setting secpanel to use PPM images"
-		sed -i 's/\.gif/\.ppm/g' ${S}/usr/local/bin/secpanel
+		sed -i 's/\.gif/\.ppm/g' "${S}"/usr/local/bin/secpanel
 		eend $?
 	fi
 }
 
 src_compile() {
 	if ! use gif; then
-		cd ${S}/usr/local/lib/secpanel/images
+		cd "${S}"/usr/local/lib/secpanel/images
 		einfo "Converting all GIF images to PPM format..."
 		for i in *.gif
 		do
@@ -47,22 +47,22 @@
 }
 
 src_install() {
-	dobin ${S}/usr/local/bin/secpanel
+	dobin "${S}"/usr/local/bin/secpanel
 	dodir /usr/lib/secpanel /usr/lib/secpanel/images
 
 	insinto /usr/lib/secpanel
-	doins ${S}/usr/local/lib/secpanel/*.{tcl,config,profile,dist,wait}
+	doins "${S}"/usr/local/lib/secpanel/*.{tcl,config,profile,dist,wait}
 
 	insinto /usr/lib/secpanel/images
 
 	if ! use gif; then
-		doins ${S}/usr/local/lib/secpanel/images/*.ppm
+		doins "${S}"/usr/local/lib/secpanel/images/*.ppm
 	else
-		doins ${S}/usr/local/lib/secpanel/images/*.gif
+		doins "${S}"/usr/local/lib/secpanel/images/*.gif
 	fi
 
 	fperms 755 /usr/lib/secpanel/{listserver.tcl,secpanel.dist,secpanel.wait}
 
-	cd ${S}/usr/share/doc/${P/53/5.3/}
+	cd "${S}"/usr/share/doc/${P/53/5.3/}
 	dodoc CHANGES README
 }






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

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

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