summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-07-17 13:35:25 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-07-17 13:35:25 +0000
commit01cff5b4a7db24c1f16c330b5a8ebf226e6da892 (patch)
treecaa2203b21b36042b3c80db42eaa3ac29dee59d5 /dev-python/py-smbpasswd/py-smbpasswd-1.0.ebuild
parentAdded to ~ppc (Manifest recommit) (diff)
downloadgentoo-2-01cff5b4a7db24c1f16c330b5a8ebf226e6da892.tar.gz
gentoo-2-01cff5b4a7db24c1f16c330b5a8ebf226e6da892.tar.bz2
gentoo-2-01cff5b4a7db24c1f16c330b5a8ebf226e6da892.zip
Initial ebuild.
Diffstat (limited to 'dev-python/py-smbpasswd/py-smbpasswd-1.0.ebuild')
-rw-r--r--dev-python/py-smbpasswd/py-smbpasswd-1.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/py-smbpasswd/py-smbpasswd-1.0.ebuild b/dev-python/py-smbpasswd/py-smbpasswd-1.0.ebuild
new file mode 100644
index 000000000000..6791cf9488f8
--- /dev/null
+++ b/dev-python/py-smbpasswd/py-smbpasswd-1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2004 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.ebuild,v 1.1 2004/07/17 13:35:25 carlo Exp $
+
+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/py-smbpasswd/files/py-smbpasswd-1.0.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/python"