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