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 1RlK3h-0001TT-Sj for garchives@archives.gentoo.org; Thu, 12 Jan 2012 12:47:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E792421C032; Thu, 12 Jan 2012 12:47:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B86AF21C032 for ; Thu, 12 Jan 2012 12:47: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 365261B401C for ; Thu, 12 Jan 2012 12:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 941F580044 for ; Thu, 12 Jan 2012 12:47:00 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] dev/alexxy:master commit in: sys-block/targetcli/ X-VCS-Repository: dev/alexxy X-VCS-Files: sys-block/targetcli/metadata.xml sys-block/targetcli/targetcli-9999.ebuild X-VCS-Directories: sys-block/targetcli/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: bb33bc1281595c07eafcb62ebb30769a586973a0 Date: Thu, 12 Jan 2012 12:47: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: a87446a2-0936-497b-ba45-f784209b8f3d X-Archives-Hash: 45816bbfa10715b55ec47ab541afda0d commit: bb33bc1281595c07eafcb62ebb30769a586973a0 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jan 12 12:46:27 2012 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jan 12 12:46:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/alexxy.git;a=3D= commit;h=3Dbb33bc12 Add new tool (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commi= t) --- sys-block/targetcli/metadata.xml | 10 ++++++++++ sys-block/targetcli/targetcli-9999.ebuild | 29 +++++++++++++++++++++++= ++++++ 2 files changed, 39 insertions(+), 0 deletions(-) diff --git a/sys-block/targetcli/metadata.xml b/sys-block/targetcli/metad= ata.xml new file mode 100644 index 0000000..59fc80b --- /dev/null +++ b/sys-block/targetcli/metadata.xml @@ -0,0 +1,10 @@ + + + + python + cluster + + alexxy@gentoo.org + Alexey Shvetsov + + diff --git a/sys-block/targetcli/targetcli-9999.ebuild b/sys-block/target= cli/targetcli-9999.ebuild new file mode 100644 index 0000000..0eadfc8 --- /dev/null +++ b/sys-block/targetcli/targetcli-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +EGIT_REPO_URI=3D"git://linux-iscsi.org/${PN}.git" +PYTHON_DEPEND=3D"2" +RESTRICT_PYTHON_ABIS=3D"3.*" +SUPPORT_PYTHON_ABIS=3D"1" + +inherit eutils distutils git-2 python linux-info + +DESCRIPTION=3D"The targetcli administration shell" +HOMEPAGE=3D"http://linux-iscsi.org/" +SRC_URI=3D"" + +LICENSE=3D"AGPL-3" +SLOT=3D"0" +KEYWORDS=3D"" +IUSE=3D"" + +DEPEND=3D" + dev-python/configshell + dev-python/rtslib + " +RDEPEND=3D"${DEPEND}" + +CONFIG_CHECK=3D"~TARGET_CORE"