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