aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlayman <layman@localhost>2016-01-17 13:16:03 +0100
committerlayman <layman@localhost>2016-01-17 13:16:03 +0100
commit2c6072410d0f3139ed4ba7d19fcf57dfe7f7f463 (patch)
treeb9144c4cd9a389a97462915085f5d1f14697ae0f /sys-apps
parentBump vbetool to new upstream 1.2.2 from Dave Airlie (diff)
downloadennui-2c6072410d0f3139ed4ba7d19fcf57dfe7f7f463.tar.gz
ennui-2c6072410d0f3139ed4ba7d19fcf57dfe7f7f463.tar.bz2
ennui-2c6072410d0f3139ed4ba7d19fcf57dfe7f7f463.zip
Add 6.x series hprofile
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hprofile/Manifest3
-rw-r--r--sys-apps/hprofile/hprofile-6.0.1.ebuild19
-rw-r--r--sys-apps/hprofile/metadata.xml8
3 files changed, 30 insertions, 0 deletions
diff --git a/sys-apps/hprofile/Manifest b/sys-apps/hprofile/Manifest
new file mode 100644
index 0000000..dbad1df
--- /dev/null
+++ b/sys-apps/hprofile/Manifest
@@ -0,0 +1,3 @@
+DIST hprofile-6.0.1.tar.gz 17970 SHA256 e45f831ac8ba4ccaca27e3f01319caea830af311880b561656342f59816248ca SHA512 29d16a03b42659372d7873163fc7019c50b9defc736248d926b3c482579f14ebcb962a46f4f1b23335702534885123aae93a302ca4c66b9757e854811963849c WHIRLPOOL 449ed532b8eef588961477554d73af434911a4161aecb2975b05f3c05cbe2cb5c5a35604cc39a0a1154cf831f0987906dd26719728dd3e65ab094c5a19d940b0
+EBUILD hprofile-6.0.1.ebuild 528 SHA256 112e4c963b21df17da6d412959012f90e9a125c577482485ee78998b7c8022de SHA512 fd4423f3df63002135f35bd4473003383b5812b746d958a7e73376dc4f173532c8ab9b3e738fc3da3e9e84547f56ccce5f2a4fb1688991c8d92a09660c36416e WHIRLPOOL b6c7af9710d25838c8038a037ad0f345a2a89901bb9cfec5d1f958f5b6b8fc601fd74142d2a5aa36c539e5288410ea3f70bfa9f2d98b7e9cf719862474f25a9b
+MISC metadata.xml 245 SHA256 d9783961e020c190c95a0b6f3dce93e32205ac596b655053801eb691deb0d0c5 SHA512 8ec61d1a183712753ff45b18eb44cab192077e886cecad8d79b67e90e0b47124af56396aefdffdccc934b164d52b5dea7850da14a1e41dd9e637add6cb24dd36 WHIRLPOOL 0119546a0d4ba3e87a263183f01eafce27475c7fb0be94aa7a9ec28c040013fccaeaff177ba4c52fa462c819aa518092c50976ca9ce9e3d33789b9884fb54f9e
diff --git a/sys-apps/hprofile/hprofile-6.0.1.ebuild b/sys-apps/hprofile/hprofile-6.0.1.ebuild
new file mode 100644
index 0000000..cbebb2e
--- /dev/null
+++ b/sys-apps/hprofile/hprofile-6.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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"
+IUSE=""
+
+src_prepare() {
+ sed -i '1s:.*:#!/sbin/runscript:' hprofile.initd || die
+ sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
+}
diff --git a/sys-apps/hprofile/metadata.xml b/sys-apps/hprofile/metadata.xml
new file mode 100644
index 0000000..d4d904c
--- /dev/null
+++ b/sys-apps/hprofile/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+<herd>base-system</herd>
+<upstream>
+ <remote-id type='github'>tokiclover/hprofile</remote-id>
+</upstream>
+</pkgmetadata>