Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hprofile: ChangeLog hprofile-3.1.0.ebuild
Date: Tue, 02 Jun 2015 09:47:55
Message-Id: 20150602094749.42919A1C@oystercatcher.gentoo.org
1 polynomial-c 15/06/02 09:47:49
2
3 Modified: ChangeLog
4 Added: hprofile-3.1.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.7 sys-apps/hprofile/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 29 May 2015 07:59:10 -0000 1.6
24 +++ ChangeLog 2 Jun 2015 09:47:49 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/hprofile
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.6 2015/05/29 07:59:10 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/ChangeLog,v 1.7 2015/06/02 09:47:49 polynomial-c Exp $
30 +
31 +*hprofile-3.1.0 (02 Jun 2015)
32 +
33 + 02 Jun 2015; Lars Wendler <polynomial-c@g.o> +hprofile-3.1.0.ebuild:
34 + Version bump.
35
36 *hprofile-3.0.6 (29 May 2015)
37
38
39
40
41 1.1 sys-apps/hprofile/hprofile-3.1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/hprofile-3.1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hprofile/hprofile-3.1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hprofile-3.1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hprofile/hprofile-3.1.0.ebuild,v 1.1 2015/06/02 09:47:49 polynomial-c Exp $
51
52 EAPI=5
53
54 DESCRIPTION="Utility to manage hardware, network, power or other profiles (fork)"
55 HOMEPAGE="https://github.com/tokiclover/hprofile"
56 SRC_URI="https://github.com/tokiclover/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 src_prepare() {
64 sed -i '1s:.*:#!/sbin/runscript:' hprofile.initd || die
65 sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
66 }