mgorny 15/02/23 20:09:54 Modified: fetchmail-6.3.26-r2.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.10 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild?r1=1.9&r2=1.10 Index: fetchmail-6.3.26-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fetchmail-6.3.26-r2.ebuild 23 Oct 2014 19:56:28 -0000 1.9 +++ fetchmail-6.3.26-r2.ebuild 23 Feb 2015 20:09:54 -0000 1.10 @@ -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 @@ 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 @@ socks? ( net-proxy/dante ) tk? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} + app-arch/xz-utils sys-devel/flex nls? ( sys-devel/gettext )" 1.273 net-mail/fetchmail/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.273&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?rev=1.273&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/fetchmail/ChangeLog?r1=1.272&r2=1.273 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- ChangeLog 23 Oct 2014 19:56:28 -0000 1.272 +++ ChangeLog 23 Feb 2015 20:09:54 -0000 1.273 @@ -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 <[email protected]> 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 <[email protected]> fetchmail-6.3.26-r2.ebuild: Update HOMEPAGE.
