logo

overlay

My (experimental) gentoo overlay
commit: 44a6bd7f9f43b46fa7a1fdd514df43571cbfd38f
parent: 2dbffa3f98f2ff9ec5bc2584e6bdbf06865838a0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 25 Jul 2019 16:54:56 +0200

dev-elixir/*: SLOT="$(ver_cut 1-2)"

Diffstat:

Mdev-elixir/hex/hex-0.20.1.ebuild2+-
Mdev-elixir/jose/jose-1.8.4.ebuild2+-
Mdev-elixir/mime/mime-1.0.1.ebuild2+-
Mdev-elixir/phoenix_pubsub/phoenix_pubsub-1.1.2.ebuild2+-
Mdev-elixir/plug/plug-1.6.1.ebuild2+-
Mdev-elixir/plug_crypto/plug_crypto-1.0.0.ebuild2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-elixir/hex/hex-0.20.1.ebuild b/dev-elixir/hex/hex-0.20.1.ebuild @@ -8,7 +8,7 @@ inherit mix DESCRIPTION="" HOMEPAGE="https://github.com/hexpm/hex" LICENSE="Apache-2.0" -SLOT="0" +SLOT="$(ver_cut 1-2)" SRC_URI="https://github.com/hexpm/hex/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" IUSE="test" diff --git a/dev-elixir/jose/jose-1.8.4.ebuild b/dev-elixir/jose/jose-1.8.4.ebuild @@ -8,7 +8,7 @@ inherit mix DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir" HOMEPAGE="https://github.com/potatosalad/erlang-jose" LICENSE="MIT" -SLOT="0" +SLOT="$(ver_cut 1-2)" SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test doc" diff --git a/dev-elixir/mime/mime-1.0.1.ebuild b/dev-elixir/mime/mime-1.0.1.ebuild @@ -10,7 +10,7 @@ MIX_REWRITE=true DESCRIPTION="MIME type module for Elixir" HOMEPAGE="https://github.com/elixir-lang/mime" LICENSE="Apache-2.0" -SLOT="0" +SLOT="$(ver_cut 1-2)" SRC_URI="https://github.com/elixir-plug/mime/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc" diff --git a/dev-elixir/phoenix_pubsub/phoenix_pubsub-1.1.2.ebuild b/dev-elixir/phoenix_pubsub/phoenix_pubsub-1.1.2.ebuild @@ -10,7 +10,7 @@ MIX_REWRITE="true" DESCRIPTION="Distributed PubSub and Presence platform for the Phoenix Framework" HOMEPAGE="https://github.com/phoenixframework/phoenix_pubsub" LICENSE="MIT" -SLOT="0" +SLOT="$(ver_cut 1-2)" SRC_URI="https://github.com/phoenixframework/phoenix_pubsub/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" IUSE="doc" diff --git a/dev-elixir/plug/plug-1.6.1.ebuild b/dev-elixir/plug/plug-1.6.1.ebuild @@ -10,7 +10,7 @@ MIX_REWRITE=true DESCRIPTION="specification and conveniences for composable modules between web applications" HOMEPAGE="https://github.com/elixir-plug/plug" LICENSE="Apache-2.0" -SLOT="0" +SLOT="$(ver_cut 1-2)" SRC_URI="https://github.com/elixir-plug/plug/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="telemetry doc" diff --git a/dev-elixir/plug_crypto/plug_crypto-1.0.0.ebuild b/dev-elixir/plug_crypto/plug_crypto-1.0.0.ebuild @@ -10,7 +10,7 @@ MIX_REWRITE="true" DESCRIPTION="Crypto-related functionality for the web" HOMEPAGE="https://github.com/elixir-plug/plug_crypto" LICENSE="Apache-2.0" -SLOT="0" +SLOT="$(ver_cut 1-2)" SRC_URI="https://github.com/elixir-plug/plug_crypto/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc"