diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-03-19 11:21:04 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-03-19 11:21:04 +0000 |
commit | 983ec9d929c77ca10f3dd8048f96f5fa2bfcfc44 (patch) | |
tree | ae4f1c933a255e7157c655d2e8f6c8b5a2e3143c /net-mail | |
parent | Corrected packaging. Still 0.7 though (diff) | |
download | overlay-983ec9d929c77ca10f3dd8048f96f5fa2bfcfc44.tar.gz overlay-983ec9d929c77ca10f3dd8048f96f5fa2bfcfc44.tar.bz2 overlay-983ec9d929c77ca10f3dd8048f96f5fa2bfcfc44.zip |
Adding kolabscript
svn path=/stable/; revision=693
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/kolabscript/Manifest | 2 | ||||
-rw-r--r-- | net-mail/kolabscript/files/digest-kolabscript-0.1 | 1 | ||||
-rw-r--r-- | net-mail/kolabscript/kolabscript-0.1.ebuild | 28 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net-mail/kolabscript/Manifest b/net-mail/kolabscript/Manifest new file mode 100644 index 0000000..8c638c9 --- /dev/null +++ b/net-mail/kolabscript/Manifest @@ -0,0 +1,2 @@ +MD5 479619d78ac18af83729481df524ac5b files/digest-kolabscript-0.1 65 +MD5 75b334587071c21fa4356a4aa8bcaf2d kolabscript-0.1.ebuild 639 diff --git a/net-mail/kolabscript/files/digest-kolabscript-0.1 b/net-mail/kolabscript/files/digest-kolabscript-0.1 new file mode 100644 index 0000000..2519dc1 --- /dev/null +++ b/net-mail/kolabscript/files/digest-kolabscript-0.1 @@ -0,0 +1 @@ +MD5 35e67072950031e3b794b2fd153fdcb5 kolabscript-0.1.tar.gz 2229 diff --git a/net-mail/kolabscript/kolabscript-0.1.ebuild b/net-mail/kolabscript/kolabscript-0.1.ebuild new file mode 100644 index 0000000..cc72996 --- /dev/null +++ b/net-mail/kolabscript/kolabscript-0.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils distutils + +DESCRIPTION="A python library of kolab related scripts " +HOMEPAGE="http://projects.gunnarwrobel.de/scripts" +SRC_URI="http://dev.gentoo.org/~wrobel/${PN}/${PF}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +S=${WORKDIR}/${PF} + +DEPEND="net-zope/zopeinterface" + +# src_test() { +# cd ${S} +# einfo "Running ${PN} doctests..." +# if ! PYTHONPATH="." ${python} ${PN}/tests/dtest.py; then +# eerror "DocTests failed - please submit a bug report" +# die "DocTesting failed!" +# fi +# } + + |