From 691ba468f287fd05cdc1da65c7465a646e5963e0 Mon Sep 17 00:00:00 2001 From: "Nelo-T. Wallus" Date: Sat, 5 Aug 2017 15:31:34 +0200 Subject: sys-apps/hprofile: Bump version Package-Manager: Portage-2.3.6, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5304 --- sys-apps/hprofile/hprofile-6.1.3.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sys-apps/hprofile/hprofile-6.1.3.ebuild (limited to 'sys-apps/hprofile/hprofile-6.1.3.ebuild') 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 +} -- cgit v1.2.3-65-gdbad