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 1QeDRG-0007LI-Ch for garchives@archives.gentoo.org; Tue, 05 Jul 2011 21:45:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F3B21C051; Tue, 5 Jul 2011 21:45:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DEDC321C051 for ; Tue, 5 Jul 2011 21:45:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 713731B401F for ; Tue, 5 Jul 2011 21:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C61E38003D for ; Tue, 5 Jul 2011 21:45:36 +0000 (UTC) From: "Nikoli" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nikoli" Message-ID: Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-libs/d0_blind_id/ X-VCS-Repository: proj/gamerlay X-VCS-Files: dev-libs/d0_blind_id/ChangeLog dev-libs/d0_blind_id/d0_blind_id-9999.ebuild X-VCS-Directories: dev-libs/d0_blind_id/ X-VCS-Committer: nikoli X-VCS-Committer-Name: Nikoli X-VCS-Revision: bc9d7acecd8dea4892c96f1c4ee80b50cc7b930d Date: Tue, 5 Jul 2011 21:45:36 +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: X-Archives-Hash: 18e0b73d9818966a338347baf588bf49 commit: bc9d7acecd8dea4892c96f1c4ee80b50cc7b930d Author: Nikoli lavabit com> AuthorDate: Tue Jul 5 21:39:48 2011 +0000 Commit: Nikoli lavabit com> CommitDate: Tue Jul 5 21:39:48 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3Dbc9d7ace d0_blind_id: migrate to git-2 and EAPI4 (Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit) --- dev-libs/d0_blind_id/ChangeLog | 5 ++++- dev-libs/d0_blind_id/d0_blind_id-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/dev-libs/d0_blind_id/ChangeLog b/dev-libs/d0_blind_id/Change= Log index 9b25051..2e31f25 100644 --- a/dev-libs/d0_blind_id/ChangeLog +++ b/dev-libs/d0_blind_id/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-libs/d0_blind_id -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 05 Jul 2011; Nikoli d0_blind_id-9999.ebuild: + migrate to git-2 and EAPI4 + *d0_blind_id-9999 (30 Dec 2010) *d0_blind_id-0.1.0_pre (30 Dec 2010) =20 diff --git a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild b/dev-libs/d0_b= lind_id/d0_blind_id-9999.ebuild index 7ef843a..ca57d55 100644 --- a/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild +++ b/dev-libs/d0_blind_id/d0_blind_id-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D2 +EAPI=3D"4" =20 SCM=3D"" if [ "${PV#9999}" !=3D "${PV}" ] ; then - SCM=3D"git" + SCM=3D"git-2" fi inherit autotools $SCM =20 @@ -56,7 +56,7 @@ src_configure() { } =20 src_install() { - emake DESTDIR=3D"${D}" install || die + default =20 - dodoc d0_blind_id.txt || die + dodoc d0_blind_id.txt }