diff options
author | 2017-05-27 13:06:41 +0100 | |
---|---|---|
committer | 2017-05-27 14:03:14 +0100 | |
commit | 9571494a273d4a9f6947a9530d7963077a673e7a (patch) | |
tree | d11c96675593097cb41e026565132626ab740ddd /dev-erlang/epam/epam-1.0.0.ebuild | |
parent | dev-libs/libtasn1: subslot bump (diff) | |
download | gentoo-9571494a273d4a9f6947a9530d7963077a673e7a.tar.gz gentoo-9571494a273d4a9f6947a9530d7963077a673e7a.tar.bz2 gentoo-9571494a273d4a9f6947a9530d7963077a673e7a.zip |
dev-erlang/p1_pam: Move to dev-erlang/epam
Upstream has eventually decided on the name and it's "epam" rather than
"p1_pam".
Diffstat (limited to 'dev-erlang/epam/epam-1.0.0.ebuild')
-rw-r--r-- | dev-erlang/epam/epam-1.0.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-erlang/epam/epam-1.0.0.ebuild b/dev-erlang/epam/epam-1.0.0.ebuild new file mode 100644 index 000000000000..eacf6aecb144 --- /dev/null +++ b/dev-erlang/epam/epam-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +REBAR_APP_SRC=src/p1_pam.app.src + +inherit rebar + +DESCRIPTION="epam for ejabberd to help with PAM authentication support" +HOMEPAGE="https://github.com/processone/epam" +SRC_URI="https://github.com/processone/epam/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" + +DEPEND=">=dev-lang/erlang-17.1 + sys-libs/pam" +RDEPEND="${DEPEND}" + +DOCS=( README.md ) |