From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3D7D59CAA for ; Sat, 26 Mar 2016 02:26:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A78A9E0880; Sat, 26 Mar 2016 02:26:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F7C1E0880 for ; Sat, 26 Mar 2016 02:26:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81913340D19 for ; Sat, 26 Mar 2016 02:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7DBA869 for ; Sat, 26 Mar 2016 02:25:59 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1458959045.191f40c8f3ef5f48945c0cc3d44353bad9eb515c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ovs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ovs/Manifest dev-python/ovs/metadata.xml dev-python/ovs/ovs-2.4.0.ebuild X-VCS-Directories: dev-python/ovs/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 191f40c8f3ef5f48945c0cc3d44353bad9eb515c X-VCS-Branch: master Date: Sat, 26 Mar 2016 02:25:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16e9075d-e0fd-42b4-8c75-6028d19ffd42 X-Archives-Hash: 21ba0c0c395080df2e4b5a40bac562bd commit: 191f40c8f3ef5f48945c0cc3d44353bad9eb515c Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 26 02:24:05 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 26 02:24:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191f40c8 dev-python/ovs: adding for mitaka Package-Manager: portage-2.2.26 dev-python/ovs/Manifest | 1 + dev-python/ovs/metadata.xml | 11 +++++++++++ dev-python/ovs/ovs-2.4.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest new file mode 100644 index 0000000..ac26ba4 --- /dev/null +++ b/dev-python/ovs/Manifest @@ -0,0 +1 @@ +DIST ovs-2.4.0.tar.gz 61230 SHA256 ea38287b56fd19af24dd6d1c0098ccc8ded9e8f9daeb04b152e3835278becd01 SHA512 45dd7e040c56f8ef16a2ca1fddb769c6d2c67c729f1889dcd867d57d6de8fe4f6baafe99113db05e20adf41389feea2ea9f69739256842404edce6ac28782e07 WHIRLPOOL 2dfde0a2eb334deea8bf88ceea15ad8c5e237cdd3e01cf6a0a7a5a1029bb7aca9bfc3ee83f88687d014723e82199776882ac89ccca1cac051142f48e46ad53a5 diff --git a/dev-python/ovs/metadata.xml b/dev-python/ovs/metadata.xml new file mode 100644 index 0000000..86ca28f --- /dev/null +++ b/dev-python/ovs/metadata.xml @@ -0,0 +1,11 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + Openvsywitch python bindings + + diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.4.0.ebuild new file mode 100644 index 0000000..fcd3125 --- /dev/null +++ b/dev-python/ovs/ovs-2.4.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="OVS bindings for python." +HOMEPAGE="https://github.com/openvswitch/ovs/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""