Skip to content

Commit

Permalink
dev-erlang/epam: migrate to GLEP 81: depend on acct-group/epam
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/755185
Signed-off-by: Florian Schmaus <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Flowdalic authored and thesamesam committed Jun 1, 2021
1 parent c49d8ca commit c333e4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit rebar user
inherit rebar

DESCRIPTION="epam for ejabberd to help with PAM authentication support"
HOMEPAGE="https://github.com/processone/epam"
Expand All @@ -14,16 +14,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"

DEPEND=">=dev-lang/erlang-17.1
sys-libs/pam"
DEPEND="
acct-group/epam
>=dev-lang/erlang-17.1
sys-libs/pam
"
RDEPEND="${DEPEND}"

DOCS=( CHANGELOG.md README.md )

pkg_setup() {
enewgroup "${PN}"
}

src_install() {
rebar_src_install

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit rebar user
inherit rebar

DESCRIPTION="epam for ejabberd to help with PAM authentication support"
HOMEPAGE="https://github.com/processone/epam"
Expand All @@ -14,16 +14,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"

DEPEND=">=dev-lang/erlang-17.1
sys-libs/pam"
DEPEND="
acct-group/epam
>=dev-lang/erlang-17.1
sys-libs/pam
"
RDEPEND="${DEPEND}"

DOCS=( CHANGELOG.md README.md )

pkg_setup() {
enewgroup "${PN}"
}

src_install() {
rebar_src_install

Expand Down

0 comments on commit c333e4e

Please sign in to comment.