public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "git@oystercatcher mirror+tproxy" <git@oystercatcher.gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/simplepam/
Date: Tue,  3 Mar 2015 12:26:53 +0000 (UTC)	[thread overview]
Message-ID: <1425381877.4458e8afc5836bffc037757fca45c9b8453bea04.git@gentoo> (raw)

commit:     4458e8afc5836bffc037757fca45c9b8453bea04
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Mar  3 10:57:16 2015 +0000
Commit:     git@oystercatcher mirror+tproxy <git <AT> oystercatcher <DOT> gentoo <DOT> org>
CommitDate: Tue Mar  3 11:24:37 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4458e8af

dev-python/simplepam: Initial ebuild

Package-Manager: portage-2.2.14

 dev-python/simplepam/ChangeLog              | 10 ++++++++++
 dev-python/simplepam/metadata.xml           | 11 +++++++++++
 dev-python/simplepam/simplepam-0.1.5.ebuild |  1 +
 dev-python/simplepam/simplepam-9999.ebuild  | 22 ++++++++++++++++++++++
 4 files changed, 44 insertions(+)

diff --git a/dev-python/simplepam/ChangeLog b/dev-python/simplepam/ChangeLog
new file mode 100644
index 0000000..1f3e6b2
--- /dev/null
+++ b/dev-python/simplepam/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/simplepam
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*simplepam-0.1.5 (03 Mar 2015)
+*simplepam-9999 (03 Mar 2015)
+
+  03 Mar 2015; Marius Brehler <marbre@linux.sungazer.de> +metadata.xml,
+  +simplepam-0.1.5.ebuild, +simplepam-9999.ebuild:
+  Initial ebuild

diff --git a/dev-python/simplepam/metadata.xml b/dev-python/simplepam/metadata.xml
new file mode 100644
index 0000000..48fcc93
--- /dev/null
+++ b/dev-python/simplepam/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci</herd>
+  <longdescription>
+    An interface to the Pluggable Authentication Modules (PAM) library,
+    written in pure python (using ctypes). This module provides an
+    authenticate function that allows the caller to authenticate a
+    given username / password against the PAM system.
+  </longdescription>
+</pkgmetadata>

diff --git a/dev-python/simplepam/simplepam-0.1.5.ebuild b/dev-python/simplepam/simplepam-0.1.5.ebuild
new file mode 120000
index 0000000..5878361
--- /dev/null
+++ b/dev-python/simplepam/simplepam-0.1.5.ebuild
@@ -0,0 +1 @@
+simplepam-9999.ebuild
\ No newline at end of file

diff --git a/dev-python/simplepam/simplepam-9999.ebuild b/dev-python/simplepam/simplepam-9999.ebuild
new file mode 100644
index 0000000..3694e0d
--- /dev/null
+++ b/dev-python/simplepam/simplepam-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure python interface to the PAM library"
+HOMEPAGE="https://github.com/leonnnn/python3-simplepam"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/leonnnn/python3-${PN}.git git://github.com/leonnnn/python3-${PN}.git"
+else
+	SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"


             reply	other threads:[~2015-03-03 13:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-03 12:26 git@oystercatcher mirror+tproxy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-06 10:19 [gentoo-commits] proj/sci:master commit in: dev-python/simplepam/ Marius Brehler
2015-03-03 12:26 Nicolas Bock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425381877.4458e8afc5836bffc037757fca45c9b8453bea04.git@gentoo \
    --to=git@oystercatcher.gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox