commit:     df8cdd81da4d99909f8bdca0429b8b16ecd0ea0f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 17:00:21 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 17:00:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8cdd81

app-admin/lib_users: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/lib_users/Manifest                |  1 -
 app-admin/lib_users/lib_users-0.9-r1.ebuild | 32 -----------------------------
 app-admin/lib_users/lib_users-0.9.ebuild    | 32 -----------------------------
 3 files changed, 65 deletions(-)

diff --git a/app-admin/lib_users/Manifest b/app-admin/lib_users/Manifest
index bf8c33f3e97..51f0be4c9cc 100644
--- a/app-admin/lib_users/Manifest
+++ b/app-admin/lib_users/Manifest
@@ -1,2 +1 @@
 DIST lib_users-0.10.tar.gz 25636 SHA256 
2ccee6967c7da935441cb7f57112f15373ddaafe2f2915744caf271c308c9c98 SHA512 
dee8203457570f686df69dc91d71614b462845c848a3445fd9b9f94047fdba8171cc2555fa4299bc4c361905d488c1f17cee4ab0e99899f37995377d6011805a
 WHIRLPOOL 
310d5c187c7c3cd6a4be5dd4282709aeeea9941dea0f2466e80156bd8577e72a0cfe2b92df43a26d2198e7dc7d6320eb34e3e86311c9db956517dc48b856b8b4
-DIST lib_users-0.9.tar.gz 22992 SHA256 
361db39b14b9512b438cf96b2b9978c6b5c88abbc2c0b7227940e7e816fdcf1c SHA512 
d4c10398d69410fc3d48a151c446105ed232fdca9ef68c3f0f1df903739b798762d6bf958dc08472e90151560d8a625b4ab8b5f5d89521918369ceadf2b85b19
 WHIRLPOOL 
312aaa05b10681a0eff7997ea8d1e359bd757b888fe6fadb29ef3370cc482371d65d14e06dc6887cefda0aee3bd65232ffcd06477e536e4d2c82996c27f60425

diff --git a/app-admin/lib_users/lib_users-0.9-r1.ebuild 
b/app-admin/lib_users/lib_users-0.9-r1.ebuild
deleted file mode 100644
index 2114caad045..00000000000
--- a/app-admin/lib_users/lib_users-0.9-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,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
-}

diff --git a/app-admin/lib_users/lib_users-0.9.ebuild 
b/app-admin/lib_users/lib_users-0.9.ebuild
deleted file mode 100644
index cd7902db1f3..00000000000
--- a/app-admin/lib_users/lib_users-0.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-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