Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cdist/
Date: Mon, 25 Sep 2017 13:47:53
Message-Id: 1506347262.5fd7561110b0c175975c74adf494e0f3021dab91.kensington@gentoo
1 commit: 5fd7561110b0c175975c74adf494e0f3021dab91
2 Author: Daniel Heule <nerve <AT> ipwar <DOT> ch>
3 AuthorDate: Fri Sep 8 08:03:28 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 25 13:47:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd75611
7
8 app-admin/cdist: clean up old versions
9
10 Closes: https://github.com/gentoo/gentoo/pull/5659
11 Package-Manager: Portage-2.3.6, Repoman-2.3.1
12
13 app-admin/cdist/Manifest | 1 -
14 app-admin/cdist/cdist-4.4.1.ebuild | 24 ------------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/app-admin/cdist/Manifest b/app-admin/cdist/Manifest
18 index e24595f4c59..e0077a54bce 100644
19 --- a/app-admin/cdist/Manifest
20 +++ b/app-admin/cdist/Manifest
21 @@ -1,2 +1 @@
22 -DIST cdist-4.4.1.tar.gz 377850 SHA256 adf4c558667aaec010fa391524c0c5a9f07e89b658d51e515bc04baf79ac8bbc SHA512 ed955c48c708c5b97dc803d3b8ea8742581b7b0153c2494dad64cecbaca00bad414c624f77caa9d5cea44130adea3b5a547bbbf3db2d5546ea694f4c736bd3b4 WHIRLPOOL f7e8e17dec5f1fbc64aefbda99147709eb67e4c54c931e77841f0490ec3dad16e2a0d9892c75986e70325f23dc185cb02c6cd872e34f3cf76f36605ba3ff1bb3
23 DIST cdist-4.6.1.tar.gz 454461 SHA256 3e4d9e45a59c1c823eb3bccd395ef47f1d8c91260846c394f32f0b66e348924d SHA512 f0c3759d00221fbd36d7662de6ccc57fc0070b8aee6a0d80e6bab6f41215c537a1cf1a6ec9fdebf81c45ad8126b8e730a14be8f1286d5baf5f4a5672611e31dc WHIRLPOOL 0c2412a08f54906244071979f3adb28e7da29c22ca947bc146aeac9e0b7c6aef2dce969b4d0ef4405c4110049ed873c15354dfd7f896c128cedaea26dbee02c1
24
25 diff --git a/app-admin/cdist/cdist-4.4.1.ebuild b/app-admin/cdist/cdist-4.4.1.ebuild
26 deleted file mode 100644
27 index 59661b8e498..00000000000
28 --- a/app-admin/cdist/cdist-4.4.1.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python{3_4,3_5} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A usable configuration management system"
41 -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="doc"
48 -
49 -python_install_all() {
50 - use doc && HTML_DOCS=( docs/dist/html/*.html docs/dist/html/man{1,7}/*.html )
51 - distutils-r1_python_install_all
52 -
53 - doman docs/dist/man/man1/*.1 docs/dist/man/man7/*.7
54 -}