public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Mon, 17 Jan 2022 15:08:10 +0000 (UTC)	[thread overview]
Message-ID: <1642432074.0dd57a125efcf48e751c71530fd14a96b6bd4644.jsmolic@gentoo> (raw)

commit:     0dd57a125efcf48e751c71530fd14a96b6bd4644
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Wed Dec 15 20:24:28 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 15:07:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd57a12

app-admin/cdist: bump to 6.9.8 and EAPI 8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

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

diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
index 25bd9dc06fb0..5b34ab024c5d 100644
--- a/app-admin/cdist/Manifest
+++ b/app-admin/cdist/Manifest
@@ -1 +1,2 @@
 DIST cdist-6.9.4.tar.gz 1362226 BLAKE2B c9f9c85b586718e8cd1fe1a88bed5603b0e1c4ddbf398caab033b3adacc056349edb44f9a597f6810a08fef0598260c350d307eafd16c7be43e556a586294800 SHA512 ba139ab404e8167530cc36461bf83443a3b7d289a4cd7daee2286e9610846ac0b75737899defe08dafa873d1c1b369f9a412c828c98c8aae9130713bf5a7ec77
+DIST cdist-6.9.8.tar.gz 1385902 BLAKE2B 6190f09d527a562e490669335d604d3173209bb950448855588a78d48428b8522c8f39327d6455d30242d97bb48d810c319f650a1c0c2fba203a348637dc87c1 SHA512 3c78dd5332a5957750948c52c4b27269ada21b07a2fce0d84019b4fcd3b7ddc6221f0179690d1b3af7e685ffafd739e604f50195fbc36a5494a102b2fa1b732b

diff --git a/app-admin/cdist/cdist-6.9.8.ebuild b/app-admin/cdist/cdist-6.9.8.ebuild
new file mode 100644
index 000000000000..1dae10c0230a
--- /dev/null
+++ b/app-admin/cdist/cdist-6.9.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+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="https://code.ungleich.ch/ungleich-public/cdist/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_sphinx docs/src dev-python/sphinx_rtd_theme
+distutils_enable_tests unittest
+
+python_prepare_all() {
+	echo "VERSION='${PV}'" > cdist/version.py || die "Failed to set version"
+	distutils-r1_python_prepare_all
+}


             reply	other threads:[~2022-01-17 15:08 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17 15:08 Jakov Smolić [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ć
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
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=1642432074.0dd57a125efcf48e751c71530fd14a96b6bd4644.jsmolic@gentoo \
    --to=jsmolic@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