public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/
Date: Sat, 16 Feb 2019 09:45:53 +0000 (UTC)	[thread overview]
Message-ID: <1550310343.6dc4e6c600e6b375b34f5f87124aba2b7c5446ef.pacho@gentoo> (raw)

commit:     6dc4e6c600e6b375b34f5f87124aba2b7c5446ef
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 09:40:47 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 09:45:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc4e6c6

app-admin/clustershell: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-admin/clustershell/Manifest                   |  1 -
 app-admin/clustershell/clustershell-1.6-r1.ebuild | 47 -----------------------
 app-admin/clustershell/clustershell-1.6.ebuild    | 45 ----------------------
 3 files changed, 93 deletions(-)

diff --git a/app-admin/clustershell/Manifest b/app-admin/clustershell/Manifest
index b9809d2a6b8..3d6f77e8446 100644
--- a/app-admin/clustershell/Manifest
+++ b/app-admin/clustershell/Manifest
@@ -1,2 +1 @@
-DIST clustershell-1.6.tar.gz 950548 BLAKE2B e6b2eb236537b23e86f0942b56db3bab7d970870febe76b7dd80719f90d5cd8ac5c0b059695110f966fc3423b77c289c0b951e8c329f33905175004ee811b723 SHA512 d94979bf5b5ead406f49e4ba691cf8541c03398913eb2fb9da724f50ba8b47059b76ddb6058dc5aaea86bbc8588b4d9c75cc34a8a7a94dcfa184ca73250c3b02
 DIST clustershell-1.7.3.tar.gz 345447 BLAKE2B 45bf059670a71724d8614f9b084c5e865daa1fb8dd2268e572d1a30b4d69259162fda8ee22eb2cc22261773c4e34849d345147de76c1628422f6c326b746724d SHA512 acb8e8a5b4a576ee93fbe23a8d903bab813f4182b50d9cd752b3684c743e611d3ee3fcfde31818c0a92495a3ee7640094d4568a03fdbf543e398a1b741a978d4

diff --git a/app-admin/clustershell/clustershell-1.6-r1.ebuild b/app-admin/clustershell/clustershell-1.6-r1.ebuild
deleted file mode 100644
index faa5e3e63f9..00000000000
--- a/app-admin/clustershell/clustershell-1.6-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# TODO: test phase
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-inherit distutils-r1
-
-DESCRIPTION="Python framework for efficient cluster administration"
-HOMEPAGE="https://cea-hpc.github.com/clustershell/"
-SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CeCILL-C"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc libressl"
-
-RDEPEND="
-	!libressl? ( dev-libs/openssl:0= )
-	libressl? ( dev-libs/libressl:0= )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
-	distutils-r1_src_install
-
-	if use doc ; then
-		local i
-		for i in $(ls -I man "${S}"/doc) ; do
-			dodoc -r doc/${i}
-		done
-	fi
-
-	doman doc/man/man*/*
-
-	insinto /etc/${PN}
-	doins -r conf/*
-}
-
-pkg_postinst() {
-	einfo
-	einfo "Some default system-wide config files have been installed into"
-	einfo "/etc/${PN}"
-	einfo
-}

diff --git a/app-admin/clustershell/clustershell-1.6.ebuild b/app-admin/clustershell/clustershell-1.6.ebuild
deleted file mode 100644
index 6a13780d51c..00000000000
--- a/app-admin/clustershell/clustershell-1.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# TODO: test phase
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
-inherit distutils-r1
-
-DESCRIPTION="Python framework for efficient cluster administration"
-HOMEPAGE="https://cea-hpc.github.com/clustershell/"
-SRC_URI="https://github.com/cea-hpc/clustershell/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CeCILL-C"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="dev-libs/openssl"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
-	distutils-r1_src_install
-
-	if use doc ; then
-		local i
-		for i in $(ls -I man "${S}"/doc) ; do
-			dodoc -r doc/${i}
-		done
-	fi
-
-	doman doc/man/man*/*
-
-	insinto /etc/${PN}
-	doins -r conf/*
-}
-
-pkg_postinst() {
-	einfo
-	einfo "Some default system-wide config files have been installed into"
-	einfo "/etc/${PN}"
-	einfo
-}


             reply	other threads:[~2019-02-16  9:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-16  9:45 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-18 15:39 [gentoo-commits] repo/gentoo:master commit in: app-admin/clustershell/ Petr Vaněk
2025-02-25  7:28 Sam James
2025-01-25 10:22 Petr Vaněk
2024-09-04 15:01 Sebastian Pipping
2023-12-04 12:36 Petr Vaněk
2023-10-31  0:06 Sam James
2023-09-30 18:12 Arthur Zamarin
2023-09-30 18:12 Arthur Zamarin
2023-07-12  7:00 Sam James
2023-03-31  7:14 Joonas Niilola
2023-02-25 11:03 Joonas Niilola
2023-01-07 18:09 Arthur Zamarin
2022-12-06 11:51 Sam James
2022-12-06  9:45 Sam James
2022-12-06  9:45 Sam James
2022-10-04 11:51 Sam James
2021-11-19 18:25 Patrice Clement
2021-11-19 18:25 Patrice Clement
2021-04-29 19:20 Mikle Kolyada
2020-06-20  8:43 Patrice Clement
2020-06-20  8:43 Patrice Clement
2020-06-20  8:43 Patrice Clement
2019-02-15 18:09 Mikle Kolyada
2017-05-11 12:54 Manuel Rüger
2016-03-21 21:38 Anthony G. Basile
2015-12-26  0:54 Anthony G. Basile

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=1550310343.6dc4e6c600e6b375b34f5f87124aba2b7c5446ef.pacho@gentoo \
    --to=pacho@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