diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-16 09:50:16 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-16 09:50:16 +0000 |
commit | d5f65ce94bf7d601b1dcc4a8aedbd176b4d4f8db (patch) | |
tree | e82c636c66c023e8d037d1c3d91a0431c8c20f20 /net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | |
parent | Fix for prefix and add ~x86-linux keyword. (diff) | |
download | historical-d5f65ce94bf7d601b1dcc4a8aedbd176b4d4f8db.tar.gz historical-d5f65ce94bf7d601b1dcc4a8aedbd176b4d4f8db.tar.bz2 historical-d5f65ce94bf7d601b1dcc4a8aedbd176b4d4f8db.zip |
Split out src_prepare from src_unpack.
Package-Manager: portage-2.2.0_alpha163/cvs/Linux i686
RepoMan-Options: --force
Manifest-Sign-Key: 0xFDE8EF85AE5719A3
Diffstat (limited to 'net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild')
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild index e4ec1d27afa2..2051dd1e0f63 100644 --- a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.14 2013/02/16 09:45:08 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.15 2013/02/16 09:50:14 zmedico Exp $ EAPI=3 inherit eutils toolchain-funcs java-pkg-opt-2 @@ -61,8 +61,9 @@ src_unpack() { fi unpack ${A} - cd "${S}" +} +src_prepare() { epatch "${FILESDIR}/${PN}-1.3.10-pathfixes.patch" # fixes bug 78385 and 146099 epatch "${FILESDIR}/${PN}-1.3.8-imake-tmpdir.patch" # fixes bug 23483 epatch "${FILESDIR}/${PN}-1.3.8-darwin.patch" # fixes bug 89908 @@ -74,7 +75,6 @@ src_unpack() { epatch "${FILESDIR}"/1.3.9-sh.patch epatch "${FILESDIR}"/${PV}-sparc.patch sed -e "s:\\(/etc/\\|/usr/share/\\):${EPREFIX}\\1:g" -i vncserver || die - if use java; then cd "${WORKDIR}" |