Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/nut: nut-18.5.ebuild ChangeLog
Date: Wed, 30 Jan 2013 06:59:59
Message-Id: 20130130065955.AEFE52171C@flycatcher.gentoo.org
1 patrick 13/01/30 06:59:55
2
3 Modified: ChangeLog
4 Added: nut-18.5.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.53 app-misc/nut/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.53&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.53&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?r1=1.52&r2=1.53
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v
20 retrieving revision 1.52
21 retrieving revision 1.53
22 diff -u -r1.52 -r1.53
23 --- ChangeLog 21 Nov 2012 13:23:06 -0000 1.52
24 +++ ChangeLog 30 Jan 2013 06:59:55 -0000 1.53
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-misc/nut
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.52 2012/11/21 13:23:06 kensington Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.53 2013/01/30 06:59:55 patrick Exp $
31 +
32 +*nut-18.5 (30 Jan 2013)
33 +
34 + 30 Jan 2013; Patrick Lauer <patrick@g.o> +nut-18.5.ebuild:
35 + Bump
36
37 21 Nov 2012; Michael Palimaka <kensington@g.o>
38 -files/nut-17.7-makefile.patch, -nut-17.12.ebuild, -nut-17.7.ebuild:
39
40
41
42 1.1 app-misc/nut/nut-18.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-18.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-18.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nut-18.5.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-18.5.ebuild,v 1.1 2013/01/30 06:59:55 patrick Exp $
52
53 EAPI=4
54 inherit eutils 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 IUSE=""
64
65 src_prepare() {
66 epatch "${FILESDIR}"/${PN}-17.12-makefile.patch
67 }
68
69 src_compile() {
70 emake CC="$(tc-getCC)" OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\"
71 }
72
73 src_install() {
74 insinto /usr/share/nut
75 doins raw.data/*
76 dobin nut
77 doman nut.1
78 }