summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-23 20:09:54 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-23 20:09:54 +0000
commitc3f2542ad216c976ce76149187db2490e1159c3e (patch)
tree35d2b1c4084c4b462e9c102804ea2645c28b1714 /net-mail
parentVersion bump. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/48 b... (diff)
downloadgentoo-2-c3f2542ad216c976ce76149187db2490e1159c3e.tar.gz
gentoo-2-c3f2542ad216c976ce76149187db2490e1159c3e.tar.bz2
gentoo-2-c3f2542ad216c976ce76149187db2490e1159c3e.zip
Update SRC_URI. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/49 by mm1ke.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/ChangeLog8
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 34e511bc4cd9..1bf5c143e832 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/fetchmail
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.272 2014/10/23 19:56:28 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.273 2015/02/23 20:09:54 mgorny Exp $
+
+ 23 Feb 2015; Michał Górny <mgorny@gentoo.org> fetchmail-6.3.26-r2.ebuild:
+ Update SRC_URI. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/49
+ by mm1ke.
23 Oct 2014; Mike Frysinger <vapier@gentoo.org> fetchmail-6.3.26-r2.ebuild:
Update HOMEPAGE.
diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
index a0d48eaeecc2..9804e58eb889 100644
--- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v 1.9 2014/10/23 19:56:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v 1.10 2015/02/23 20:09:54 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -10,7 +10,7 @@ inherit python-single-r1 user systemd toolchain-funcs autotools eutils
DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
HOMEPAGE="http://www.fetchmail.info/"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2 public-domain"
SLOT="0"
@@ -26,6 +26,7 @@ RDEPEND="hesiod? ( net-dns/hesiod )
socks? ( net-proxy/dante )
tk? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
+ app-arch/xz-utils
sys-devel/flex
nls? ( sys-devel/gettext )"