From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 601271395E2 for ; Sat, 12 Nov 2016 22:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE74F21C06C; Sat, 12 Nov 2016 22:31:15 +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 A436D21C06C for ; Sat, 12 Nov 2016 22:31:15 +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 6D67F34162D for ; Sat, 12 Nov 2016 22:31:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08415303 for ; Sat, 12 Nov 2016 22:31:12 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1478989835.143ba751150cb2c4e49eadc15722a71115c340a9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kitchen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kitchen/Manifest dev-python/kitchen/kitchen-1.2.4.ebuild dev-python/kitchen/metadata.xml X-VCS-Directories: dev-python/kitchen/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 143ba751150cb2c4e49eadc15722a71115c340a9 X-VCS-Branch: master Date: Sat, 12 Nov 2016 22:31:12 +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: 646281e3-f015-449a-8741-d4d98c901cf8 X-Archives-Hash: 4871fcde102372b1a9e1b7f2434086d9 commit: 143ba751150cb2c4e49eadc15722a71115c340a9 Author: Kent Fredric gentoo org> AuthorDate: Sat Nov 12 18:45:28 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Nov 12 22:30:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143ba751 dev-python/kitchen: Added at 1.2.4 Required for dev-python/fedmsg Package-Manager: portage-2.3.2 dev-python/kitchen/Manifest | 1 + dev-python/kitchen/kitchen-1.2.4.ebuild | 17 +++++++++++++++++ dev-python/kitchen/metadata.xml | 11 +++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-python/kitchen/Manifest b/dev-python/kitchen/Manifest new file mode 100644 index 00000000..f11e89d --- /dev/null +++ b/dev-python/kitchen/Manifest @@ -0,0 +1 @@ +DIST kitchen-1.2.4.tar.gz 187149 SHA256 38f73d844532dba7b8cce170e6eb032fc07d0d04a07670e1af754bd4c91dfb3d SHA512 790f7eaa16820d3b12f740d2ac7c9d849d40eea91527b7fc011270bd46af5038e987cc1b170c75c2175dc627f99a52bde52b9f276db8dac5d9d7df59ef9a505d WHIRLPOOL d9864ac07bb391df82049ffcd98f82a2013f6f28056ab19a7d17c59c8c345b64a0090eeac197313930391547f12412a68d1c794690798b4c434a840c5fb685a0 diff --git a/dev-python/kitchen/kitchen-1.2.4.ebuild b/dev-python/kitchen/kitchen-1.2.4.ebuild new file mode 100644 index 00000000..2dc4187 --- /dev/null +++ b/dev-python/kitchen/kitchen-1.2.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) +inherit distutils-r1 + +DESCRIPTION="A cornucopia of useful code" +HOMEPAGE="https://fedorahosted.org/kitchen/ https://pypi.python.org/pypi/kitchen" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-python/kitchen/metadata.xml b/dev-python/kitchen/metadata.xml new file mode 100644 index 00000000..7b20850 --- /dev/null +++ b/dev-python/kitchen/metadata.xml @@ -0,0 +1,11 @@ + + + + + kentnl@gentoo.org + Kent Fredric + + + python@gentoo.org + +