diff options
Diffstat (limited to 'dev-util/rocm-smi/rocm-smi-4.0.0.ebuild')
-rw-r--r-- | dev-util/rocm-smi/rocm-smi-4.0.0.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/rocm-smi/rocm-smi-4.0.0.ebuild b/dev-util/rocm-smi/rocm-smi-4.0.0.ebuild deleted file mode 100644 index f05a44aba607..000000000000 --- a/dev-util/rocm-smi/rocm-smi-4.0.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit python-single-r1 - -DESCRIPTION="ROCm System Management Interface" -HOMEPAGE="https://github.com/RadeonOpenCompute/ROC-smi" - -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/RadeonOpenCompute/ROC-smi" - EGIT_BRANCH="master" -else - SRC_URI="https://github.com/RadeonOpenCompute/ROC-smi/archive/rocm-${PV}.tar.gz -> rocm-smi-${PV}.tar.gz" - KEYWORDS="~amd64" - S="${WORKDIR}/ROC-smi-rocm-${PV}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="" -RDEPEND="${PYTHON_DEPS}" - -src_install() { - python_scriptinto /usr/bin - python_newscript rocm_smi.py rocm-smi -} |