Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/elixir: elixir-0.15.1.ebuild ChangeLog
Date: Sun, 24 Aug 2014 18:18:04
Message-Id: 20140824181758.16D1F3D0F@oystercatcher.gentoo.org
1 hasufell 14/08/24 18:17:58
2
3 Modified: ChangeLog
4 Added: elixir-0.15.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.21 dev-lang/elixir/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 20 Jul 2014 16:19:33 -0000 1.20
24 +++ ChangeLog 24 Aug 2014 18:17:58 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/elixir
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.20 2014/07/20 16:19:33 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.21 2014/08/24 18:17:58 hasufell Exp $
30 +
31 +*elixir-0.15.1 (24 Aug 2014)
32 +
33 + 24 Aug 2014; Julian Ospald <hasufell@g.o> +elixir-0.15.1.ebuild:
34 + version bump
35
36 *elixir-0.14.3 (20 Jul 2014)
37
38
39
40
41 1.1 dev-lang/elixir/elixir-0.15.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-0.15.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-0.15.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: elixir-0.15.1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/elixir-0.15.1.ebuild,v 1.1 2014/08/24 18:17:58 hasufell Exp $
51
52 EAPI=5
53
54 inherit multilib
55
56 DESCRIPTION="Elixir programming language"
57 HOMEPAGE="http://elixir-lang.org"
58 SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59
60 LICENSE="Apache-2.0 ErlPL-1.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND=">=dev-lang/erlang-17"
66 RDEPEND="${DEPEND}"
67
68 src_compile() {
69 emake Q=""
70 }
71
72 src_install() {
73 emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
74 dodoc README.md CHANGELOG.md CONTRIBUTING.md
75 }