hasufell 15/02/16 17:42:20 Modified: ChangeLog Added: elixir-1.0.3.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.25 dev-lang/elixir/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 29 Oct 2014 13:35:51 -0000 1.24 +++ ChangeLog 16 Feb 2015 17:42:20 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/elixir -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.24 2014/10/29 13:35:51 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.25 2015/02/16 17:42:20 hasufell Exp $ + +*elixir-1.0.3 (16 Feb 2015) + + 16 Feb 2015; Julian Ospald <[email protected]> +elixir-1.0.3.ebuild: + version bump *elixir-1.0.2 (29 Oct 2014) 1.1 dev-lang/elixir/elixir-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: elixir-1.0.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/elixir-1.0.3.ebuild,v 1.1 2015/02/16 17:42:20 hasufell Exp $ EAPI=5 inherit multilib DESCRIPTION="Elixir programming language" HOMEPAGE="http://elixir-lang.org" SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 ErlPL-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/erlang-17" RDEPEND="${DEPEND}" src_compile() { emake Q="" } src_install() { emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install dodoc README.md CHANGELOG.md CONTRIBUTING.md }
