djc 14/12/23 09:51:46 Modified: ChangeLog Added: rebar-2.3.1.ebuild Log: Version bump rebar to 2.3.1 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.7 dev-util/rebar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/rebar/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 28 May 2014 07:10:47 -0000 1.6 +++ ChangeLog 23 Dec 2014 09:51:46 -0000 1.7 @@ -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.6 2014/05/28 07:10:47 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rebar/ChangeLog,v 1.7 2014/12/23 09:51:46 djc Exp $ + +*rebar-2.3.1 (23 Dec 2014) + + 23 Dec 2014; Dirkjan Ochtman <[email protected]> +rebar-2.3.1.ebuild: + Version bump rebar to 2.3.1 28 May 2014; Dirkjan Ochtman <[email protected]> -rebar-2.0.0.ebuild: Remove old version 1.1 dev-util/rebar/rebar-2.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/rebar-2.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/rebar/rebar-2.3.1.ebuild?rev=1.1&content-type=text/plain Index: rebar-2.3.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/rebar/rebar-2.3.1.ebuild,v 1.1 2014/12/23 09:51:46 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} }
