diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-10-23 14:16:29 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-10-23 14:16:29 +0000 |
commit | f24fe1dafeee2e7b4e0d6231b34c145eb6194814 (patch) | |
tree | b009291081ea4e709d0c0a7529d462ce3f24fb2f /net-mail/gotmail/gotmail-0.7.3_p1.ebuild | |
parent | New version to take care of the fact that hotmail has changed their page agai... (diff) | |
download | historical-f24fe1dafeee2e7b4e0d6231b34c145eb6194814.tar.gz historical-f24fe1dafeee2e7b4e0d6231b34c145eb6194814.tar.bz2 historical-f24fe1dafeee2e7b4e0d6231b34c145eb6194814.zip |
Old gotmail packages don't work any more due to Hotmail changes; removing.
Diffstat (limited to 'net-mail/gotmail/gotmail-0.7.3_p1.ebuild')
-rw-r--r-- | net-mail/gotmail/gotmail-0.7.3_p1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mail/gotmail/gotmail-0.7.3_p1.ebuild b/net-mail/gotmail/gotmail-0.7.3_p1.ebuild deleted file mode 100644 index 24893224349a..000000000000 --- a/net-mail/gotmail/gotmail-0.7.3_p1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.7.3_p1.ebuild,v 1.2 2002/10/16 16:08:41 g2boojum Exp $ - -PV0=0.7.3 -PDP=1 -S=${WORKDIR}/${PN}-${PV0} -DESCRIPTION="Utility to download mail from a HotMail account" -SRC_URI="http://ftp.debian.org/debian/pool/main/g/${PN}/${PN}_${PV0}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/g/${PN}/${PN}_${PV0}-${PDP}.diff.gz" -HOMEPAGE="http://ssl.usu.edu/paul/gotmail/" - -RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet" -DEPEND=${RDEPEND} - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86" - -src_unpack() { - unpack ${PN}_${PV0}.orig.tar.gz - zcat ${DISTDIR}/${PN}_${PV0}-${PDP}.diff.gz | patch -d ${S} -p1 || die -} - -src_compile() { :; } - -src_install () { - dobin gotmail - dodoc COPYING ChangeLog README sample.gotmailrc - doman gotmail.1 -} |