blob: cf286f4f4b0776cdfa09cda8d6777cbdbcd0fa2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-3.99.17.ebuild,v 1.4 2004/02/17 14:45:29 agriffis Exp $
inherit distutils
DESCRIPTION="Powerful IMAP/Maildir synchronization and reader support"
SRC_URI="http://gopher.quux.org:70/devel/offlineimap/offlineimap_${PV}.tar.gz"
HOMEPAGE="http://gopher.quux.org:70/devel/offlineimap"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="~x86"
SLOT="0"
DEPEND=""
src_install() {
distutils_src_install
dodoc offlineimap.conf offlineimap.conf.minimal offlineimap.sgml
doman offlineimap.1
}
pkg_postinst() {
einfo ""
einfo "You will need to configure offlineimap by creating ~/.offlineimaprc"
einfo "Sample configurations are in /usr/share/doc/${P}/"
einfo ""
}
|