diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 04:20:40 +0000 |
commit | 88c1205725587346680f9fbc88b1deb29b570f34 (patch) | |
tree | df57385d52b1551751cc3995303ebc3e1821a384 /net-mail/getmail | |
parent | DEPEND enhancement (diff) | |
download | historical-88c1205725587346680f9fbc88b1deb29b570f34.tar.gz historical-88c1205725587346680f9fbc88b1deb29b570f34.tar.bz2 historical-88c1205725587346680f9fbc88b1deb29b570f34.zip |
repoman'd
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/getmail-2.3.8.ebuild | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/net-mail/getmail/getmail-2.3.8.ebuild b/net-mail/getmail/getmail-2.3.8.ebuild index efdcf3e36ffd..45b6a2f899b6 100644 --- a/net-mail/getmail/getmail-2.3.8.ebuild +++ b/net-mail/getmail/getmail-2.3.8.ebuild @@ -1,33 +1,29 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-2.3.8.ebuild,v 1.1 2002/06/18 18:09:02 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-2.3.8.ebuild,v 1.2 2002/07/17 04:20:40 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" - HOMEPAGE="http://www.qcc.ca/~charlesc/software/getmail-2.0/" - -LICENSE="GPL-2" - SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-2.0/${P}.tar.gz" SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" DEPEND="virtual/python" -RDEPEND="${DEPEND}" - src_install () { - into /usr - doman getmail.1 - dobin getmail - - # fudged, don't like, but works - insinto /usr/lib/getmail - doins getmail.py - doins ConfParser.py - doins timeoutsocket.py - - dodoc BUGS CHANGELOG COPYING THANKS TODO docs.html docs.txt faq.html -faq.txt getmail.txt getmailrc-example + into /usr + doman getmail.1 + dobin getmail + + # fudged, don't like, but works + insinto /usr/lib/getmail + doins getmail.py + doins ConfParser.py + doins timeoutsocket.py + + dodoc BUGS CHANGELOG COPYING THANKS TODO *.txt getmailrc-example + dohtml *.html } - |