radhermit    14/06/16 05:24:37

  Modified:             ChangeLog
  Added:                nut-19.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.75                 app-misc/nut/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.75&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.75&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   7 Jun 2014 19:52:33 -0000       1.74
+++ ChangeLog   16 Jun 2014 05:24:37 -0000      1.75
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/nut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.74 2014/06/07 
19:52:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.75 2014/06/16 
05:24:37 radhermit Exp $
+
+*nut-19.2 (16 Jun 2014)
+
+  16 Jun 2014; Tim Harder <[email protected]> +nut-19.2.ebuild:
+  Version bump.
 
   07 Jun 2014; Jeroen Roovers <[email protected]> -nut-18.10.ebuild,
   -nut-18.8.ebuild, -nut-18.9.ebuild, -nut-19.0.ebuild:



1.1                  app-misc/nut/nut-19.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-19.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-19.2.ebuild?rev=1.1&content-type=text/plain

Index: nut-19.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-19.2.ebuild,v 1.1 
2014/06/16 05:24:37 radhermit Exp $

EAPI=5
inherit toolchain-funcs

DESCRIPTION="Record what you eat and analyze your nutrient levels"
HOMEPAGE="http://nut.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"

src_compile() {
        emake \
                CC="$(tc-getCC)" \
                OPT="${CFLAGS}" FOODDIR=\\\"/usr/share/nut\\\" \
                nut
}

src_install() {
        insinto /usr/share/nut
        doins raw.data/*

        dobin nut
        doman nut.1
}




Reply via email to