diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 08:14:40 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 08:14:40 +0000 |
commit | 78e0f7e27327dbc145fe07dc99c131c66041bbf7 (patch) | |
tree | 5384b13880a1836334ea42bd17ee0e429fcb5079 /dev-python/py-gnupg/py-gnupg-0.3.2.ebuild | |
parent | initial commit (diff) | |
download | gentoo-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.ebuild | 20 |
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" |