summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-17 08:14:40 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-17 08:14:40 +0000
commit78e0f7e27327dbc145fe07dc99c131c66041bbf7 (patch)
tree5384b13880a1836334ea42bd17ee0e429fcb5079 /dev-python/py-gnupg/py-gnupg-0.3.2.ebuild
parentinitial commit (diff)
downloadgentoo-2-78e0f7e27327dbc145fe07dc99c131c66041bbf7.tar.gz
gentoo-2-78e0f7e27327dbc145fe07dc99c131c66041bbf7.tar.bz2
gentoo-2-78e0f7e27327dbc145fe07dc99c131c66041bbf7.zip
initial commit
Diffstat (limited to 'dev-python/py-gnupg/py-gnupg-0.3.2.ebuild')
-rw-r--r--dev-python/py-gnupg/py-gnupg-0.3.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild b/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild
new file mode 100644
index 000000000000..603cd7b2914b
--- /dev/null
+++ b/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-gnupg/py-gnupg-0.3.2.ebuild,v 1.1 2003/09/17 08:14:35 liquidx Exp $
+
+inherit distutils
+
+MY_P="GnuPGInterface-${PV}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A Python module to interface with GnuPG."
+HOMEPAGE="http://py-gnupg.sourceforge.net/"
+SRC_URI="mirror://sourceforge/py-gnupg/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/python
+ >=app-crypt/gnupg-1.2.1-r1"
+
+DOCS="NEWS PKG-INFO THANKS"