summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelo-T. Wallus <nelo@wallus.de>2017-08-05 15:31:34 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-11 10:38:36 +0200
commit691ba468f287fd05cdc1da65c7465a646e5963e0 (patch)
treee84589e43a576e5b31ff0f52c1d89daf8e421feb /sys-apps/hprofile/hprofile-6.1.3.ebuild
parentdev-util/cmake: Bump to version 3.9.1 (diff)
downloadgentoo-691ba468f287fd05cdc1da65c7465a646e5963e0.tar.gz
gentoo-691ba468f287fd05cdc1da65c7465a646e5963e0.tar.bz2
gentoo-691ba468f287fd05cdc1da65c7465a646e5963e0.zip
sys-apps/hprofile: Bump version
Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5304
Diffstat (limited to 'sys-apps/hprofile/hprofile-6.1.3.ebuild')
-rw-r--r--sys-apps/hprofile/hprofile-6.1.3.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-apps/hprofile/hprofile-6.1.3.ebuild b/sys-apps/hprofile/hprofile-6.1.3.ebuild
new file mode 100644
index 000000000000..4bff3d42441c
--- /dev/null
+++ b/sys-apps/hprofile/hprofile-6.1.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Utility to manage hardware, network, power or other profiles (fork)"
+HOMEPAGE="https://github.com/tokiclover/hprofile"
+SRC_URI="https://github.com/tokiclover/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+ default
+ sed -i '1s:.*:#!/sbin/openrc-run:' hprofile.initd || die
+ sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
+}