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 1RKpJO-0007Mr-GQ for garchives@archives.gentoo.org; Mon, 31 Oct 2011 10:41:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 167C521C075; Mon, 31 Oct 2011 10:41:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D74D321C075 for ; Mon, 31 Oct 2011 10:41:42 +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 4B4AB1B4007 for ; Mon, 31 Oct 2011 10:41:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9212F80042 for ; Mon, 31 Oct 2011 10:41:41 +0000 (UTC) From: "Theo Chatzimichos" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Chatzimichos" Message-ID: <0de7a937abe28faeab441935a12553bde19dfecd.tampakrap@gentoo> Subject: [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/portage-public-api/ X-VCS-Repository: proj/gentoo-guis X-VCS-Files: app-portage/portage-public-api/Manifest app-portage/portage-public-api/portage-public-api-9999.ebuild X-VCS-Directories: app-portage/portage-public-api/ X-VCS-Committer: tampakrap X-VCS-Committer-Name: Theo Chatzimichos X-VCS-Revision: 0de7a937abe28faeab441935a12553bde19dfecd Date: Mon, 31 Oct 2011 10:41:41 +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: 170f3856-d52a-416a-92a3-48f0758abd3f X-Archives-Hash: b00d8014452f0286d1a0e06b30d1ac89 commit: 0de7a937abe28faeab441935a12553bde19dfecd Author: Theo Chatzimichos gentoo org> AuthorDate: Mon Oct 31 10:39:21 2011 +0000 Commit: Theo Chatzimichos gentoo org> CommitDate: Mon Oct 31 10:39:21 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-guis.g= it;a=3Dcommit;h=3D0de7a937 [app-portage/portage-public-api] Add blocker about portage-8888 --- app-portage/portage-public-api/Manifest | 3 ++- .../portage-public-api-9999.ebuild | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-portage/portage-public-api/Manifest b/app-portage/portag= e-public-api/Manifest index 3095a55..03501ff 100644 --- a/app-portage/portage-public-api/Manifest +++ b/app-portage/portage-public-api/Manifest @@ -1 +1,2 @@ -EBUILD portage-public-api-9999.ebuild 690 RMD160 86beda64e31a0fd760ec7da= 9d41d26bb9c3f940e SHA1 a0ae8d3d306e2226d74cd96e6bc67a3cddaa80ae SHA256 43= 3b599aed7cc8627212eddf7899f49996dfd7db671b9b33370981b39b077cb5 +EBUILD portage-public-api-9999.ebuild 716 RMD160 7a76ac021bb614b2dd03053= a34c3afa88b90b445 SHA1 dfdd53b9e15fa839ab3122a1b51492b26a9a53f2 SHA256 04= 3eafcd38155a0952a6656f5968dfbf40e62cd0a2a27b76b56f1e2e7040f5a5 +MISC metadata.xml 323 RMD160 ce51f20caf21d220d115e20ddf4975b8f27eebc5 SH= A1 d499f44e0f85160628207c62371af7a563491201 SHA256 5c775ae452e2d16894cd7a= 17e43bff577e67eaeb9bf881be35e4d5ed4350a694 diff --git a/app-portage/portage-public-api/portage-public-api-9999.ebuil= d b/app-portage/portage-public-api/portage-public-api-9999.ebuild index 43e9fb5..5286efc 100644 --- a/app-portage/portage-public-api/portage-public-api-9999.ebuild +++ b/app-portage/portage-public-api/portage-public-api-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"4" +EAPI=3D4 =20 inherit git-2 eutils =20 @@ -10,12 +10,16 @@ DESCRIPTION=3D"" HOMEPAGE=3D"http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;= a=3Dshortlog;h=3Drefs/heads/public_api" EGIT_REPO_URI=3D"git://git.overlays.gentoo.org/proj/portage.git" EGIT_BRANCH=3D"public_api" + LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"" IUSE=3D"" =20 -DEPEND=3D">=3Dsys-apps/portage-2.1.9.42" +DEPEND=3D" + >=3Dsys-apps/portage-2.1.9.42 + !=3Dsys-apps/portage-8888 +" RDEPEND=3D"${DEPEND}" =20 src_install() { @@ -26,4 +30,3 @@ src_install() { newins ${S}/${API_PATH}/$file $file done } -