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
commitd3b0678a567ff353c0f512d02bd4608abe599dee (patch)
treeb6c2cd6f8a75046b87976eed2990893cd61b511a /net-mail/gotmail
parentstable on ia64, bug #66359 (diff)
downloadhistorical-d3b0678a567ff353c0f512d02bd4608abe599dee.tar.gz
historical-d3b0678a567ff353c0f512d02bd4608abe599dee.tar.bz2
historical-d3b0678a567ff353c0f512d02bd4608abe599dee.zip
remove broken versions
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r--net-mail/gotmail/ChangeLog6
-rw-r--r--net-mail/gotmail/Manifest6
-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
6 files changed, 6 insertions, 69 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/Manifest b/net-mail/gotmail/Manifest
index 0d2dd9e69eb7..fb2d7c66df17 100644
--- a/net-mail/gotmail/Manifest
+++ b/net-mail/gotmail/Manifest
@@ -1,8 +1,4 @@
MD5 7c4cbe090ac8eb42b2a5f2963e781758 gotmail-0.8.2.ebuild 653
-MD5 8582bfce7b5b611a514eea43add225b9 gotmail-0.8.1.ebuild 659
-MD5 be98611e2ced7d239d275010819e26e1 gotmail-0.8.0_beta1.ebuild 802
-MD5 4c457e684ef0202b136da356743b623d ChangeLog 3729
+MD5 d071992b72bb1e23a873917fcf1af41a ChangeLog 3858
MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225
-MD5 36c17a4b1445174da5cc69f180954c52 files/digest-gotmail-0.8.0_beta1 135
-MD5 c99430b8d1319c1f9f99d7103c508c62 files/digest-gotmail-0.8.1 64
MD5 b14cf689199ab7f7827e4be2f1c5ead4 files/digest-gotmail-0.8.2 64
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
-}