Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/nut: ChangeLog nut-19.1.ebuild
Date: Wed, 01 Jan 2014 18:56:22
Message-Id: 20140101185618.A27062004C@flycatcher.gentoo.org
1 radhermit 14/01/01 18:56:18
2
3 Modified: ChangeLog
4 Added: nut-19.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.70 app-misc/nut/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.70&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.70&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?r1=1.69&r2=1.70
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v
20 retrieving revision 1.69
21 retrieving revision 1.70
22 diff -u -r1.69 -r1.70
23 --- ChangeLog 2 Sep 2013 03:53:41 -0000 1.69
24 +++ ChangeLog 1 Jan 2014 18:56:18 -0000 1.70
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/nut
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.69 2013/09/02 03:53:41 radhermit Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.70 2014/01/01 18:56:18 radhermit Exp $
31 +
32 +*nut-19.1 (01 Jan 2014)
33 +
34 + 01 Jan 2014; Tim Harder <radhermit@g.o> +nut-19.1.ebuild:
35 + Version bump.
36
37 02 Sep 2013; Tim Harder <radhermit@g.o> metadata.xml:
38 Add myself as maintainer.
39
40
41
42 1.1 app-misc/nut/nut-19.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-19.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-19.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nut-19.1.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-19.1.ebuild,v 1.1 2014/01/01 18:56:18 radhermit Exp $
52
53 EAPI=5
54 inherit toolchain-funcs
55
56 DESCRIPTION="Record what you eat and analyze your nutrient levels"
57 HOMEPAGE="http://nut.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
63
64 src_compile() {
65 emake \
66 CC="$(tc-getCC)" \
67 OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" \
68 nut
69 }
70
71 src_install() {
72 insinto /usr/share/nut
73 doins raw.data/*
74
75 dobin nut
76 doman nut.1
77 }