From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Thu, 25 Jun 2020 08:08:21 +0000 (UTC) [thread overview]
Message-ID: <1593072463.6057d139ca0e42cc005ebae8ba6a31cdce364918.juippis@gentoo> (raw)
commit: 6057d139ca0e42cc005ebae8ba6a31cdce364918
Author: Jaak Ristioja <jaak <AT> ristioja <DOT> ee>
AuthorDate: Fri May 22 14:41:36 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 08:07:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6057d139
app-admin/cdist: Bump version to 6.5.6
Signed-off-by: Jaak Ristioja <jaak <AT> ristioja.ee>
Closes: https://github.com/gentoo/gentoo/pull/16081
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/cdist/Manifest | 1 +
app-admin/cdist/cdist-6.5.6.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
index 97e2f22bcd9..bc4b2680265 100644
--- a/app-admin/cdist/Manifest
+++ b/app-admin/cdist/Manifest
@@ -1,3 +1,4 @@
DIST cdist-5.1.3.tar.gz 915245 BLAKE2B 5fce58f6fcbd48852e1c0c5568b72c360e74fd49b5321e2aedfdc8e48fd090cbdd7bab87a94e76d087f04f5a706bf2c7b1bebdc5a80867e26d8cc6e28afdeab3 SHA512 8330a5af80dfc07da722675ae1d402ebae4ba0aada451a02d782365d68d1d43a643609f3326f5ed793d2902838ee29071c0255c9d8a9d38c1e8a7c92a24cef46
DIST cdist-6.0.0.tar.gz 934813 BLAKE2B 3cb18ebb3059fc9a37beb1567c691e1d34a9cde5d49081e8798b5ba86ea8da3b6c964d2c8bea7bf2f04f986b0b4a8766c8ea53ce48fb4bc024264e72efec1fcb SHA512 e846060f3020d6281d41e97b9cc33250cd1d4ae0d110a2792fc2447af110fef91199fc0382d5a1e501f487fda42f703957ff5a39cf28061338609a600290d792
DIST cdist-6.5.4.tar.gz 898002 BLAKE2B b4565cd8112ce1bff6ac74625a5920886a708fec827f70c3a3a2df156408761badebff4e161900cd09685bfbbb4954927c9771f6516c54a510b582ebec075e76 SHA512 3f1405e1b28d7568ef3ae543d59e760b2dc1fc8004be031550ba52d3aa2d8911cef4325865fb9ed5df053ec1609a076bb31a520b100bad5811f0de9cd73f416e
+DIST cdist-6.5.6.tar.gz 950790 BLAKE2B f13927009eb8c0172ecc0d59c1eb90fccd17542beed21033f17cec0746f6a41d5f9b39103942ffadf5a45251f49d97bc10ac82ff94bd5cd05d86c48f5d4f839f SHA512 b62a62feca742be233af9602b9216408c68cc66f114d9e581619f564359ccddc23a54257f16d70105476b76f6ba19ecd8937253f01dc479f806609e11fde8741
diff --git a/app-admin/cdist/cdist-6.5.6.ebuild b/app-admin/cdist/cdist-6.5.6.ebuild
new file mode 100644
index 00000000000..ed4bd09b8c9
--- /dev/null
+++ b/app-admin/cdist/cdist-6.5.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="A usable configuration management system"
+HOMEPAGE="https://www.cdi.st/ https://code.ungleich.ch/ungleich-public/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 && local 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
+}
next reply other threads:[~2020-06-25 8:08 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-25 8:08 Joonas Niilola [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-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
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=1593072463.6057d139ca0e42cc005ebae8ba6a31cdce364918.juippis@gentoo \
--to=juippis@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