public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pam/
@ 2016-06-07 22:24 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 4+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-06-07 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     863e8153db2393b18b70e48a1ebaf6abc5523b6e
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 22:17:26 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:20:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863e8153

dev-erlang/p1_pam: Add new package

It is debundled from net-im/ejabberd-16.04 and therefore inherits
keywords from ejabberd: ~amd64, ~arm, ~ppc and ~x86. ~ia64 and ~sparc
are not inherited because other dependency is missing these keywords and
there's no chance it can get them any time soon.

Package-Manager: portage-2.3.0_rc1

 dev-erlang/p1_pam/Manifest            |  1 +
 dev-erlang/p1_pam/metadata.xml        |  8 ++++++++
 dev-erlang/p1_pam/p1_pam-1.0.0.ebuild | 26 ++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-erlang/p1_pam/Manifest b/dev-erlang/p1_pam/Manifest
new file mode 100644
index 0000000..882d529
--- /dev/null
+++ b/dev-erlang/p1_pam/Manifest
@@ -0,0 +1 @@
+DIST p1_pam-1.0.0.tar.gz 44008 SHA256 0febab627700f9570bfafd1a93499a5f43de74d85c7a5bdfda8067c6b75f8f4f SHA512 c0b1fbdc1e910f24b2f39ea34cf6fd5859f3ab0cf762a16cf9ef71b1e49129c8238001151dd9031046049967f31fd2cb3d0c06a7d8bdd46e49f19862c143f374 WHIRLPOOL 9037a749657ea55024a355f2f6f96b906118175be6a68ef8cc0d78a379da1181b01114d739c2d5fc8cee61775d710ac84903a8f5e59ce82bdd9b7bbb5fd405c0

diff --git a/dev-erlang/p1_pam/metadata.xml b/dev-erlang/p1_pam/metadata.xml
new file mode 100644
index 0000000..674f5ad
--- /dev/null
+++ b/dev-erlang/p1_pam/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>aidecoe@gentoo.org</email>
+		<name>Amadeusz Żołnowski</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
new file mode 100644
index 0000000..4adf0a2
--- /dev/null
+++ b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit rebar
+
+MY_PN="epam"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="epam for ejabberd to help with PAM authentication support"
+HOMEPAGE="https://github.com/processone/epam"
+SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+S="${WORKDIR}/${MY_P}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pam/
@ 2016-08-03 21:06 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 4+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2016-08-03 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     37b10bf43baeee499723804c185af4d4c1f4728b
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  3 21:06:00 2016 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 21:06:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b10bf4

dev-erlang/p1_pam: Add missing dependency

Gentoo-Bug: 590392

Package-Manager: portage-2.3.0

 dev-erlang/p1_pam/p1_pam-1.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
index 29a4260..da906fd 100644
--- a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
+++ b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
@@ -18,7 +18,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
 
-DEPEND=">=dev-lang/erlang-17.1"
+DEPEND=">=dev-lang/erlang-17.1
+	sys-libs/pam"
 RDEPEND="${DEPEND}"
 
 DOCS=( README.md )


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pam/
@ 2016-08-20  3:11 Matthias Maier
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2016-08-20  3:11 UTC (permalink / raw
  To: gentoo-commits

commit:     48a0e66a56ea4976a547c89d41885d344a24c25c
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 02:53:10 2016 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 03:10:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a0e66a

dev-erlang/p1_pam: stabilize 1.0.0 on amd64/x86, bug #587908

Package-Manager: portage-2.2.28

 dev-erlang/p1_pam/p1_pam-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
index da906fd..6b40588 100644
--- a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
+++ b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	sys-libs/pam"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pam/
@ 2016-08-20 20:18 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2016-08-20 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0833e9e75576975f2ab55573dc164dfc62e52733
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 20:16:39 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 20:16:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0833e9e7

dev-erlang/p1_pam: stabilize 1.0.0 on ppc, bug #587908

Package-Manager: portage-2.2.28

 dev-erlang/p1_pam/p1_pam-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
index 6b40588..098d6f9 100644
--- a/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
+++ b/dev-erlang/p1_pam/p1_pam-1.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 
 DEPEND=">=dev-lang/erlang-17.1
 	sys-libs/pam"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-20 20:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-20  3:11 [gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_pam/ Matthias Maier
  -- strict thread matches above, loose matches on Subject: below --
2016-08-20 20:18 Anthony G. Basile
2016-08-03 21:06 Amadeusz Piotr Żołnowski
2016-06-07 22:24 Amadeusz Piotr Żołnowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox