summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-10-16 12:52:33 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-10-16 12:54:22 +0200
commitd978e2bfca4172a595039743b1ca7e7695fccf76 (patch)
tree8d7624c26c3dc81baba2493e91b80749bfa03cc2 /x11-apps/radeon-profile/radeon-profile-20190311.ebuild
parentx11-apps/radeon-profile: Bump to version 20190903 (diff)
downloadgentoo-d978e2bfca4172a595039743b1ca7e7695fccf76.tar.gz
gentoo-d978e2bfca4172a595039743b1ca7e7695fccf76.tar.bz2
gentoo-d978e2bfca4172a595039743b1ca7e7695fccf76.zip
x11-apps/radeon-profile: Removed old
Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-apps/radeon-profile/radeon-profile-20190311.ebuild')
-rw-r--r--x11-apps/radeon-profile/radeon-profile-20190311.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/x11-apps/radeon-profile/radeon-profile-20190311.ebuild b/x11-apps/radeon-profile/radeon-profile-20190311.ebuild
deleted file mode 100644
index ad6e34fec998..000000000000
--- a/x11-apps/radeon-profile/radeon-profile-20190311.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-DESCRIPTION="Read current clocks of ATi/AMD Radeon cards"
-HOMEPAGE="https://github.com/marazmista/radeon-profile"
-if [[ "${PV}" == 99999999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/marazmista/radeon-profile.git"
-else
- SRC_URI="https://github.com/marazmista/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE=""
-
-S="${WORKDIR}/${P}/${PN}"
-
-RDEPEND="
- dev-qt/qtcharts:5
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- x11-libs/libX11
- x11-libs/libXrandr
-"
-
-DEPEND="
- ${RDEPEND}
- dev-qt/qtconcurrent:5
- media-libs/mesa[X(+)]
- x11-libs/libdrm
-"
-
-src_prepare() {
- default
- sed 's@TrayIcon;@@' -i extra/${PN}.desktop || die
-}
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
-
-pkg_postinst() {
- elog "In order to run ${PN} as non-root user, the"
- elog " x11-apps/radeon-profile-daemon"
- elog "package needs to be installed and the daemon must run."
-}