diff options
author | Samuel Bernardo <samuelbernardo.mail@gmail.com> | 2021-02-01 12:33:18 +0000 |
---|---|---|
committer | Samuel Bernardo <samuelbernardo.mail@gmail.com> | 2021-02-01 12:33:18 +0000 |
commit | b8c959522a1aaec68d83b4adb527baef2d4951f9 (patch) | |
tree | 3b8a1220f497e0e3e8ed412e0d4fb20370a57cc1 /app-admin | |
parent | Remove not supported ebuilds rpmlint and pitivi (diff) | |
download | ssnb-b8c959522a1aaec68d83b4adb527baef2d4951f9.tar.gz ssnb-b8c959522a1aaec68d83b4adb527baef2d4951f9.tar.bz2 ssnb-b8c959522a1aaec68d83b4adb527baef2d4951f9.zip |
Remove deprecated ebuilds
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/clustershell/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/clustershell/Manifest | 4 | ||||
-rw-r--r-- | app-admin/clustershell/clustershell-1.7.2.ebuild | 48 | ||||
-rw-r--r-- | app-admin/clustershell/metadata.xml | 8 |
4 files changed, 0 insertions, 69 deletions
diff --git a/app-admin/clustershell/ChangeLog b/app-admin/clustershell/ChangeLog deleted file mode 100644 index 46f7039..0000000 --- a/app-admin/clustershell/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for app-admin/clustershell -# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 -# (auto-generated from git log) - -*clustershell-1.7 (14 Nov 2016) - - 14 Nov 2016; Samuel Bernardo <samuelbernardo.mail@gmail.com> +clustershell-1.7.2.ebuild, +metadata.xml: - proj/gentoo: Initial commit - diff --git a/app-admin/clustershell/Manifest b/app-admin/clustershell/Manifest deleted file mode 100644 index bf1cb83..0000000 --- a/app-admin/clustershell/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST clustershell-1.7.2.tar.gz 346129 SHA256 b5999f9a565e7ef56e0aecfa5951d908a782f1fea322947c073d89ec716a7c2e SHA512 bd331ef4b0c04286ef0030e775ccd059986c60452966ca62f42e91fd0e74b6177ed3bb9cb372237008fb3214d400a70b3b910368271da52b12a9450c6b407df9 WHIRLPOOL 14fffba348acc2ea52eccadb262ccc9fa36137e59b3c86c90182bf98561c4ea874310c375a0e6be6725e7d6f1789aa2eef265b5d127f7e17f7a7ea3b2afe5fb0 -EBUILD clustershell-1.7.2.ebuild 960 SHA256 758aed9187783e7b2e2d8dd23ae3c3069a40462aa3fca5764193f5cea32edf9d SHA512 03b34794dc2acbd3abd48013de0337155adcbe2cf69b500ff95bd4cc6fcf8a4f7a0a2ae07e6c2a2539ca06087c7e1b333c925c92047cde2f7a2e110c6090e4f2 WHIRLPOOL 277374cb5c3bf03b450ff93a526839b5377f5c7ff589403bb8d34ebb517dea7a0e7891bfdf04f13e430ce6d437af6132725f743ad7a509959ea220ec302a7e17 -MISC ChangeLog 312 SHA256 267b83879d971faed4cc3a30dd37bbe12470de9cc13fded0d2d472f907ac1bad SHA512 40a2ed5df457faeb018f45d93d02430c9af8e702a5438c8b3d4f21fe5217305f6b5665da5eba16a64b6e77883cdd44e93f88a372f5b9a94609441201809dddd2 WHIRLPOOL 21c3eff6dd24e27aad8349c7185a3590f3cfa551048adaf7c7f63958bd756585d03d0821a14f0214065ad7ad27289d0b1feec12342313b47d553e221facd4a1e -MISC metadata.xml 257 SHA256 f803ef1a174879b88262a04080eaef99eb97ff56d03dcea0da09be4e6c047490 SHA512 a24cf6411331ed58ac1395d5f10e85530bbe2f7d9ca09121ac8e3ed3b518ad8b31ad50adb903404b41749c089bda33aa34bd28d8ba0da0b1f1b36620674e77be WHIRLPOOL e373e51151bef8dfe9f3100dc9156879e64d8274b11851e7959c6cb0006b3322851368507e9c7b283cb01094e448d53fcb28ea48beac0d2534d2c337b50be4fc diff --git a/app-admin/clustershell/clustershell-1.7.2.ebuild b/app-admin/clustershell/clustershell-1.7.2.ebuild deleted file mode 100644 index d078b71..0000000 --- a/app-admin/clustershell/clustershell-1.7.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# 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/metadata.xml b/app-admin/clustershell/metadata.xml deleted file mode 100644 index 5d59427..0000000 --- a/app-admin/clustershell/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">cea-hpc/clustershell</remote-id> - </upstream> -</pkgmetadata> |