[arch-commits] Commit in elixir/repos (3 files)

Johannes Löthberg demize at archlinux.org
Tue May 19 18:02:01 UTC 2020


    Date: Tuesday, May 19, 2020 @ 18:02:01
  Author: demize
Revision: 629989

db-move: moved elixir from [community-testing] to [community] (any)

Added:
  elixir/repos/community-any/PKGBUILD
    (from rev 629988, elixir/repos/community-testing-any/PKGBUILD)
Deleted:
  elixir/repos/community-any/PKGBUILD
  elixir/repos/community-testing-any/

------------------------+
 /PKGBUILD              |   35 +++++++++++++++++++++++++++++++++++
 community-any/PKGBUILD |   35 -----------------------------------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2020-05-19 18:01:59 UTC (rev 629988)
+++ community-any/PKGBUILD	2020-05-19 18:02:01 UTC (rev 629989)
@@ -1,35 +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.10.1
-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=('bf10dc5cb084382384d69cc26b4f670a3eb0a97a6491182f4dcf540457f06c07')
-
-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
-}

Copied: elixir/repos/community-any/PKGBUILD (from rev 629988, elixir/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-05-19 18:02:01 UTC (rev 629989)
@@ -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.3
+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=('f3035fc5fdade35c3592a5fa7c8ee1aadb736f565c46b74b68ed7828b3ee1897')
+
+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