# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.6 EAPI=2 inherit eutils distutils DESCRIPTION="Archive files and directories to SMTP/POP3 account" SRC_URI="http://www.kozik.net.pl/projekty/archive2mail/${P}.tar.bz2" HOMEPAGE="http://www.kozik.net.pl/projekty-unix/793/archive2mail-archiving-files-to-pop3smtp-mailbox" RDEPEND="" DEPEND="" IUSE="" SLOT="0" KEYWORDS="amd64 x86" LICENSE="GPL-2" src_test() { python test/test.py || die "test failed" } DOCS="ChangeLog PKG-INFO"