From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CDF8D138A7E for ; Sat, 16 Feb 2013 09:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60C11E04ED; Sat, 16 Feb 2013 09:50:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBC4FE04ED for ; Sat, 16 Feb 2013 09:50:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E2933D97F for ; Sat, 16 Feb 2013 09:50:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 8E3482171D; Sat, 16 Feb 2013 09:50:14 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tightvnc: tightvnc-1.3.10-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tightvnc-1.3.10-r1.ebuild ChangeLog X-VCS-Directories: net-misc/tightvnc X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130216095014.8E3482171D@flycatcher.gentoo.org> Date: Sat, 16 Feb 2013 09:50:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7fa0793-214a-4ab1-8808-8e7d4c750539 X-Archives-Hash: 90c53f9edfc6b147d1a544ab9e4b3d34 zmedico 13/02/16 09:50:14 Modified: tightvnc-1.3.10-r1.ebuild ChangeLog Log: Split out src_prepare from src_unpack. (Portage version: 2.2.0_alpha163/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3) Revision Changes Path 1.15 net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild?r1=1.14&r2=1.15 Index: tightvnc-1.3.10-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tightvnc-1.3.10-r1.ebuild 16 Feb 2013 09:45:08 -0000 1.14 +++ tightvnc-1.3.10-r1.ebuild 16 Feb 2013 09:50:14 -0000 1.15 @@ -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 @@ 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 @@ 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}" 1.151 net-misc/tightvnc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/ChangeLog?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/ChangeLog?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/ChangeLog?r1=1.150&r2=1.151 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- ChangeLog 16 Feb 2013 05:26:05 -0000 1.150 +++ ChangeLog 16 Feb 2013 09:50:14 -0000 1.151 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tightvnc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.150 2013/02/16 05:26:05 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.151 2013/02/16 09:50:14 zmedico Exp $ + + 16 Feb 2013; Zac Medico tightvnc-1.3.10-r1.ebuild: + Split out src_prepare from src_unpack. 16 Feb 2013; Zac Medico tightvnc-1.3.10-r1.ebuild: Fix for prefix and add ~x86-linux keyword.