From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RSZEy-0005tI-Pl for garchives@archives.gentoo.org; Mon, 21 Nov 2011 19:09:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D0D21C0ED; Mon, 21 Nov 2011 19:09:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D313C21C0D0 for ; Mon, 21 Nov 2011 19:09:01 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33A4F1B4012 for ; Mon, 21 Nov 2011 19:09:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8A7A780042 for ; Mon, 21 Nov 2011 19:09:00 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: net-libs/jreen/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/jreen/jreen-9999.ebuild X-VCS-Directories: net-libs/jreen/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: cfc0fcfdeee44172ed1d78a3d7e08c9da5afcb40 Date: Mon, 21 Nov 2011 19:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 20876638-50ae-4867-bdba-b425a627ab84 X-Archives-Hash: 550c29d8e949c267916a886fcf02fcda commit: cfc0fcfdeee44172ed1d78a3d7e08c9da5afcb40 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Mon Nov 21 19:06:50 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Mon Nov 21 19:07:45 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dcfc0fcfd [net-libs/jreen] Remove jreen-1.0.1 that was moved to the tree. Update ${= S} instead of adding a custom SRC_UNPACK. (Portage version: 2.2.0_alpha76/git/Linux x86_64, unsigned Manifest commi= t) --- net-libs/jreen/jreen-9999.ebuild | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999= .ebuild index 4329531..27092b9 100644 --- a/net-libs/jreen/jreen-9999.ebuild +++ b/net-libs/jreen/jreen-9999.ebuild @@ -32,11 +32,4 @@ DEPEND=3D" " RDEPEND=3D"${DEPEND}" =20 -src_unpack() { - if [[ ${PV} !=3D *9999* ]]; then - unpack ${A} - mv ${MY_P} "${S}" || die move failed - else - git-2_src_unpack - fi -} +S=3D"${WORKDIR}/${MY_P}"