commit:     239f4400038990ef0d3a743356541b944c1d295c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Nov  6 10:18:57 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Nov  6 10:18:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=239f4400

dev-python/simplepam: Remove from overlay; replaced by pamela

 dev-python/simplepam/ChangeLog              | 13 -------------
 dev-python/simplepam/metadata.xml           | 15 ---------------
 dev-python/simplepam/simplepam-0.1.5.ebuild | 22 ----------------------
 dev-python/simplepam/simplepam-9999.ebuild  | 22 ----------------------
 4 files changed, 72 deletions(-)

diff --git a/dev-python/simplepam/ChangeLog b/dev-python/simplepam/ChangeLog
deleted file mode 100644
index 3b3e493..0000000
--- a/dev-python/simplepam/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for dev-python/simplepam
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Id$
-
-  05 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
-  dev-python/simplepam: Add github to remote-id in metadata.xml
-
-*simplepam-0.1.5 (03 Mar 2015)
-*simplepam-9999 (03 Mar 2015)
-
-  03 Mar 2015; Marius Brehler <[email protected]> +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
deleted file mode 100644
index 0461390..0000000
--- a/dev-python/simplepam/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>
-  <upstream>
-    <remote-id type="pypi">simplepam</remote-id>
-    <remote-id type="github">leonnnn/python3-simplepam</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/simplepam/simplepam-0.1.5.ebuild 
b/dev-python/simplepam/simplepam-0.1.5.ebuild
deleted file mode 100644
index 155232e..0000000
--- a/dev-python/simplepam/simplepam-0.1.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"

diff --git a/dev-python/simplepam/simplepam-9999.ebuild 
b/dev-python/simplepam/simplepam-9999.ebuild
deleted file mode 100644
index 155232e..0000000
--- a/dev-python/simplepam/simplepam-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 via email to