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

Johannes Löthberg demize at archlinux.org
Thu Jan 17 22:43:49 UTC 2019


    Date: Thursday, January 17, 2019 @ 22:43:48
  Author: demize
Revision: 423961

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

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

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

Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2019-01-17 22:35:37 UTC (rev 423960)
+++ community-any/PKGBUILD	2019-01-17 22:43:48 UTC (rev 423961)
@@ -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.7.4
-pkgrel=1
-pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
-url="http://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=('c7c87983e03a1dcf20078141a22355e88dadb26b53d3f3f98b9a9268687f9e20')
-
-build() {
-  cd elixir-"$pkgver"
-  make
-}
-
-check() {
-  cd elixir-"$pkgver"
-  make test_erlang
-}
-
-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 423960, elixir/repos/community-testing-any/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-01-17 22:43:48 UTC (rev 423961)
@@ -0,0 +1,32 @@
+# 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.8.0
+pkgrel=1
+pkgdesc="a functional meta-programming aware language built on top of the Erlang VM"
+url="http://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=('fe896d8b2914f982d2e6fceeb585f59a8f92ad872653fc46c13df9ff86d69234')
+
+build() {
+  cd elixir-"$pkgver"
+  make
+}
+
+check() {
+  cd elixir-"$pkgver"
+  make test_erlang
+}
+
+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