diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-31 10:11:53 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-31 10:11:53 +0000 |
commit | eb9e9c8e8ef080c4549e49e02ebf00165a4f9a96 (patch) | |
tree | 3f681f723e1dc56c4d0b60106c3825c5900496e8 /dev-python/py-smbpasswd | |
parent | Migration to EAPI 4 (diff) | |
download | gentoo-2-eb9e9c8e8ef080c4549e49e02ebf00165a4f9a96.tar.gz gentoo-2-eb9e9c8e8ef080c4549e49e02ebf00165a4f9a96.tar.bz2 gentoo-2-eb9e9c8e8ef080c4549e49e02ebf00165a4f9a96.zip |
revbump; conversion -> distutils-r1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/py-smbpasswd')
-rw-r--r-- | dev-python/py-smbpasswd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/py-smbpasswd/ChangeLog b/dev-python/py-smbpasswd/ChangeLog index c0941708f980..a2961e1be92a 100644 --- a/dev-python/py-smbpasswd/ChangeLog +++ b/dev-python/py-smbpasswd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/py-smbpasswd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py-smbpasswd/ChangeLog,v 1.16 2014/08/10 21:16:01 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-smbpasswd/ChangeLog,v 1.17 2014/12/31 10:11:53 idella4 Exp $ + +*py-smbpasswd-1.0.1-r1 (31 Dec 2014) + + 31 Dec 2014; Ian Delaney <idella4@gentoo.org> +py-smbpasswd-1.0.1-r1.ebuild: + revbump; conversion -> distutils-r1 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> py-smbpasswd-1.0.1.ebuild: QA: drop trailing '.' from DESCRIPTION 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 new file mode 100644 index 000000000000..2feb18b86344 --- /dev/null +++ b/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild,v 1.1 2014/12/31 10:11:53 idella4 Exp $ +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils + +DESCRIPTION="This module can generate both LANMAN and NT password hashes, suitable for use with Samba" +HOMEPAGE="http://barryp.org/software/py-smbpasswd/" +SRC_URI="http://barryp.org/software/${PN}/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" |