From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/
Date: Wed, 15 May 2019 14:52:58 +0000 (UTC) [thread overview]
Message-ID: <1557931970.e4ca11d0992aefb284b7859db2a813a67c6f42bc.whissi@gentoo> (raw)
commit: e4ca11d0992aefb284b7859db2a813a67c6f42bc
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 14:52:01 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed May 15 14:52:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ca11d0
Revert "dev-lang/elixir: drop old"
This reverts commit 3e905fdf4af4d31226fe7eaa87714e2b083f6cc8.
<dev-lang/elixir-1.7.0 is still required by net-misc/rabbitmq-server.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-lang/elixir/Manifest | 4 ++++
dev-lang/elixir/elixir-1.4.5.ebuild | 27 +++++++++++++++++++++++++++
dev-lang/elixir/elixir-1.6.6.ebuild | 32 ++++++++++++++++++++++++++++++++
dev-lang/elixir/elixir-1.7.4.ebuild | 28 ++++++++++++++++++++++++++++
dev-lang/elixir/elixir-1.8.0.ebuild | 28 ++++++++++++++++++++++++++++
5 files changed, 119 insertions(+)
diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index c252db93889..3c883063fb4 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -1,2 +1,6 @@
+DIST elixir-1.4.5.tar.gz 1829098 BLAKE2B bc8e2beafe53c3af507215d913558e295370ed8d3731c8b013f5d1cd2ad1d8a4fad4b3fe1a7ee3397470916f6f6687436ecbaa06c85c47f4b52aa0331b7dad23 SHA512 3fe659a739ded54bfc7d05a96acf3061c860e44cfd7700651d138c7e21997c5703cc62d2bd3b7a258b27064bb222dfdcdc01e4d017451f522f9658a039073611
+DIST elixir-1.6.6.tar.gz 2078742 BLAKE2B 4a793ac55db97c1d604d5f0012758d039f4a26eff5866a2ad2b90010f8477a8f62cc8f01a391f93133c927c5da5494b6d10b76f087a4af1206da977b0ec14a17 SHA512 62010100274b99423bb6a660e34ef53a702250a09371ef4b49ec03a3afe8761611b3734aea31763afa361560eb74c6d23e022d4d9bc4453c1bdef36bb37f9b4d
+DIST elixir-1.7.4.tar.gz 2139938 BLAKE2B 8515fbbb89db64efbda8834f2368ee4391a4e0ed042812a059f0d640b0c9028bec330ba192aaec7988d83635bbc25d2a6891236571c3817a76f6477594899b94 SHA512 594e76601e0d6f7eeddfcaa9b76a2e5c66f702a497599fffc5e9255790c18ac5e00b986fc45fd3b90335522f51272bcd4bcf2b9f8951b94eebfb1d56ac7cebc2
+DIST elixir-1.8.0.tar.gz 2179052 BLAKE2B 5bbeb9133360509974c874365ceec1f9ee225b19124817f480a4789936d310ee52624eefb58598dc63b6c30c4f8d0ff512b1472656ed8f6c3fc5c2df207b8d0d SHA512 6a917c4499f543a2e2cd33bebb3a2b5a5cbf848ece53eb5bc9625297185d058307024da305d7ae4211086ef172cd6bf1de9fe8cbc7768f34b0fcc5cbf661b433
DIST elixir-1.8.1.tar.gz 2177865 BLAKE2B 2f078849eb7ebd8a5b1ac3e894e6340146a0e72c462a251be529d404128478a4e4c913653e85797a3ced035de38ae4de93b84f65df9b6174206e41e00da9e3dd SHA512 114970707505cbf89f8fa55d5c54989dded7feb39cb3674e88f64e19f1a0680086ae49c856fb76fb7eaf0142fa0a0b81b1d5b9570825e05f083a9c580b0ca017
DIST elixir-1.8.2.tar.gz 2178731 BLAKE2B d96d86f2919556f1f60656e61b0cca121abf9a9de2b31d7d3a17d24f11211107dd9e92ac502cbc9e165aad360ad9a8a20948fa9be73f6cae7ab00eb7dd07fb83 SHA512 0b30fec1cdc85884c1076e10c6e594b1855a325ae8c070bb3bd9af11998b21b273d7185b59954183b1fd525a2852a61be9c2eec54d9adb8ec1fdeb0200714857
diff --git a/dev-lang/elixir/elixir-1.4.5.ebuild b/dev-lang/elixir/elixir-1.4.5.ebuild
new file mode 100644
index 00000000000..741573a6717
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://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 ~arm ~arm64 ~ia64 ppc ~sparc x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ emake Q=""
+}
+
+src_install() {
+ emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
+ dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}
diff --git a/dev-lang/elixir/elixir-1.6.6.ebuild b/dev-lang/elixir/elixir-1.6.6.ebuild
new file mode 100644
index 00000000000..c9b63b817a3
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.6.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://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 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+# 'mix' tool collides with sci-biology/phylip, bug #537514
+RDEPEND="${DEPEND}
+ !!sci-biology/phylip
+"
+
+RESTRICT=test # needs debug symbols
+
+src_compile() {
+ emake Q=""
+}
+
+src_install() {
+ emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install
+ dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}
diff --git a/dev-lang/elixir/elixir-1.7.4.ebuild b/dev-lang/elixir/elixir-1.7.4.ebuild
new file mode 100644
index 00000000000..e82dfcd159d
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://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 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+# 'mix' tool collides with sci-biology/phylip, bug #537514
+RDEPEND="${DEPEND}
+ !!sci-biology/phylip
+"
+
+src_compile() {
+ emake Q=""
+}
+
+src_install() {
+ emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install
+ dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}
diff --git a/dev-lang/elixir/elixir-1.8.0.ebuild b/dev-lang/elixir/elixir-1.8.0.ebuild
new file mode 100644
index 00000000000..e82dfcd159d
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://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 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+# 'mix' tool collides with sci-biology/phylip, bug #537514
+RDEPEND="${DEPEND}
+ !!sci-biology/phylip
+"
+
+src_compile() {
+ emake Q=""
+}
+
+src_install() {
+ emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install
+ dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}
next reply other threads:[~2019-05-15 14:53 UTC|newest]
Thread overview: 186+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-15 14:52 Thomas Deutschmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-21 12:36 [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/ Joonas Niilola
2024-09-20 5:15 Joonas Niilola
2024-09-19 18:34 Sam James
2024-09-19 18:34 Sam James
2024-07-27 7:06 Joonas Niilola
2024-07-03 12:53 Joonas Niilola
2024-07-03 12:53 Joonas Niilola
2024-07-03 12:53 Joonas Niilola
2024-05-31 8:32 Arthur Zamarin
2024-05-31 5:25 Joonas Niilola
2024-05-31 5:25 Joonas Niilola
2024-05-04 7:46 Matthew Smith
2024-05-04 7:46 Matthew Smith
2024-04-18 5:42 Joonas Niilola
2024-04-17 8:45 Joonas Niilola
2024-04-16 16:31 Arthur Zamarin
2024-04-14 19:14 Petr Vaněk
2024-03-29 7:51 Joonas Niilola
2024-02-28 6:55 Joonas Niilola
2024-02-24 13:30 Joonas Niilola
2024-02-24 13:30 Joonas Niilola
2024-02-24 13:30 Joonas Niilola
2023-12-11 13:30 Joonas Niilola
2023-09-09 6:54 Joonas Niilola
2023-09-09 6:54 Joonas Niilola
2023-09-09 6:54 Joonas Niilola
2023-09-09 6:54 Joonas Niilola
2023-09-09 6:54 Joonas Niilola
2023-09-09 6:54 Joonas Niilola
2023-07-16 18:34 Sam James
2023-06-03 13:07 Joonas Niilola
2023-06-03 13:07 Joonas Niilola
2023-04-15 12:23 Joonas Niilola
2023-04-15 12:23 Joonas Niilola
2023-04-04 23:17 Sam James
2023-04-04 22:52 Sam James
2023-04-04 20:13 Arthur Zamarin
2023-02-25 11:06 Jakov Smolić
2023-02-25 5:56 Joonas Niilola
2023-02-25 5:56 Joonas Niilola
2023-02-24 12:47 Viorel Munteanu
2022-11-25 6:41 Joonas Niilola
2022-11-25 6:41 Joonas Niilola
2022-09-27 12:12 Joonas Niilola
2022-09-09 9:48 Matthew Smith
2022-09-09 6:20 Joonas Niilola
2022-08-27 8:32 Agostino Sarubbo
2022-08-26 10:08 Sam James
2022-07-25 10:18 Yixun Lan
2022-05-27 6:53 Joonas Niilola
2022-05-25 9:07 Agostino Sarubbo
2022-05-25 4:45 Joonas Niilola
2022-05-25 4:45 Joonas Niilola
2022-03-12 17:25 Matthew Smith
2022-03-11 18:43 Matthew Smith
2022-03-09 9:19 Agostino Sarubbo
2022-03-09 7:06 Jakov Smolić
2022-03-09 7:06 Jakov Smolić
2022-03-08 20:20 Matthew Smith
2021-11-22 14:03 Joonas Niilola
2021-11-22 14:03 Joonas Niilola
2021-11-22 14:03 Joonas Niilola
2021-11-22 14:03 Joonas Niilola
2021-07-23 7:33 Sergei Trofimovich
2021-07-09 6:26 Agostino Sarubbo
2021-07-07 6:31 Agostino Sarubbo
2021-07-01 22:01 Sergei Trofimovich
2021-06-12 10:07 Sergei Trofimovich
2021-05-29 17:54 Sergei Trofimovich
2021-05-20 9:45 Sergei Trofimovich
2021-04-28 18:16 Sergei Trofimovich
2021-04-25 5:11 Sam James
2021-04-25 5:09 Sam James
2021-03-18 22:44 Sergei Trofimovich
2021-02-14 12:10 Sergei Trofimovich
2021-02-12 13:46 Sam James
2021-02-05 15:25 Sam James
2021-02-05 15:25 Sam James
2021-01-04 19:20 Sergei Trofimovich
2020-12-06 7:40 Joonas Niilola
2020-12-05 11:43 Sergei Trofimovich
2020-12-05 0:16 Thomas Deutschmann
2020-11-14 19:52 Sergei Trofimovich
2020-11-04 23:15 Sergei Trofimovich
2020-10-18 12:31 Sergei Trofimovich
2020-10-16 21:12 Sergei Trofimovich
2020-10-08 21:37 Sergei Trofimovich
2020-09-06 8:34 Sergei Trofimovich
2020-09-05 2:37 Sam James
2020-08-19 21:06 Sergei Trofimovich
2020-08-11 18:53 Agostino Sarubbo
2020-08-10 13:52 Agostino Sarubbo
2020-07-04 11:50 Sergei Trofimovich
2020-06-20 19:49 Sergei Trofimovich
2020-06-15 15:16 Agostino Sarubbo
2020-06-15 14:59 Agostino Sarubbo
2020-06-14 20:19 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-25 10:41 Sergei Trofimovich
2020-04-04 13:34 Agostino Sarubbo
2020-04-04 11:51 Sergei Trofimovich
2020-04-03 23:02 Sergei Trofimovich
2020-04-03 22:21 Sergei Trofimovich
2020-04-03 9:02 Agostino Sarubbo
2020-03-23 23:58 Sergei Trofimovich
2020-03-22 12:01 Agostino Sarubbo
2020-03-22 11:10 Agostino Sarubbo
2020-03-22 11:07 Agostino Sarubbo
2020-03-03 12:40 Agostino Sarubbo
2020-03-03 12:39 Agostino Sarubbo
2020-03-03 11:46 Agostino Sarubbo
2020-02-26 13:32 Sergei Trofimovich
2020-02-12 23:02 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 9:51 Agostino Sarubbo
2020-01-29 0:12 Sergei Trofimovich
2019-11-05 22:45 Sergei Trofimovich
2019-11-05 22:45 Sergei Trofimovich
2019-10-12 20:03 Sergei Trofimovich
2019-10-12 20:03 Sergei Trofimovich
2019-06-24 22:10 Sergei Trofimovich
2019-05-15 18:18 Sergei Trofimovich
2019-05-15 7:21 Sergei Trofimovich
2019-05-15 7:21 Sergei Trofimovich
2019-04-21 2:44 Anthony G. Basile
2019-04-10 6:34 Matthew Thode
2019-01-31 7:21 Sergei Trofimovich
2019-01-15 22:11 Sergei Trofimovich
2019-01-15 22:11 Sergei Trofimovich
2018-10-24 19:29 Sergei Trofimovich
2018-10-24 19:29 Sergei Trofimovich
2018-08-25 12:48 Sergei Trofimovich
2018-08-05 19:49 Sergei Trofimovich
2018-07-26 21:23 Sergei Trofimovich
2018-06-19 22:46 Sergei Trofimovich
2018-06-19 22:46 Sergei Trofimovich
2018-05-07 13:13 Sergei Trofimovich
2018-05-07 13:13 Sergei Trofimovich
2018-03-17 13:44 Sergei Trofimovich
2018-03-09 22:36 Sergei Trofimovich
2018-03-09 22:36 Sergei Trofimovich
2018-02-28 21:13 Sergei Trofimovich
2018-02-28 21:13 Sergei Trofimovich
2018-02-15 23:23 Sergei Trofimovich
2018-01-29 22:56 Sergei Trofimovich
2018-01-20 20:29 Amy Liffey
2018-01-18 21:43 Sergei Trofimovich
2018-01-18 21:43 Sergei Trofimovich
2017-12-21 9:58 Sergei Trofimovich
2017-10-11 15:00 Sergei Trofimovich
2017-08-01 22:03 Sergei Trofimovich
2017-07-29 19:23 Sergei Trofimovich
2017-07-25 20:51 Sergei Trofimovich
2017-07-19 18:06 Tobias Klausmann
2017-07-04 21:56 Sergei Trofimovich
2017-06-24 14:33 Sergei Trofimovich
2017-06-24 14:33 Sergei Trofimovich
2017-05-15 20:34 Sergei Trofimovich
2017-02-16 22:37 Sergei Trofimovich
2017-01-27 10:59 Sergei Trofimovich
2017-01-15 22:11 Sergei Trofimovich
2016-10-10 20:46 Sergei Trofimovich
2016-08-20 21:08 Anthony G. Basile
2016-08-20 2:19 Matthias Maier
2016-07-15 18:58 Sergei Trofimovich
2016-07-13 8:47 Sergei Trofimovich
2016-07-13 8:32 Sergei Trofimovich
2016-07-13 8:32 Sergei Trofimovich
2016-07-13 8:00 Sergei Trofimovich
2016-07-03 9:14 Sergei Trofimovich
2016-07-03 8:37 Sergei Trofimovich
2016-07-03 8:22 Sergei Trofimovich
2016-07-03 8:22 Sergei Trofimovich
2016-06-26 18:32 Markus Meier
2016-06-24 20:24 Sergei Trofimovich
2016-06-24 19:04 Sergei Trofimovich
2016-06-21 18:59 Patrick Lauer
2016-05-06 9:17 Patrick Lauer
2016-03-07 13:44 Patrick Lauer
2015-10-25 21:34 Julian Ospald
2015-10-25 21:34 Julian Ospald
2015-10-25 21:30 Julian Ospald
2015-08-14 23:10 Julian Ospald
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1557931970.e4ca11d0992aefb284b7859db2a813a67c6f42bc.whissi@gentoo \
--to=whissi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox