commit:     5de57f5f68793dbdd3d87ede175e148fa3f4902a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 05:57:46 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 06:02:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de57f5f

app-admin/lib_users: Add dev-lang/python:3.5 support.

Package-Manager: portage-2.3.0

 app-admin/lib_users/lib_users-0.9-r1.ebuild | 33 +++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-admin/lib_users/lib_users-0.9-r1.ebuild 
b/app-admin/lib_users/lib_users-0.9-r1.ebuild
new file mode 100644
index 00000000..c38e984
--- /dev/null
+++ b/app-admin/lib_users/lib_users-0.9-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 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,3_5} )
+
+inherit python-r1
+
+DESCRIPTION="Checks /proc for libraries being mapped but marked as deleted"
+HOMEPAGE="http://schwarzvogel.de/software-misc.shtml";
+SRC_URI="http://schwarzvogel.de/pkgs/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND="${PYTHON_DEPS}"
+
+src_test() {
+       python_foreach_impl nosetests --verbosity=2
+}
+
+src_install() {
+       python_foreach_impl python_newscript lib_users.py lib_users
+       dodoc README TODO
+}

Reply via email to