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 9258F138A72 for ; Sat, 16 Feb 2013 05:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED23EE04D2; Sat, 16 Feb 2013 05:06:37 +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 6F85EE04D2 for ; Sat, 16 Feb 2013 05:06:37 +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 3784B33D806 for ; Sat, 16 Feb 2013 05:06:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 2A2562171D; Sat, 16 Feb 2013 05:06:34 +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: <20130216050634.2A2562171D@flycatcher.gentoo.org> Date: Sat, 16 Feb 2013 05:06:34 +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: 0da5d15f-934b-445f-86f3-fea7f0bf37cc X-Archives-Hash: c7bc3ebcde9ffbd755d7762d2fa1a166 zmedico 13/02/16 05:06:34 Modified: tightvnc-1.3.10-r1.ebuild ChangeLog Log: Fix for prefix and add x86-linux keyword. (Portage version: 2.2.0_alpha163/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3) Revision Changes Path 1.12 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.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild?r1=1.11&r2=1.12 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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tightvnc-1.3.10-r1.ebuild 5 Aug 2011 19:16:07 -0000 1.11 +++ tightvnc-1.3.10-r1.ebuild 16 Feb 2013 05:06:33 -0000 1.12 @@ -1,7 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.11 2011/08/05 19:16:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.12 2013/02/16 05:06:33 zmedico Exp $ +EAPI=3 inherit eutils toolchain-funcs java-pkg-opt-2 IUSE="java tcpd server" @@ -13,7 +14,7 @@ java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )" HOMEPAGE="http://www.tightvnc.com/" -KEYWORDS="alpha amd64 arm hppa ~mips ppc sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~mips ppc sh sparc x86 ~x86-fbsd x86-linux" LICENSE="GPL-2" SLOT="0" @@ -114,14 +115,14 @@ fi dodir /usr/share/man/man1 /usr/bin - ./vncinstall "${D}"/usr/bin "${D}"/usr/share/man || die "vncinstall failed" + ./vncinstall "${ED}"/usr/bin "${ED}"/usr/share/man || die "vncinstall failed" if use server; then newconfd "${FILESDIR}"/tightvnc.confd vnc newinitd "${FILESDIR}"/tightvnc.initd vnc else - rm -f "${D}"/usr/bin/vncserver - rm -f "${D}"/usr/share/man/man1/{Xvnc,vncserver}* + rm -f "${ED}"/usr/bin/vncserver + rm -f "${ED}"/usr/share/man/man1/{Xvnc,vncserver}* fi newicon "${DISTDIR}"/tightvnc.png vncviewer.png 1.149 net-misc/tightvnc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/ChangeLog?rev=1.149&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/ChangeLog?rev=1.149&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tightvnc/ChangeLog?r1=1.148&r2=1.149 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v retrieving revision 1.148 retrieving revision 1.149 diff -u -r1.148 -r1.149 --- ChangeLog 5 Aug 2011 19:16:07 -0000 1.148 +++ ChangeLog 16 Feb 2013 05:06:34 -0000 1.149 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tightvnc -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.148 2011/08/05 19:16:07 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.149 2013/02/16 05:06:34 zmedico Exp $ + + 16 Feb 2013; Zac Medico tightvnc-1.3.10-r1.ebuild: + Fix for prefix and add x86-linux keyword. 05 Aug 2011; Raúl Porcel tightvnc-1.3.10-r1.ebuild, -files/vncviewer.png: