summaryrefslogtreecommitdiff
path: root/dev-python/python-hpilo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/python-hpilo
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/python-hpilo')
-rw-r--r--dev-python/python-hpilo/Manifest5
-rw-r--r--dev-python/python-hpilo/metadata.xml19
-rw-r--r--dev-python/python-hpilo/python-hpilo-4.0.ebuild21
-rw-r--r--dev-python/python-hpilo/python-hpilo-4.1.ebuild21
4 files changed, 0 insertions, 66 deletions
diff --git a/dev-python/python-hpilo/Manifest b/dev-python/python-hpilo/Manifest
deleted file mode 100644
index 131d2e6a9f55..000000000000
--- a/dev-python/python-hpilo/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST python-hpilo-4.0.tar.gz 178109 BLAKE2B aa8d4f9f74c053cb65d6c1ae77602a045923250aa9e4e3d689aa305094bb91a3a100a365d28fbb5fb0b69887d27a00796ffa2d9ff9f5eb26800f18672f73a6c6 SHA512 5a084899275b169a753d93b599c6b0d4d46d695c1378bbea340740d9e654723ff44e85cb71213c2e6811356d826e3912598b18f0f1aaeb906f19b0fc3064fbde
-DIST python-hpilo-4.1.tar.gz 178209 BLAKE2B f64c69e1009867abf7d065592cc360c2ab794a20524578b45fb42f9158a9bd20bc9616a03f99def0a87c0f13f4abf648e6b549db1ed21c0adb048d3f2e85814f SHA512 567ffac260c862dae4d7fb1dbe4c22afe4bf7df56f5e624077c50937931e864217eae49f411ad393a34bc1d8613fc03581a2b5af648174d95356b00f37e7aa78
-EBUILD python-hpilo-4.0.ebuild 482 BLAKE2B fa50fd9b5a35d9f80201edc7e0a52b6ae293ec67112505402fd9379ea43b08bdb53f652f3248c0518a268dd43c1ec564868cc45bd30d34ff7870bac0d62aa398 SHA512 e3aebbda77369f47170921fbe0c7f4cb2f4a137ac1aaa1163defc7a0265e21ef9d7b1fee4c7f569fde3d23df3d823cc2553bb49b3d9293fbfd70397c4cc73e24
-EBUILD python-hpilo-4.1.ebuild 482 BLAKE2B fa50fd9b5a35d9f80201edc7e0a52b6ae293ec67112505402fd9379ea43b08bdb53f652f3248c0518a268dd43c1ec564868cc45bd30d34ff7870bac0d62aa398 SHA512 e3aebbda77369f47170921fbe0c7f4cb2f4a137ac1aaa1163defc7a0265e21ef9d7b1fee4c7f569fde3d23df3d823cc2553bb49b3d9293fbfd70397c4cc73e24
-MISC metadata.xml 666 BLAKE2B aae5ef2572734016e24e84795420e0f8083b2c5bbb8357a49b1d90d0d273701c311c5feeb9df7f9141236f4c2eafbd8a708b01d79e1f2fc9e87244f93046ab15 SHA512 e177656c862474bdfc61bbd01fa3f2a06f4d136594491a9156c95082671066eaa7c00b570cdc0a6ae550ee6d98f62fc2569fa9129d66cfd9c8b3d1825d050928
diff --git a/dev-python/python-hpilo/metadata.xml b/dev-python/python-hpilo/metadata.xml
deleted file mode 100644
index ab62601285cf..000000000000
--- a/dev-python/python-hpilo/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>nicolasbock@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- HP servers come with a powerful out of band management
- interface called Integrated Lights out, or iLO. It has an
- extensive web interface and commercially available tools for
- centrally managing iLO devices and their servers.
- </longdescription>
- <upstream>
- <remote-id type="github">seveas/python-hpilo</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-hpilo/python-hpilo-4.0.ebuild b/dev-python/python-hpilo/python-hpilo-4.0.ebuild
deleted file mode 100644
index 4db36e678224..000000000000
--- a/dev-python/python-hpilo/python-hpilo-4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="iLO automation from python or shell"
-HOMEPAGE="https://pypi.org/project/python-hpilo/"
-SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-python_test() {
- ${EPYTHON} -m unittest discover || die
-}
diff --git a/dev-python/python-hpilo/python-hpilo-4.1.ebuild b/dev-python/python-hpilo/python-hpilo-4.1.ebuild
deleted file mode 100644
index 4db36e678224..000000000000
--- a/dev-python/python-hpilo/python-hpilo-4.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="iLO automation from python or shell"
-HOMEPAGE="https://pypi.org/project/python-hpilo/"
-SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-python_test() {
- ${EPYTHON} -m unittest discover || die
-}