public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/afterstep: afterstep-2.2.4.ebuild
@ 2009-08-03 10:39 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-08-03 10:39 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/08/03 10:39:23

  Modified:             afterstep-2.2.4.ebuild
  Log:
  Quoting
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 x11-wm/afterstep/afterstep-2.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/afterstep-2.2.4.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/afterstep-2.2.4.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/afterstep/afterstep-2.2.4.ebuild?r1=1.14&r2=1.15

Index: afterstep-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.4.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- afterstep-2.2.4.ebuild	10 Jul 2009 13:58:19 -0000	1.14
+++ afterstep-2.2.4.ebuild	3 Aug 2009 10:39:23 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.4.ebuild,v 1.14 2009/07/10 13:58:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/afterstep/afterstep-2.2.4.ebuild,v 1.15 2009/08/03 10:39:23 ssuominen Exp $
 
 inherit flag-o-matic eutils
 
@@ -37,7 +37,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}/no-alternatives.patch"
+	epatch "${FILESDIR}"/no-alternatives.patch
 }
 
 src_compile() {
@@ -84,32 +84,32 @@
 	# for the video device.  bug #87356
 	unset DISPLAY
 
-	make DESTDIR=${D} install || die "make install failed"
+	emake DESTDIR="${D}" install || die "make install failed"
 
 	# This fixes a bug with shared libraries
-	rm ${D}/usr/lib/{libAfterImage.a,libAfterBase.a}
-	cp -pPR ${S}/libAfterImage/libAfterImage.so* ${D}/usr/lib
-	cp -pPR ${S}/libAfterBase/libAfterBase.so* ${D}/usr/lib
-	cp -pPR ${S}/libAfterConf/libAfterConf.so* ${D}/usr/lib
-	cp -pPR ${S}/libAfterStep/libAfterStep.so* ${D}/usr/lib
+	rm "${D}"/usr/lib/{libAfterImage.a,libAfterBase.a}
+	cp -pPR "${S}"/libAfterImage/libAfterImage.so* "${D}"/usr/lib
+	cp -pPR "${S}"/libAfterBase/libAfterBase.so* "${D}"/usr/lib
+	cp -pPR "${S}"/libAfterConf/libAfterConf.so* "${D}"/usr/lib
+	cp -pPR "${S}"/libAfterStep/libAfterStep.so* "${D}"/usr/lib
 
 	# Create a symlink from MonitorWharf to Wharf
-	rm ${D}/usr/bin/MonitorWharf
+	rm "${D}"/usr/bin/MonitorWharf
 	dosym /usr/bin/Wharf /usr/bin/MonitorWharf
 
 	# Handle the documentation
 	dodoc COPYRIGHT ChangeLog INSTALL NEW* README* TEAM UPGRADE
-	cp -pPR ${S}/TODO ${D}/usr/share/doc/${PF}/
+	cp -pPR "${S}"/TODO "${D}"/usr/share/doc/${PF}/
 	dodir /usr/share/doc/${PF}/html
-	cp -pPR ${S}/doc/* ${D}/usr/share/doc/${PF}/html
-	rm ${D}/usr/share/doc/${PF}/html/{Makefile*,afterstepdoc.in}
+	cp -pPR "${S}"/doc/* "${D}"/usr/share/doc/${PF}/html
+	rm "${D}"/usr/share/doc/${PF}/html/{Makefile*,afterstepdoc.in}
 
 	insinto /usr/share/xsessions
-	newins ${S}/AfterStep.desktop.final AfterStep.desktop
+	newins "${S}"/AfterStep.desktop.final AfterStep.desktop
 
 	# For desktop managers like GDM or KDE
 	exeinto /etc/X11/Sessions
-	doexe ${FILESDIR}/afterstep
+	doexe "${FILESDIR}"/afterstep
 }
 
 pkg_postinst() {






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

only message in thread, other threads:[~2009-08-03 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-03 10:39 [gentoo-commits] gentoo-x86 commit in x11-wm/afterstep: afterstep-2.2.4.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