hasufell    15/04/18 10:59:24

  Modified:             ChangeLog
  Added:                elixir-1.0.4.ebuild
  Log:
  version bump to 1.0.4
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
BDEED020)

Revision  Changes    Path
1.26                 dev-lang/elixir/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   16 Feb 2015 17:42:20 -0000      1.25
+++ ChangeLog   18 Apr 2015 10:59:24 -0000      1.26
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/elixir
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/elixir/ChangeLog,v 1.26 2015/04/18 
10:59:24 hasufell Exp $
+
+*elixir-1.0.4 (18 Apr 2015)
+
+  18 Apr 2015; Julian Ospald <hasuf...@gentoo.org> +elixir-1.0.4.ebuild:
+  version bump to 1.0.4
 
 *elixir-1.0.3 (16 Feb 2015)
 



1.1                  dev-lang/elixir/elixir-1.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-1.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/elixir/elixir-1.0.4.ebuild?rev=1.1&content-type=text/plain

Index: elixir-1.0.4.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.4.ebuild,v 1.1 
2015/04/18 10:59:24 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
}




Reply via email to