Date: Tuesday, February 18, 2020 @ 01:44:16 Author: demize Revision: 575654
db-move: moved elixir from [community-testing] to [community] (any) Added: elixir/repos/community-any/PKGBUILD (from rev 575653, 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-02-18 01:31:41 UTC (rev 575653) +++ community-any/PKGBUILD 2020-02-18 01:44:16 UTC (rev 575654) @@ -1,35 +0,0 @@ -# Maintainer: Johannes Löthberg <johan...@kyriasis.com> -# Contributor: Sergej Pupykin <arch+...@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 -} Copied: elixir/repos/community-any/PKGBUILD (from rev 575653, elixir/repos/community-testing-any/PKGBUILD) =================================================================== --- community-any/PKGBUILD (rev 0) +++ community-any/PKGBUILD 2020-02-18 01:44:16 UTC (rev 575654) @@ -0,0 +1,35 @@ +# Maintainer: Johannes Löthberg <johan...@kyriasis.com> +# Contributor: Sergej Pupykin <arch+...@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 +}