diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-03-12 03:09:56 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-03-12 03:09:56 +0000 |
commit | 788b8a8b08d75a5c84a224a7c1e5bcce03dfe0cf (patch) | |
tree | 92494d3a17ffd5fd886e49894a5fec44fde191aa /net-mail/archivemail | |
parent | added screem 0.6.0 to portage (diff) | |
download | historical-788b8a8b08d75a5c84a224a7c1e5bcce03dfe0cf.tar.gz historical-788b8a8b08d75a5c84a224a7c1e5bcce03dfe0cf.tar.bz2 historical-788b8a8b08d75a5c84a224a7c1e5bcce03dfe0cf.zip |
new package; gift for seemant!
Diffstat (limited to 'net-mail/archivemail')
-rw-r--r-- | net-mail/archivemail/archivemail-0.6.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-mail/archivemail/archivemail-0.6.1.ebuild b/net-mail/archivemail/archivemail-0.6.1.ebuild new file mode 100644 index 000000000000..73014a2bea9a --- /dev/null +++ b/net-mail/archivemail/archivemail-0.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/archivemail/archivemail-0.6.1.ebuild,v 1.1 2003/03/12 03:09:56 g2boojum Exp $ + +DESCRIPTION="Tool written in Python for archiving and compressing old email in mailboxes." +HOMEPAGE="http://archivemail.sourceforge.net/" +SRC_URI="mirror://sourceforge/archivemail/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=dev-lang/python-2.0" + +S=${WORKDIR}/${P} + +inherit distutils + +src_install() { + mydoc="CHANGELOG COPYING FAQ MANIFEST PKG-INFO README TODO" + distutils_src_install + dodoc examples/* +} + |