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 1RBYDj-0008L8-4J for garchives@archives.gentoo.org; Wed, 05 Oct 2011 20:37:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C00821C289; Wed, 5 Oct 2011 20:37:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7024021C289 for ; Wed, 5 Oct 2011 20:37:26 +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 DCFF91B4039 for ; Wed, 5 Oct 2011 20:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 032ED80042 for ; Wed, 5 Oct 2011 20:37:25 +0000 (UTC) From: "Dimitris Papapoulios" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dimitris Papapoulios" Message-ID: <314ebe0c3ed35f1085b96da04ebd3e637eb8c9b5.skiarxon@gentoo> Subject: [gentoo-commits] proj/gentoo-guis:master commit in: app-portage/c-portage/ X-VCS-Repository: proj/gentoo-guis X-VCS-Files: app-portage/c-portage/Manifest app-portage/c-portage/c-portage-9999.ebuild X-VCS-Directories: app-portage/c-portage/ X-VCS-Committer: skiarxon X-VCS-Committer-Name: Dimitris Papapoulios X-VCS-Revision: 314ebe0c3ed35f1085b96da04ebd3e637eb8c9b5 Date: Wed, 5 Oct 2011 20:37:25 +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: 902aef806b20dfe9be0da5614d82496c commit: 314ebe0c3ed35f1085b96da04ebd3e637eb8c9b5 Author: Dimitris Papapoulios gmail com> AuthorDate: Wed Oct 5 20:21:03 2011 +0000 Commit: Dimitris Papapoulios gmail com> CommitDate: Wed Oct 5 20:24:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-guis.g= it;a=3Dcommit;h=3D314ebe0c ebuild for c-portage. cmakelists needs fixing --- app-portage/c-portage/Manifest | 1 + app-portage/c-portage/c-portage-9999.ebuild | 23 +++++++++++++++++++++= ++ 2 files changed, 24 insertions(+), 0 deletions(-) diff --git a/app-portage/c-portage/Manifest b/app-portage/c-portage/Manif= est new file mode 100644 index 0000000..1f9c5f0 --- /dev/null +++ b/app-portage/c-portage/Manifest @@ -0,0 +1 @@ +EBUILD c-portage-9999.ebuild 508 RMD160 34fc4f561d3af1b8d7168c0a40b4d69c= cd727417 SHA1 774c1981e554b942ff9106abfe72c8cbfb745d34 SHA256 ae0e5dae8e4= fd2c11cf19100f49864ff58c444633ae0075ecfcb06ac0f82ef46 diff --git a/app-portage/c-portage/c-portage-9999.ebuild b/app-portage/c-= portage/c-portage-9999.ebuild new file mode 100644 index 0000000..19afc54 --- /dev/null +++ b/app-portage/c-portage/c-portage-9999.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + + +EAPI=3D4 + +inherit cmake-utils git-2 + +DESCRIPTION=3D"C implementaion of the Gentoo package management Portage = library." +HOMEPAGE=3D"http://git.overlays.gentoo.org/gitweb/?p=3Dproj/c-portage.gi= t;a=3Dsummary" +EGIT_REPO_URI=3D"git://git.overlays.gentoo.org/proj/${PN}.git" +EGIT_BRANCH=3D"cmake_port" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"" +IUSE=3D"" + +DEPEND=3D" + =3Dsys-apps/portage-8888 + " +RDEPEND=3D"${DEPEND}"