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 1998A1396D0 for ; Mon, 25 Sep 2017 13:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80356E0D0B; Mon, 25 Sep 2017 13:47:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59C2AE0D0B for ; Mon, 25 Sep 2017 13:47:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 894C93416A1 for ; Mon, 25 Sep 2017 13:47:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27FD98F66 for ; Mon, 25 Sep 2017 13:47:50 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506347261.b4255190f6684d917d3181f718a55a94d884e231.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/cdist/Manifest app-admin/cdist/cdist-4.6.1.ebuild X-VCS-Directories: app-admin/cdist/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: b4255190f6684d917d3181f718a55a94d884e231 X-VCS-Branch: master Date: Mon, 25 Sep 2017 13:47:50 +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: f575c654-2ae7-42a1-9dac-28783b6849c6 X-Archives-Hash: 23f37cc1ad6a133aab7eb87e39b69cc6 commit: b4255190f6684d917d3181f718a55a94d884e231 Author: Daniel Heule ipwar ch> AuthorDate: Fri Sep 8 08:01:33 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Sep 25 13:47:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4255190 app-admin/cdist: version bump to 4.6.1 Closes: https://github.com/gentoo/gentoo/pull/5659 Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-admin/cdist/Manifest | 1 + app-admin/cdist/cdist-4.6.1.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest index 7d5323d1a85..e24595f4c59 100644 --- a/app-admin/cdist/Manifest +++ b/app-admin/cdist/Manifest @@ -1 +1,2 @@ DIST cdist-4.4.1.tar.gz 377850 SHA256 adf4c558667aaec010fa391524c0c5a9f07e89b658d51e515bc04baf79ac8bbc SHA512 ed955c48c708c5b97dc803d3b8ea8742581b7b0153c2494dad64cecbaca00bad414c624f77caa9d5cea44130adea3b5a547bbbf3db2d5546ea694f4c736bd3b4 WHIRLPOOL f7e8e17dec5f1fbc64aefbda99147709eb67e4c54c931e77841f0490ec3dad16e2a0d9892c75986e70325f23dc185cb02c6cd872e34f3cf76f36605ba3ff1bb3 +DIST cdist-4.6.1.tar.gz 454461 SHA256 3e4d9e45a59c1c823eb3bccd395ef47f1d8c91260846c394f32f0b66e348924d SHA512 f0c3759d00221fbd36d7662de6ccc57fc0070b8aee6a0d80e6bab6f41215c537a1cf1a6ec9fdebf81c45ad8126b8e730a14be8f1286d5baf5f4a5672611e31dc WHIRLPOOL 0c2412a08f54906244071979f3adb28e7da29c22ca947bc146aeac9e0b7c6aef2dce969b4d0ef4405c4110049ed873c15354dfd7f896c128cedaea26dbee02c1 diff --git a/app-admin/cdist/cdist-4.6.1.ebuild b/app-admin/cdist/cdist-4.6.1.ebuild new file mode 100644 index 00000000000..59661b8e498 --- /dev/null +++ b/app-admin/cdist/cdist-4.6.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="A usable configuration management system" +HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +python_install_all() { + use doc && HTML_DOCS=( docs/dist/html/*.html docs/dist/html/man{1,7}/*.html ) + distutils-r1_python_install_all + + doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7 +}