Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/verynice: verynice-1.1-r2.ebuild ChangeLog
Date: Fri, 03 Jan 2014 21:55:24
Message-Id: 20140103215519.06D422004E@flycatcher.gentoo.org
1 pacho 14/01/03 21:55:18
2
3 Modified: ChangeLog
4 Added: verynice-1.1-r2.ebuild
5 Log:
6 Add unit file
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.23 app-admin/verynice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/verynice/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/verynice/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/verynice/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/verynice/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 14 Feb 2013 22:02:14 -0000 1.22
24 +++ ChangeLog 3 Jan 2014 21:55:18 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-admin/verynice
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/verynice/ChangeLog,v 1.22 2013/02/14 22:02:14 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/verynice/ChangeLog,v 1.23 2014/01/03 21:55:18 pacho Exp $
31 +
32 +*verynice-1.1-r2 (03 Jan 2014)
33 +
34 + 03 Jan 2014; Pacho Ramos <pacho@g.o> +files/verynice.service,
35 + +verynice-1.1-r2.ebuild:
36 + Add unit file
37
38 14 Feb 2013; Agostino Sarubbo <ago@g.o> verynice-1.1-r1.ebuild:
39 Stable for ppc, wrt bug #457216
40
41
42
43 1.1 app-admin/verynice/verynice-1.1-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/verynice/verynice-1.1-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/verynice/verynice-1.1-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: verynice-1.1-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-admin/verynice/verynice-1.1-r2.ebuild,v 1.1 2014/01/03 21:55:18 pacho Exp $
53
54 EAPI=5
55
56 inherit eutils systemd toolchain-funcs
57
58 DESCRIPTION="A tool for dynamically adjusting the nice-level of processes"
59 HOMEPAGE="http://thermal.cnde.iastate.edu/~sdh4/verynice/"
60 SRC_URI="http://thermal.cnde.iastate.edu/~sdh4/verynice/down/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65 IUSE=""
66
67 S=${WORKDIR}/${PN}
68
69 src_prepare() {
70 epatch "${FILESDIR}"/${P}-build.patch
71 }
72
73 src_compile() {
74 tc-export CC
75 emake RPM_BUILD_ROOT="${D}" PREFIX=/usr
76 }
77
78 src_install(){
79 emake RPM_BUILD_ROOT="${D}" PREFIX=/usr VERSION=${PVR} install
80 doinitd "${FILESDIR}"/verynice
81 systemd_dounit "${FILESDIR}"/verynice.service
82 }