commit:     3301cfbe78d36c1a28f587c2eda7203cf2402fd6
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Oct  7 01:17:31 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Oct  7 01:17:31 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3301cfbe

dev-python/pamela: drop dead package

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/pamela/metadata.xml        | 16 ----------------
 dev-python/pamela/pamela-0.2.1.ebuild | 15 ---------------
 dev-python/pamela/pamela-9999.ebuild  | 22 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/pamela/metadata.xml b/dev-python/pamela/metadata.xml
deleted file mode 100644
index e458bccf6..000000000
--- a/dev-python/pamela/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Science Project</name>
-       </maintainer>
-       <longdescription>
-An interface to the Pluggable Authentication Modules (PAM) library,
-written in pure Python (using ctypes).
-</longdescription>
-       <upstream>
-               <remote-id type="github">minrk/pamela</remote-id>
-               <remote-id type="pypi">pamela</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-python/pamela/pamela-0.2.1.ebuild 
b/dev-python/pamela/pamela-0.2.1.ebuild
deleted file mode 100644
index 307894d13..000000000
--- a/dev-python/pamela/pamela-0.2.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="PAM interface using ctypes"
-HOMEPAGE="https://github.com/minrk/pamela";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="MIT"
-SLOT="0"

diff --git a/dev-python/pamela/pamela-9999.ebuild 
b/dev-python/pamela/pamela-9999.ebuild
deleted file mode 100644
index 6450b7e24..000000000
--- a/dev-python/pamela/pamela-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1 git-r3
-
-DESCRIPTION="PAM interface using ctypes"
-HOMEPAGE="https://github.com/minrk/pamela";
-EGIT_REPO_URI="https://github.com/minrk/${PN}.git 
git://github.com/minrk/${PN}.git"
-KEYWORDS=""
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-       py.test --assert=plain test_pamela.py
-}

Reply via email to