diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-19 05:28:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-19 05:28:00 +0000 |
commit | 4b44ebe6acb4204c0d2f8e92aeb145ca79ba710f (patch) | |
tree | ff0a80d3c4921dd5d52dbc22eba6c0e67c62a55a /sys-apps | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-4b44ebe6acb4204c0d2f8e92aeb145ca79ba710f.tar.gz gentoo-2-4b44ebe6acb4204c0d2f8e92aeb145ca79ba710f.tar.bz2 gentoo-2-4b44ebe6acb4204c0d2f8e92aeb145ca79ba710f.zip |
Version bump #523448 by tokiclover.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hprofile/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/hprofile/hprofile-3.0.5.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-apps/hprofile/ChangeLog b/sys-apps/hprofile/ChangeLog index 7d70ad42b5e9..9b2139ff01cb 100644 --- a/sys-apps/hprofile/ChangeLog +++ b/sys-apps/hprofile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hprofile -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.4 2007/04/28 17:07:55 swegener Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.5 2014/10/19 05:28:00 vapier Exp $ + +*hprofile-3.0.5 (19 Oct 2014) + + 19 Oct 2014; Mike Frysinger <vapier@gentoo.org> +hprofile-3.0.5.ebuild: + Version bump #523448 by tokiclover. 28 Apr 2007; Sven Wegener <swegener@gentoo.org> hprofile-2.0_beta2.ebuild: Fix *initd, *confd and *envd calls (#173884, #174266) diff --git a/sys-apps/hprofile/hprofile-3.0.5.ebuild b/sys-apps/hprofile/hprofile-3.0.5.ebuild new file mode 100644 index 000000000000..f795550ed603 --- /dev/null +++ b/sys-apps/hprofile/hprofile-3.0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/hprofile-3.0.5.ebuild,v 1.1 2014/10/19 05:28:00 vapier Exp $ + +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 +} |