diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-06-04 12:12:04 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-06-04 12:12:04 +0000 |
commit | d28980265b9096c73b97929a4ea69b3e5251af74 (patch) | |
tree | df681886d84b5dd08bb629da61f440215981dbae /sys-apps/hprofile | |
parent | Add pypi to remote-id in metadata.xml (diff) | |
download | gentoo-2-d28980265b9096c73b97929a4ea69b3e5251af74.tar.gz gentoo-2-d28980265b9096c73b97929a4ea69b3e5251af74.tar.bz2 gentoo-2-d28980265b9096c73b97929a4ea69b3e5251af74.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps/hprofile')
-rw-r--r-- | sys-apps/hprofile/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/hprofile/hprofile-3.1.1.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sys-apps/hprofile/ChangeLog b/sys-apps/hprofile/ChangeLog index b74b1ec0e0b5..e3c1dd914d71 100644 --- a/sys-apps/hprofile/ChangeLog +++ b/sys-apps/hprofile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hprofile # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.7 2015/06/02 09:47:49 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.8 2015/06/04 12:12:04 polynomial-c Exp $ + +*hprofile-3.1.1 (04 Jun 2015) + + 04 Jun 2015; Lars Wendler <polynomial-c@gentoo.org> +hprofile-3.1.1.ebuild: + Version bump. *hprofile-3.1.0 (02 Jun 2015) diff --git a/sys-apps/hprofile/hprofile-3.1.1.ebuild b/sys-apps/hprofile/hprofile-3.1.1.ebuild new file mode 100644 index 000000000000..017ef593ce10 --- /dev/null +++ b/sys-apps/hprofile/hprofile-3.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/hprofile-3.1.1.ebuild,v 1.1 2015/06/04 12:12:04 polynomial-c 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 +} |