Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/
Date: Sat, 16 Feb 2019 09:45:57
Message-Id: 1550310343.6dc4e6c600e6b375b34f5f87124aba2b7c5446ef.pacho@gentoo
1 commit: 6dc4e6c600e6b375b34f5f87124aba2b7c5446ef
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 09:40:47 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 09:45:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc4e6c6
7
8 app-admin/clustershell: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-admin/clustershell/Manifest | 1 -
14 app-admin/clustershell/clustershell-1.6-r1.ebuild | 47 -----------------------
15 app-admin/clustershell/clustershell-1.6.ebuild | 45 ----------------------
16 3 files changed, 93 deletions(-)
17
18 diff --git a/app-admin/clustershell/Manifest b/app-admin/clustershell/Manifest
19 index b9809d2a6b8..3d6f77e8446 100644
20 --- a/app-admin/clustershell/Manifest
21 +++ b/app-admin/clustershell/Manifest
22 @@ -1,2 +1 @@
23 -DIST clustershell-1.6.tar.gz 950548 BLAKE2B e6b2eb236537b23e86f0942b56db3bab7d970870febe76b7dd80719f90d5cd8ac5c0b059695110f966fc3423b77c289c0b951e8c329f33905175004ee811b723 SHA512 d94979bf5b5ead406f49e4ba691cf8541c03398913eb2fb9da724f50ba8b47059b76ddb6058dc5aaea86bbc8588b4d9c75cc34a8a7a94dcfa184ca73250c3b02
24 DIST clustershell-1.7.3.tar.gz 345447 BLAKE2B 45bf059670a71724d8614f9b084c5e865daa1fb8dd2268e572d1a30b4d69259162fda8ee22eb2cc22261773c4e34849d345147de76c1628422f6c326b746724d SHA512 acb8e8a5b4a576ee93fbe23a8d903bab813f4182b50d9cd752b3684c743e611d3ee3fcfde31818c0a92495a3ee7640094d4568a03fdbf543e398a1b741a978d4
25
26 diff --git a/app-admin/clustershell/clustershell-1.6-r1.ebuild b/app-admin/clustershell/clustershell-1.6-r1.ebuild
27 deleted file mode 100644
28 index faa5e3e63f9..00000000000
29 --- a/app-admin/clustershell/clustershell-1.6-r1.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -# TODO: test phase
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -PYTHON_REQ_USE="xml"
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python framework for efficient cluster administration"
44 -HOMEPAGE="https://cea-hpc.github.com/clustershell/"
45 -SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="CeCILL-C"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="doc libressl"
51 -
52 -RDEPEND="
53 - !libressl? ( dev-libs/openssl:0= )
54 - libressl? ( dev-libs/libressl:0= )"
55 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
56 -
57 -src_install() {
58 - distutils-r1_src_install
59 -
60 - if use doc ; then
61 - local i
62 - for i in $(ls -I man "${S}"/doc) ; do
63 - dodoc -r doc/${i}
64 - done
65 - fi
66 -
67 - doman doc/man/man*/*
68 -
69 - insinto /etc/${PN}
70 - doins -r conf/*
71 -}
72 -
73 -pkg_postinst() {
74 - einfo
75 - einfo "Some default system-wide config files have been installed into"
76 - einfo "/etc/${PN}"
77 - einfo
78 -}
79
80 diff --git a/app-admin/clustershell/clustershell-1.6.ebuild b/app-admin/clustershell/clustershell-1.6.ebuild
81 deleted file mode 100644
82 index 6a13780d51c..00000000000
83 --- a/app-admin/clustershell/clustershell-1.6.ebuild
84 +++ /dev/null
85 @@ -1,45 +0,0 @@
86 -# Copyright 1999-2015 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -# TODO: test phase
90 -
91 -EAPI=5
92 -
93 -PYTHON_COMPAT=( python2_7 )
94 -PYTHON_REQ_USE="xml"
95 -inherit distutils-r1
96 -
97 -DESCRIPTION="Python framework for efficient cluster administration"
98 -HOMEPAGE="https://cea-hpc.github.com/clustershell/"
99 -SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -
101 -LICENSE="CeCILL-C"
102 -SLOT="0"
103 -KEYWORDS="amd64 x86"
104 -IUSE="doc"
105 -
106 -RDEPEND="dev-libs/openssl"
107 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
108 -
109 -src_install() {
110 - distutils-r1_src_install
111 -
112 - if use doc ; then
113 - local i
114 - for i in $(ls -I man "${S}"/doc) ; do
115 - dodoc -r doc/${i}
116 - done
117 - fi
118 -
119 - doman doc/man/man*/*
120 -
121 - insinto /etc/${PN}
122 - doins -r conf/*
123 -}
124 -
125 -pkg_postinst() {
126 - einfo
127 - einfo "Some default system-wide config files have been installed into"
128 - einfo "/etc/${PN}"
129 - einfo
130 -}