From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Sat, 2 Mar 2019 00:04:38 +0000 (UTC) [thread overview]
Message-ID: <1551484980.7708d06c4a681cb6d116d90116970f5a3383fbe6.asturm@gentoo> (raw)
commit: 7708d06c4a681cb6d116d90116970f5a3383fbe6
Author: Daniel Heule <nerve <AT> ipwar <DOT> ch>
AuthorDate: Mon Feb 25 09:19:41 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 00:03:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7708d06c
app-admin/cdist: cleanup of old cdist versions
Signed-off-by: Daniel Heule <nerve <AT> ipwar.ch>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-admin/cdist/Manifest | 4 ----
app-admin/cdist/cdist-4.10.1.ebuild | 24 ------------------------
app-admin/cdist/cdist-4.10.4.ebuild | 24 ------------------------
app-admin/cdist/cdist-4.6.1.ebuild | 24 ------------------------
app-admin/cdist/cdist-4.7.3.ebuild | 24 ------------------------
5 files changed, 100 deletions(-)
diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
index d7f92430165..b72e3dd7a3f 100644
--- a/app-admin/cdist/Manifest
+++ b/app-admin/cdist/Manifest
@@ -1,5 +1 @@
-DIST cdist-4.10.1.tar.gz 660264 BLAKE2B 7e4c9bc1e4a750865880aa442ed6c8a125b80d35ba2fbb49f6549c25764a8aea62defd95d3e32782a7290729f45e6a9a658fd2d6abaae15b3686c3ed312dce37 SHA512 d5852ddceb869a5d70c77d65b9288a780cc62794472fff1537a22d3e890b87ffc15181bc425f0bbbf43952eba12aa99046f482cf97f4afa6ca747d2cb55bea98
-DIST cdist-4.10.4.tar.gz 679595 BLAKE2B ae22287a4424dbcc2dc8c58db2ca3e0af3f526525277208f2256df615d8c214e15483b2c13af882e56121c4bece0f61fb259d2c5f44f02a2f6807451c986554c SHA512 696563dc0cb5a9f25b0d9282017de6315addb999cf63b3de87c1f5de4ce3f1fb99ee0c03f346aacebebfa2dd7f8eed58d22cdb05d2d4c26474963d29688056ed
DIST cdist-4.10.6.tar.gz 676651 BLAKE2B 107b60c8890ede0bfa9f741375cc1705946b2d6be9caa4ae41c2ba155097b64e451474218ae9d5a8e2aa2511908869e8a5aa24fe15f0d41a50c8775d037a7eb3 SHA512 558fbe242a24fcd204a0b2519c9ad73405fe20466600af3635c6a5029641c4aec4315be99af0d5d9c1920aaadfe96942ffab94133c48675655ea8107fc8af90c
-DIST cdist-4.6.1.tar.gz 454461 BLAKE2B 5cf5ba376b981feb6d740f53b4c4cdf51a8f0b4d4422db2c2c7312dd1288e006bfcae7c3459707e361536002a2a6b49bb8ef836783fac8167834978fb5737683 SHA512 f0c3759d00221fbd36d7662de6ccc57fc0070b8aee6a0d80e6bab6f41215c537a1cf1a6ec9fdebf81c45ad8126b8e730a14be8f1286d5baf5f4a5672611e31dc
-DIST cdist-4.7.3.tar.gz 497537 BLAKE2B e743e49291d6b212810911607ac149a54e6c8423841c4149f620d2127bbeb2fdce7d5ceff76572f1599a3a3326944066ba336f93f25de50d98ad972188562709 SHA512 9b69e257c816d515e4d94bc73d26ca1cfb2343fc4fc8298aadfbb82417aa28c9759831c304b90d6427e275988442cd19681e455c98757c87426d0435dd90ae41
diff --git a/app-admin/cdist/cdist-4.10.1.ebuild b/app-admin/cdist/cdist-4.10.1.ebuild
deleted file mode 100644
index 52491eaacc4..00000000000
--- a/app-admin/cdist/cdist-4.10.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A usable configuration management system"
-HOMEPAGE="https://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
-}
diff --git a/app-admin/cdist/cdist-4.10.4.ebuild b/app-admin/cdist/cdist-4.10.4.ebuild
deleted file mode 100644
index 9c275ce8259..00000000000
--- a/app-admin/cdist/cdist-4.10.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A usable configuration management system"
-HOMEPAGE="https://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
-}
diff --git a/app-admin/cdist/cdist-4.6.1.ebuild b/app-admin/cdist/cdist-4.6.1.ebuild
deleted file mode 100644
index 52491eaacc4..00000000000
--- a/app-admin/cdist/cdist-4.6.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A usable configuration management system"
-HOMEPAGE="https://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
-}
diff --git a/app-admin/cdist/cdist-4.7.3.ebuild b/app-admin/cdist/cdist-4.7.3.ebuild
deleted file mode 100644
index 52491eaacc4..00000000000
--- a/app-admin/cdist/cdist-4.7.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A usable configuration management system"
-HOMEPAGE="https://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
-}
next reply other threads:[~2019-03-02 0:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-02 0:04 Andreas Sturmlechner [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
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=1551484980.7708d06c4a681cb6d116d90116970f5a3383fbe6.asturm@gentoo \
--to=asturm@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