diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-12-15 21:25:13 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-17 16:07:55 +0100 |
commit | 44562570306708bfb18f7296110b0aedef22f9f5 (patch) | |
tree | 8550303f62dadbc2d365644181aed94489f217cf /app-admin | |
parent | app-admin/cdist: bump to 6.9.8 and EAPI 8 (diff) | |
download | gentoo-44562570306708bfb18f7296110b0aedef22f9f5.tar.gz gentoo-44562570306708bfb18f7296110b0aedef22f9f5.tar.bz2 gentoo-44562570306708bfb18f7296110b0aedef22f9f5.zip |
app-admin/cdist: drop old version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/cdist/Manifest | 1 | ||||
-rw-r--r-- | app-admin/cdist/cdist-6.9.4.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest index 5b34ab024c5d..ee0ecffdab46 100644 --- a/app-admin/cdist/Manifest +++ b/app-admin/cdist/Manifest @@ -1,2 +1 @@ -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.4.ebuild b/app-admin/cdist/cdist-6.9.4.ebuild deleted file mode 100644 index 7fb25712179a..000000000000 --- a/app-admin/cdist/cdist-6.9.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -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}/cdist-${PV}.tar.gz" - -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 - - distutils-r1_python_prepare_all -} |