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
commit9b00a9a8cb338b90a8303b5f885ccf1c885ae7cf (patch)
treee2705036803663157862b406ececdaeef24c626e /x11-misc
parentChange in the Makefile was making it install to /usr/local/bin. More PPC chan... (diff)
downloadhistorical-9b00a9a8cb338b90a8303b5f885ccf1c885ae7cf.tar.gz
historical-9b00a9a8cb338b90a8303b5f885ccf1c885ae7cf.tar.bz2
historical-9b00a9a8cb338b90a8303b5f885ccf1c885ae7cf.zip
as pointed out by Alro, the no-listen-tcp patch is no longer needed since upstream cvs does it now
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/entrance/Manifest16
-rw-r--r--x11-misc/entrance/entrance-9999.ebuild10
2 files changed, 12 insertions, 14 deletions
diff --git a/x11-misc/entrance/Manifest b/x11-misc/entrance/Manifest
index 3989fe722190..538d8be8463d 100644
--- a/x11-misc/entrance/Manifest
+++ b/x11-misc/entrance/Manifest
@@ -1,19 +1,19 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
+MD5 68ff58a2c9237ecc80a013841dfd1b5e ChangeLog 1015
MD5 902528fcff68ba07fe2205f9b7dddb74 entrance-0.9.0.003.ebuild 2505
MD5 58921dceb4b576e2140774ddcb2fc6bf entrance-0.9.0.004.ebuild 2082
-MD5 088d07394fa8372e79b7757075ea4a7d metadata.xml 515
-MD5 fb2c3677ba086d85367b1e18bceb4db7 entrance-9999.ebuild 2500
-MD5 68ff58a2c9237ecc80a013841dfd1b5e ChangeLog 1015
-MD5 8c2c9320269ef791ea0b6a00729a9104 files/digest-entrance-9999 64
+MD5 71f1c636ae3af3e8888d7fb0159e1c29 entrance-9999.ebuild 2457
+MD5 a51d29aa09a1946b741bc92f713d5ce0 files/digest-entrance-0.9.0.003 136
MD5 3a3eecf8051b90daf3798cea11a190a2 files/digest-entrance-0.9.0.004 136
+MD5 8c2c9320269ef791ea0b6a00729a9104 files/digest-entrance-9999 64
MD5 e96746829116e24c379e88663da20667 files/no-listen-tcp.patch 711
-MD5 a51d29aa09a1946b741bc92f713d5ce0 files/digest-entrance-0.9.0.003 136
+MD5 088d07394fa8372e79b7757075ea4a7d metadata.xml 515
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDBr3JgIKl8Uu19MoRAox1AJsEo67kz9CDS4j40hxc5L9utzXU7ACcDcPE
-VI+PwwBiUsBZMTDJSiwKOJw=
-=vvHO
+iD8DBQFDTJUrgIKl8Uu19MoRAuBqAJ9kWphUxJOpPdve43elPAjyoK1hwwCdGxBk
+qHx5Jj4l6WVWTsgVzo8u14E=
+=TA49
-----END PGP SIGNATURE-----
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() {