diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-03-26 21:49:53 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-03-26 21:51:26 -0400 |
commit | cee1a944332dc31322c22fa474e2c15206165352 (patch) | |
tree | c6357a98bc8168eef23d08c32cc685fb27fe394f /dev-util/clinfo/clinfo-2.2.18.03.15.ebuild | |
parent | dev-util/clinfo: 2.2.18.03.26 version bump (diff) | |
download | gentoo-cee1a944332dc31322c22fa474e2c15206165352.tar.gz gentoo-cee1a944332dc31322c22fa474e2c15206165352.tar.bz2 gentoo-cee1a944332dc31322c22fa474e2c15206165352.zip |
dev-util/clinfo: Cleanup old versions
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-util/clinfo/clinfo-2.2.18.03.15.ebuild')
-rw-r--r-- | dev-util/clinfo/clinfo-2.2.18.03.15.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild deleted file mode 100644 index 7a1b5ce68d4d..000000000000 --- a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git" - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="A tool to display info about the system's OpenCL capabilities" -HOMEPAGE="https://github.com/Oblomov/clinfo" -LICENSE="CC0-1.0" -SLOT="0" - -DEPEND="virtual/opencl" -RDEPEND="${DEPEND}" - -src_install() { - emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install -} |