Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-smbpasswd/
Date: Sat, 02 Jul 2016 13:10:19
Message-Id: 1467464977.76adb1e44de5cbf96108026e067affdcfb6cf696.soap@gentoo
1 commit: 76adb1e44de5cbf96108026e067affdcfb6cf696
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 12:42:11 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 13:09:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76adb1e4
7
8 dev-python/py-smbpasswd: remove old and deprecated
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/1814
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild | 19 -------------------
16 dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild | 4 ++--
17 2 files changed, 2 insertions(+), 21 deletions(-)
18
19 diff --git a/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild b/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild
20 deleted file mode 100644
21 index 9c945a7..0000000
22 --- a/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild
23 +++ /dev/null
24 @@ -1,19 +0,0 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 -# Distributed under the terms of the GNU General Public License v2
27 -# $Id$
28 -EAPI=5
29 -PYTHON_COMPAT=( python2_7 )
30 -
31 -inherit distutils
32 -
33 -DESCRIPTION="This module can generate both LANMAN and NT password hashes, suitable for use with Samba"
34 -HOMEPAGE="http://barryp.org/software/py-smbpasswd/"
35 -SRC_URI="http://barryp.org/software/${PN}/files/${P}.tar.gz"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
40 -IUSE=""
41 -
42 -DEPEND=""
43 -RDEPEND=""
44
45 diff --git a/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild b/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild
46 index 51004b5..a294ea3 100644
47 --- a/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild
48 +++ b/dev-python/py-smbpasswd/py-smbpasswd-1.0.1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2014 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython"
56
57 inherit distutils
58
59 -DESCRIPTION="This module can generate both LANMAN and NT password hashes, suitable for use with Samba"
60 +DESCRIPTION="Module capable of generating both LANMAN and NT password hashes, for e.g. Samba"
61 HOMEPAGE="http://barryp.org/software/py-smbpasswd/"
62 SRC_URI="http://barryp.org/software/${PN}/files/${P}.tar.gz"