idella4 14/12/31 10:11:53 Modified: ChangeLog Added: py-smbpasswd-1.0.1-r1.ebuild Log: revbump; conversion -> distutils-r1 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.17 dev-python/py-smbpasswd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-smbpasswd/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-smbpasswd/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-smbpasswd/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/py-smbpasswd/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 10 Aug 2014 21:16:01 -0000 1.16 +++ ChangeLog 31 Dec 2014 10:11:53 -0000 1.17 @@ -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 <[email protected]> +py-smbpasswd-1.0.1-r1.ebuild: + revbump; conversion -> distutils-r1 10 Aug 2014; Sergei Trofimovich <[email protected]> py-smbpasswd-1.0.1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/py-smbpasswd/py-smbpasswd-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain Index: py-smbpasswd-1.0.1-r1.ebuild =================================================================== # 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=""
