jer 14/09/04 23:09:52 Modified: ChangeLog Added: nut-20.0.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.76 app-misc/nut/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 16 Jun 2014 05:24:37 -0000 1.75 +++ ChangeLog 4 Sep 2014 23:09:51 -0000 1.76 @@ -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.75 2014/06/16 05:24:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/ChangeLog,v 1.76 2014/09/04 23:09:51 jer Exp $ + +*nut-20.0 (04 Sep 2014) + + 04 Sep 2014; Jeroen Roovers <[email protected]> +nut-20.0.ebuild: + Version bump. *nut-19.2 (16 Jun 2014) 1.1 app-misc/nut/nut-20.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-20.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/nut/nut-20.0.ebuild?rev=1.1&content-type=text/plain Index: nut-20.0.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-20.0.ebuild,v 1.1 2014/09/04 23:09:51 jer 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 }
