commit:     c2239b59735892e44fc997a44e2f8710e00dbef7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 20:33:05 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 18:43:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2239b59

media-video/rovclock: EAPI bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-video/rovclock/rovclock-0.6e-r1.ebuild | 29 ++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-video/rovclock/rovclock-0.6e-r1.ebuild 
b/media-video/rovclock/rovclock-0.6e-r1.ebuild
new file mode 100644
index 00000000000..99e6304df25
--- /dev/null
+++ b/media-video/rovclock/rovclock-0.6e-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Overclocking utility for ATI Radeon cards"
+HOMEPAGE="http://www.hasw.net/linux/";
+SRC_URI="http://www.hasw.net/linux/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+       eapply "${FILESDIR}"/${P}-ldflags.patch
+       default
+}
+
+src_compile() {
+       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+       dosbin rovclock
+       dodoc ChangeLog README
+}

Reply via email to