From 3a03a4a7ea282a7fd9da74be187b15826fb654c2 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Mon, 19 Nov 2018 10:25:34 +0100 Subject: app-admin/lib_users: Add v0.13, drop v0.12 Bug: https://bugs.gentoo.org/648356 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Tobias Klausmann --- app-admin/lib_users/Manifest | 2 +- app-admin/lib_users/lib_users-0.12.ebuild | 44 ------------------------------- app-admin/lib_users/lib_users-0.13.ebuild | 44 +++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 app-admin/lib_users/lib_users-0.12.ebuild create mode 100644 app-admin/lib_users/lib_users-0.13.ebuild diff --git a/app-admin/lib_users/Manifest b/app-admin/lib_users/Manifest index bc0af46c3949..bf7cc7901e77 100644 --- a/app-admin/lib_users/Manifest +++ b/app-admin/lib_users/Manifest @@ -1,2 +1,2 @@ DIST lib_users-0.11.tar.gz 25660 BLAKE2B 8f5a827840d4074a0e8abd77e43f60eb09f199f58a2bde0c2bce7613d6ba1d9b12dd46adffa528ff351f54933c304f274abef9c35550d7af3519101dcec69d0a SHA512 a54fc8f57cffcd08e77e86eaf50ec6e68e45e1e9458e25e035af90e14be13980a400c4d264f70ef67e141e1d54581b0487b2b70dd084dc5840424221b46f644a -DIST lib_users-0.12.tar.gz 25688 BLAKE2B 415e3d387360c0e3a3d27ccab8e5a861ea41fceaefa756aa116266f5449856c51a4a7ec650a8665e73d3a74a9973662ea693308a0636fbd7fb8b5dd57dffea35 SHA512 cdd55fe971845be30fb83156c335bbb8d63815fe3b3f62b9689a7c68f402e89ad5b9c0ff805ed57766a5e5fcac598bc6fa1dc36cf65997ab495675d726304847 +DIST lib_users-0.13.tar.gz 25704 BLAKE2B 895f8b721216339fe4306158bf6282353d79584573091cc4e7c63c8096a9f9cfe380a8bce7229f168e44fe5d3641ceb8c91bd751316a6c6a467ace4ec0dce723 SHA512 588af7068728810832bcf4d1526f271e255d07c75d152fb41844c66f3598a71e9a96bee3426b31b58cd26af889bc42c0a7248731fdfe3623fd4567d2b6b7275e diff --git a/app-admin/lib_users/lib_users-0.12.ebuild b/app-admin/lib_users/lib_users-0.12.ebuild deleted file mode 100644 index b1a72eed7a53..000000000000 --- a/app-admin/lib_users/lib_users-0.12.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) - -inherit python-r1 - -DESCRIPTION="Check for mapped libs and open files that are marked as deleted" -HOMEPAGE="https://github.com/klausman/lib_users" -SRC_URI="https://github.com/klausman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/backports-unittest-mock[${PYTHON_USEDEP}] - )" -RDEPEND="${PYTHON_DEPS}" - -src_test() { - python_foreach_impl nosetests --verbosity=2 -} - -my_install() { - python_newscript lib_users.py lib_users - python_newscript fd_users.py fd_users - # lib_users_util/ contains a test script we don't want, so do things by hand - python_moduleinto lib_users_util - python_domodule lib_users_util/common.py - python_domodule lib_users_util/__init__.py -} - -src_install() { - python_foreach_impl my_install - dodoc README.md TODO -} diff --git a/app-admin/lib_users/lib_users-0.13.ebuild b/app-admin/lib_users/lib_users-0.13.ebuild new file mode 100644 index 000000000000..1abf202a755e --- /dev/null +++ b/app-admin/lib_users/lib_users-0.13.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) + +inherit python-r1 + +DESCRIPTION="Check for mapped libs and open files that are marked as deleted" +HOMEPAGE="https://github.com/klausman/lib_users" +SRC_URI="https://github.com/klausman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/backports-unittest-mock[${PYTHON_USEDEP}] + )" +RDEPEND="${PYTHON_DEPS}" + +src_test() { + python_foreach_impl nosetests --verbosity=2 +} + +my_install() { + python_newscript lib_users.py lib_users + python_newscript fd_users.py fd_users + # lib_users_util/ contains a test script we don't want, so do things by hand + python_moduleinto lib_users_util + python_domodule lib_users_util/common.py + python_domodule lib_users_util/__init__.py +} + +src_install() { + python_foreach_impl my_install + dodoc README.md TODO +} -- cgit v1.2.3