summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-24 23:20:22 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-24 23:20:22 +0000
commit7b835cb42934653e5e063313d872c37d2f71f611 (patch)
tree0f65ee24064604d56a0332f13e63a265722f5f6c /net-mail/gotmail
parentfixing depend. see 45343 (Manifest recommit) (diff)
downloadgentoo-2-7b835cb42934653e5e063313d872c37d2f71f611.tar.gz
gentoo-2-7b835cb42934653e5e063313d872c37d2f71f611.tar.bz2
gentoo-2-7b835cb42934653e5e063313d872c37d2f71f611.zip
fixing depend. see 45343
Diffstat (limited to 'net-mail/gotmail')
-rw-r--r--net-mail/gotmail/ChangeLog6
-rw-r--r--net-mail/gotmail/gotmail-0.8.0_beta1.ebuild7
-rw-r--r--net-mail/gotmail/gotmail-0.8.1.ebuild6
3 files changed, 11 insertions, 8 deletions
diff --git a/net-mail/gotmail/ChangeLog b/net-mail/gotmail/ChangeLog
index 85a906ef866e..740ff2e93796 100644
--- a/net-mail/gotmail/ChangeLog
+++ b/net-mail/gotmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/gotmail
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.19 2004/02/15 13:29:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/ChangeLog,v 1.20 2004/03/24 23:20:22 mholzer Exp $
+
+ 25 Mar 2004; Martin Holzer <mholzer@gentoo.org> gotmail-0.8.0_beta1.ebuild,
+ gotmail-0.8.1.ebuild:
+ fixing depend. see 45343
15 Feb 2004; David Holm <dholm@gentoo.org> gotmail-0.8.1.ebuild:
Added to ~ppc.
diff --git a/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild b/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
index 77e6a2467fd9..1a07d98bbcb8 100644
--- a/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
+++ b/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.1 2003/12/20 15:33:03 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.0_beta1.ebuild,v 1.2 2004/03/24 23:20:22 mholzer Exp $
PVPREV=0.7.10
S=${WORKDIR}/${PN}-${PVPREV}
@@ -9,8 +9,7 @@ SRC_URI="http://savannah.nongnu.org/download/${PN}/stable.pkg/${PV}/${PN}_${PVPR
mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://www.nongnu.org/gotmail/"
-RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
-DEPEND=${RDEPEND}
+DEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-mail/gotmail/gotmail-0.8.1.ebuild b/net-mail/gotmail/gotmail-0.8.1.ebuild
index 4ce3e02fdb32..87e126f4280e 100644
--- a/net-mail/gotmail/gotmail-0.8.1.ebuild
+++ b/net-mail/gotmail/gotmail-0.8.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.4 2004/02/15 13:29:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/gotmail/gotmail-0.8.1.ebuild,v 1.5 2004/03/24 23:20:22 mholzer Exp $
DESCRIPTION="Utility to download mail from a HotMail account"
SRC_URI="mirror://sourceforge/gotmail/${P}.tar.gz"
+RESTRICT="nomirror"
HOMEPAGE="http://www.nongnu.org/gotmail/"
-RDEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
-DEPEND=${RDEPEND}
+DEPEND="virtual/glibc net-ftp/curl dev-perl/URI dev-perl/libnet"
SLOT="0"
LICENSE="GPL-2"