summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-17 12:54:06 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-17 12:54:06 +0000
commit0959a324624fdca28a61f2362cdd79fa7ee3d857 (patch)
tree9550a61a81adc26aa366b14e0aff62ace1166562 /net-mail/gotmail
parentstable on ia64, bug #66359 (Manifest recommit) (diff)
downloadgentoo-2-0959a324624fdca28a61f2362cdd79fa7ee3d857.tar.gz
gentoo-2-0959a324624fdca28a61f2362cdd79fa7ee3d857.tar.bz2
gentoo-2-0959a324624fdca28a61f2362cdd79fa7ee3d857.zip
remove broken versions
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r--net-mail/gotmail/ChangeLog6
-rw-r--r--net-mail/gotmail/files/digest-gotmail-0.8.0_beta12
-rw-r--r--net-mail/gotmail/files/digest-gotmail-0.8.11
-rw-r--r--net-mail/gotmail/gotmail-0.8.0_beta1.ebuild33
-rw-r--r--net-mail/gotmail/gotmail-0.8.1.ebuild27
5 files changed, 5 insertions, 64 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog
index d627dd18f7df..d590b2796d6d 100644
--- a/net-mail/gotmail/ChangeLog
+++ b/net-mail/gotmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/gotmail
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.23 2004/10/17 12:52:51 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.24 2004/10/17 12:54:06 axxo Exp $
+
+ 17 Oct 2004; Thomas Matthijs <axxo@gentoo.org>
+ -gotmail-0.8.0_beta1.ebuild, -gotmail-0.8.1.ebuild:
+ remove broken versions
*gotmail-0.8.2 (17 Oct 2004)
diff --git a/net-mail/gotmail/files/digest-gotmail-0.8.0_beta1 b/net-mail/gotmail/files/digest-gotmail-0.8.0_beta1
deleted file mode 100644
index df6048f6bc5a..000000000000
--- a/net-mail/gotmail/files/digest-gotmail-0.8.0_beta1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 61e39e3cbe4e742e370c22f80ad87839 gotmail_0.7.10.tar.gz 23507
-MD5 eff678e273ab45216eaea0c5423a291e gotmail-0.8.0_beta1.tar.gz 10494
diff --git a/net-mail/gotmail/files/digest-gotmail-0.8.1 b/net-mail/gotmail/files/digest-gotmail-0.8.1
deleted file mode 100644
index 6302c4dfcdca..000000000000
--- a/net-mail/gotmail/files/digest-gotmail-0.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7eccc878ba4490a5c56639f4f5cd9d59 gotmail-0.8.1.tar.gz 25029
diff --git a/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild b/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
deleted file mode 100644
index 32bb5f54633e..000000000000
--- a/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild,v 1.6 2004/07/01 22:32:06 eradicator Exp $
-
-PVPREV=0.7.10
-S=${WORKDIR}/${PN}-${PVPREV}
-DESCRIPTION="Utility to download mail from a HotMail account"
-HOMEPAGE="http://www.nongnu.org/gotmail/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/stable.pkg/${PV}/${PN}_${PVPREV}.tar.gz
- mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- net-misc/curl
- dev-perl/URI
- dev-perl/libnet"
-
-src_unpack() {
- unpack ${A}
- cp ${WORKDIR}/${PN} ${S}
-}
-
-src_compile() { :; }
-
-src_install () {
- dobin gotmail || die
- dodoc ChangeLog README sample.gotmailrc
- doman gotmail.1
-}
diff --git a/net-mail/gotmail/gotmail-0.8.1.ebuild b/net-mail/gotmail/gotmail-0.8.1.ebuild
deleted file mode 100644
index 6c2ac2bf6e73..000000000000
--- a/net-mail/gotmail/gotmail-0.8.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.1.ebuild,v 1.9 2004/07/01 22:32:06 eradicator Exp $
-
-DESCRIPTION="Utility to download mail from a HotMail account"
-HOMEPAGE="http://www.nongnu.org/gotmail/"
-SRC_URI="mirror://sourceforge/gotmail/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE=""
-
-DEPEND="virtual/libc
- net-misc/curl
- dev-perl/URI
- dev-perl/libnet"
-
-src_compile () {
- echo "nothing to compile"
-}
-
-src_install() {
- dobin gotmail || die
- dodoc ChangeLog README sample.gotmailrc
- doman gotmail.1
-}