public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Sun, 15 Jan 2017 13:44:16 +0000 (UTC)	[thread overview]
Message-ID: <1484487817.08a0ebc7cc18d7775db70030bbfae24d0528a7cc.soap@gentoo> (raw)

commit:     08a0ebc7cc18d7775db70030bbfae24d0528a7cc
Author:     Daniel Heule <nerve <AT> ipwar <DOT> ch>
AuthorDate: Thu Jan 12 15:55:44 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 13:43:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a0ebc7

app-admin/cdist: version bump to 4.4.1

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3445

 app-admin/cdist/Manifest           |  1 +
 app-admin/cdist/cdist-4.4.1.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
index 4e11627..00dcb3e 100644
--- a/app-admin/cdist/Manifest
+++ b/app-admin/cdist/Manifest
@@ -1,2 +1,3 @@
 DIST cdist-3.1.13.tar.gz 303245 SHA256 9363b25d3119ca6266a3066fcae145009e00253745bd81987d92ebcb9e10f987 SHA512 df6562dda7b4fcedcc8e651f33f5ce59a7d6c297a32f7685529865a4d965b9111f352ddd38a15ba28dc5cc53385a483ec87cc43b235ef9eee02512b7fabc6f41 WHIRLPOOL d0b7ad0955d6a16018a9dd1d452afd714e819a0427dc685e20745847658a0c0a3323dd1f5d03967547bb879e448f09ea84ba69a11fa00ea6dcd06ce3180ef6c5
 DIST cdist-3.1.9.tar.gz 260817 SHA256 37eb340a83f52f035468b817d9f1218c5954ba2910fb7a800dfe04cf8abae85b SHA512 e2cc40a38961fa5cbb6f51fc5ea2f6a8a1f86cd5b42d85204f2f71e2aba8393d5041a63e756d7c5666cc30c9ab528a9e0e5bccaea8c5a9ed079453cc87d76d06 WHIRLPOOL 41f9d06401149e06969f3d799c7b812e6a992ade3892c6de9f0723bf2a697d45a6c4d1fc46805ee81c340d1f8cb5ffead32d45e7e5bb8b46cbf6aca8a53dd7fa
+DIST cdist-4.4.1.tar.gz 377850 SHA256 adf4c558667aaec010fa391524c0c5a9f07e89b658d51e515bc04baf79ac8bbc SHA512 ed955c48c708c5b97dc803d3b8ea8742581b7b0153c2494dad64cecbaca00bad414c624f77caa9d5cea44130adea3b5a547bbbf3db2d5546ea694f4c736bd3b4 WHIRLPOOL f7e8e17dec5f1fbc64aefbda99147709eb67e4c54c931e77841f0490ec3dad16e2a0d9892c75986e70325f23dc185cb02c6cd872e34f3cf76f36605ba3ff1bb3

diff --git a/app-admin/cdist/cdist-4.4.1.ebuild b/app-admin/cdist/cdist-4.4.1.ebuild
new file mode 100644
index 00000000..02cea87
--- /dev/null
+++ b/app-admin/cdist/cdist-4.4.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}


             reply	other threads:[~2017-01-15 13:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-15 13:44 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-13 12:41 [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/ Joonas Niilola
2024-07-06 19:27 Arthur Zamarin
2024-05-28 15:27 Michał Górny
2022-09-17  9:21 Georgy Yakovlev
2022-09-17  6:21 Georgy Yakovlev
2022-09-17  6:21 Georgy Yakovlev
2022-01-17 15:08 Jakov Smolić
2022-01-17 15:08 Jakov Smolić
2022-01-17 15:08 Jakov Smolić
2021-01-23 11:24 David Seifert
2020-11-30 21:40 David Seifert
2020-06-25  8:08 Joonas Niilola
2020-04-30 12:00 Joonas Niilola
2020-04-30 12:00 Joonas Niilola
2020-04-14  8:35 Joonas Niilola
2019-10-10 14:01 Joonas Niilola
2019-10-10 14:01 Joonas Niilola
2019-09-19 12:31 Joonas Niilola
2019-09-19 12:31 Joonas Niilola
2019-03-02  0:04 Andreas Sturmlechner
2019-03-02  0:04 Andreas Sturmlechner
2019-03-02  0:04 Andreas Sturmlechner
2018-12-11 22:58 Patrice Clement
2018-09-07  8:23 Patrice Clement
2018-06-13 11:00 Michał Górny
2018-02-09  8:55 Michał Górny
2017-12-09 14:21 Pacho Ramos
2017-09-25 13:47 Michael Palimaka
2017-09-25 13:47 Michael Palimaka
2017-01-15 13:44 David Seifert
2016-10-08 16:09 Pacho Ramos
2016-04-04  9:00 Ian Delaney
2015-08-18  7:29 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1484487817.08a0ebc7cc18d7775db70030bbfae24d0528a7cc.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox