hasufell 14/05/29 20:51:33
Modified: ChangeLog
Added: elixir-0.13.3.ebuild
Removed: elixir-0.10.3.ebuild elixir-0.9.3.ebuild
elixir-0.10.2.ebuild elixir-0.10.1.ebuild
elixir-0.10.0.ebuild
Log:
version bump, remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
BDEED020)
Revision Changes Path
1.16 dev-lang/elixir/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 10 May 2014 22:28:13 -0000 1.15
+++ ChangeLog 29 May 2014 20:51:33 -0000 1.16
@@ -1,6 +1,13 @@
# 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.15 2014/05/10
22:28:13 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.16 2014/05/29
20:51:33 hasufell Exp $
+
+*elixir-0.13.3 (29 May 2014)
+
+ 29 May 2014; Julian Ospald <[email protected]> +elixir-0.13.3.ebuild,
+ -elixir-0.10.0.ebuild, -elixir-0.10.1.ebuild, -elixir-0.10.2.ebuild,
+ -elixir-0.10.3.ebuild, -elixir-0.9.3.ebuild:
+ version bump, remove old
*elixir-0.13.1 (10 May 2014)
1.1 dev-lang/elixir/elixir-0.13.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-0.13.3.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-0.13.3.ebuild?rev=1.1&content-type=text/plain
Index: elixir-0.13.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/elixir-0.13.3.ebuild,v 1.1
2014/05/29 20:51:33 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
}