summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-12 04:44:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-12 04:44:31 +0000
commitd5c709a532e299b681d29551420dd1115bbd14c0 (patch)
tree0779aed21f89bed1e7ba64d81444add688ad8e83 /x11-misc
parentChange in the Makefile was making it install to /usr/local/bin. More PPC chan... (diff)
downloadgentoo-2-d5c709a532e299b681d29551420dd1115bbd14c0.tar.gz
gentoo-2-d5c709a532e299b681d29551420dd1115bbd14c0.tar.bz2
gentoo-2-d5c709a532e299b681d29551420dd1115bbd14c0.zip
as pointed out by Alro, the no-listen-tcp patch is no longer needed since upstream cvs does it now
(Portage version: 2.0.53_rc4)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/entrance/entrance-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild
index 1c6a6f2ed1a7..e6bb9d697c77 100644
--- a/x11-misc/entrance/entrance-9999.ebuild
+++ b/x11-misc/entrance/entrance-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.4 2005/04/10 03:44:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.5 2005/10/12 04:44:31 vapier Exp $
inherit enlightenment eutils
@@ -24,17 +24,15 @@ DEPEND="virtual/x11
src_unpack() {
enlightenment_src_unpack
if [ -d gentooed ] ; then
- mv gentooed ${S}/data/themes/
- cd ${S}/data/themes
+ mv gentooed "${S}"/data/themes/
+ cd "${S}"/data/themes
sed -i '/^SUBDIRS/s:$: gentooed:' Makefile.am
cp default/{Makefile.am,build_theme.sh} gentooed/
cd gentooed
ln -s images img
sed -i 's:default:gentooed:g' Makefile.am build_theme.sh
- sed -i 's:\(data/themes/default/Makefile\):\1 data/themes/gentooed/Makefile:' ${S}/configure.in
+ sed -i 's:\(data/themes/default/Makefile\):\1 data/themes/gentooed/Makefile:' "${S}"/configure.in
fi
- cd ${S}
- epatch ${FILESDIR}/no-listen-tcp.patch
}
src_compile() {