[arch-commits] Commit in elixir/repos (3 files)
Johannes Löthberg
demize at archlinux.org
Wed Feb 12 18:58:10 UTC 2020
Date: Wednesday, February 12, 2020 @ 18:58:09
Author: demize
Revision: 569630
db-move: moved elixir from [community-testing] to [community] (any)
Added:
elixir/repos/community-any/PKGBUILD
(from rev 569629, elixir/repos/community-testing-any/PKGBUILD)
Deleted:
elixir/repos/community-any/PKGBUILD
elixir/repos/community-testing-any/
------------------------+
/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-any/PKGBUILD | 32 --------------------------------
2 files changed, 35 insertions(+), 32 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2020-02-12 18:58:08 UTC (rev 569629)
+++ community-any/PKGBUILD 2020-02-12 18:58:09 UTC (rev 569630)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Contributor: Gilbert Kennen <gilbert firewatcher org>
-
-pkgname=elixir
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
-url="https://elixir-lang.org"
-arch=('any')
-license=('Apache' 'custom:EPL')
-depends=('erlang-nox')
-checkdepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
-sha256sums=('f3465d8a8e386f3e74831bf9594ee39e6dfde6aa430fe9260844cfe46aa10139')
-
-build() {
- cd elixir-"$pkgver"
- make
-}
-
-check() {
- cd elixir-"$pkgver"
- make test
-}
-
-package() {
- cd elixir-"$pkgver"
- mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
Copied: elixir/repos/community-any/PKGBUILD (from rev 569629, elixir/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2020-02-12 18:58:09 UTC (rev 569630)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: Gilbert Kennen <gilbert firewatcher org>
+
+pkgname=elixir
+pkgver=1.10.0
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
+url="https://elixir-lang.org"
+arch=('any')
+license=('Apache' 'custom:EPL')
+depends=('erlang-nox')
+checkdepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/elixir-lang/elixir/archive/v$pkgver.tar.gz")
+sha256sums=('6f0d35acfcbede5ef7dced3e37f016fd122c2779000ca9dcaf92975b220737b7')
+
+build() {
+ cd elixir-"$pkgver"
+ make
+}
+
+check() {
+ cd elixir-"$pkgver"
+ ERL_EPMD_PORT=5369 make test
+
+ # The elixir test suite starts up epmd and then doesn't kill it again afterwards.
+ epmd -port 5369 -kill
+}
+
+package() {
+ cd elixir-"$pkgver"
+ mkdir -p "$pkgdir"/usr/share/licenses/"$pkgname"
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+}
More information about the arch-commits
mailing list