Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lib_users/
Date: Fri, 07 Apr 2017 17:00:42
Message-Id: 1491584421.df8cdd81da4d99909f8bdca0429b8b16ecd0ea0f.jer@gentoo
1 commit: df8cdd81da4d99909f8bdca0429b8b16ecd0ea0f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 7 17:00:21 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 7 17:00:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8cdd81
7
8 app-admin/lib_users: Old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-admin/lib_users/Manifest | 1 -
13 app-admin/lib_users/lib_users-0.9-r1.ebuild | 32 -----------------------------
14 app-admin/lib_users/lib_users-0.9.ebuild | 32 -----------------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/app-admin/lib_users/Manifest b/app-admin/lib_users/Manifest
18 index bf8c33f3e97..51f0be4c9cc 100644
19 --- a/app-admin/lib_users/Manifest
20 +++ b/app-admin/lib_users/Manifest
21 @@ -1,2 +1 @@
22 DIST lib_users-0.10.tar.gz 25636 SHA256 2ccee6967c7da935441cb7f57112f15373ddaafe2f2915744caf271c308c9c98 SHA512 dee8203457570f686df69dc91d71614b462845c848a3445fd9b9f94047fdba8171cc2555fa4299bc4c361905d488c1f17cee4ab0e99899f37995377d6011805a WHIRLPOOL 310d5c187c7c3cd6a4be5dd4282709aeeea9941dea0f2466e80156bd8577e72a0cfe2b92df43a26d2198e7dc7d6320eb34e3e86311c9db956517dc48b856b8b4
23 -DIST lib_users-0.9.tar.gz 22992 SHA256 361db39b14b9512b438cf96b2b9978c6b5c88abbc2c0b7227940e7e816fdcf1c SHA512 d4c10398d69410fc3d48a151c446105ed232fdca9ef68c3f0f1df903739b798762d6bf958dc08472e90151560d8a625b4ab8b5f5d89521918369ceadf2b85b19 WHIRLPOOL 312aaa05b10681a0eff7997ea8d1e359bd757b888fe6fadb29ef3370cc482371d65d14e06dc6887cefda0aee3bd65232ffcd06477e536e4d2c82996c27f60425
24
25 diff --git a/app-admin/lib_users/lib_users-0.9-r1.ebuild b/app-admin/lib_users/lib_users-0.9-r1.ebuild
26 deleted file mode 100644
27 index 2114caad045..00000000000
28 --- a/app-admin/lib_users/lib_users-0.9-r1.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 -
38 -inherit python-r1
39 -
40 -DESCRIPTION="Checks /proc for libraries being mapped but marked as deleted"
41 -HOMEPAGE="http://schwarzvogel.de/software-misc.shtml"
42 -SRC_URI="http://schwarzvogel.de/pkgs/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -DEPEND="${PYTHON_DEPS}
52 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
53 -RDEPEND="${PYTHON_DEPS}"
54 -
55 -src_test() {
56 - python_foreach_impl nosetests --verbosity=2
57 -}
58 -
59 -src_install() {
60 - python_foreach_impl python_newscript lib_users.py lib_users
61 - dodoc README TODO
62 -}
63
64 diff --git a/app-admin/lib_users/lib_users-0.9.ebuild b/app-admin/lib_users/lib_users-0.9.ebuild
65 deleted file mode 100644
66 index cd7902db1f3..00000000000
67 --- a/app-admin/lib_users/lib_users-0.9.ebuild
68 +++ /dev/null
69 @@ -1,32 +0,0 @@
70 -# Copyright 1999-2015 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -PYTHON_COMPAT=( python{2_7,3_4} )
76 -
77 -inherit python-r1
78 -
79 -DESCRIPTION="Checks /proc for libraries being mapped but marked as deleted"
80 -HOMEPAGE="http://schwarzvogel.de/software-misc.shtml"
81 -SRC_URI="http://schwarzvogel.de/pkgs/${P}.tar.gz"
82 -
83 -LICENSE="GPL-2"
84 -SLOT="0"
85 -KEYWORDS="alpha amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux"
86 -IUSE="test"
87 -
88 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
89 -
90 -DEPEND="${PYTHON_DEPS}
91 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
92 -RDEPEND="${PYTHON_DEPS}"
93 -
94 -src_test() {
95 - python_foreach_impl nosetests --verbosity=2
96 -}
97 -
98 -src_install() {
99 - python_foreach_impl python_newscript lib_users.py lib_users
100 - dodoc README TODO
101 -}