djc 15/01/17 14:19:34 Modified: ChangeLog Added: rebar-2.4.0.ebuild Log: Version bump rebar to 2.4.0 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.8 dev-util/rebar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/rebar/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 23 Dec 2014 09:51:46 -0000 1.7 +++ ChangeLog 17 Jan 2015 14:19:34 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/rebar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rebar/ChangeLog,v 1.7 2014/12/23 09:51:46 djc Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rebar/ChangeLog,v 1.8 2015/01/17 14:19:34 djc Exp $ + +*rebar-2.4.0 (17 Jan 2015) + + 17 Jan 2015; Dirkjan Ochtman <d...@gentoo.org> +rebar-2.4.0.ebuild: + Version bump rebar to 2.4.0 *rebar-2.3.1 (23 Dec 2014) 1.1 dev-util/rebar/rebar-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/rebar-2.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/rebar-2.4.0.ebuild?rev=1.1&content-type=text/plain Index: rebar-2.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/rebar/rebar-2.4.0.ebuild,v 1.1 2015/01/17 14:19:34 djc Exp $ EAPI=4 inherit bash-completion-r1 DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles" HOMEPAGE="http://github.com/rebar/rebar" SRC_URI="http://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="dev-lang/erlang" DEPEND="${RDEPEND}" src_test() { emake xref } src_install() { dobin rebar dodoc rebar.config.sample THANKS dobashcomp priv/shell-completion/bash/${PN} }