summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-25 20:24:08 +0000
committerSam James <sam@gentoo.org>2022-12-25 21:24:08 +0000
commit1355cbc2f6829125937b8d67defec0ba621d16eb (patch)
tree5ca7c5b0d7d8728900dbde65f8df4e5ea704895d /sys-apps/hprofile/hprofile-6.1.3.ebuild
parentsys-apps/collectl: EAPI 8 (diff)
downloadgentoo-1355cbc2f6829125937b8d67defec0ba621d16eb.tar.gz
gentoo-1355cbc2f6829125937b8d67defec0ba621d16eb.tar.bz2
gentoo-1355cbc2f6829125937b8d67defec0ba621d16eb.zip
sys-apps/hprofile: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
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, 0 insertions, 18 deletions
diff --git a/sys-apps/hprofile/hprofile-6.1.3.ebuild b/sys-apps/hprofile/hprofile-6.1.3.ebuild
deleted file mode 100644
index 4bff3d42441c..000000000000
--- a/sys-apps/hprofile/hprofile-6.1.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}