diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-01-13 23:13:55 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-01-13 23:13:55 +0000 |
commit | 7660ce253e72d016acf79e58e9f12a1b4c771e94 (patch) | |
tree | 7b52d619693cc38afcb0ae5f3b17f1ecf0738d3d /net-libs | |
parent | old (diff) | |
download | gentoo-2-7660ce253e72d016acf79e58e9f12a1b4c771e94.tar.gz gentoo-2-7660ce253e72d016acf79e58e9f12a1b4c771e94.tar.bz2 gentoo-2-7660ce253e72d016acf79e58e9f12a1b4c771e94.zip |
Also allow sf.net mirrors in SRC_URI since starting this version they are supported.
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/liboauth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/liboauth/liboauth-0.9.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-libs/liboauth/ChangeLog b/net-libs/liboauth/ChangeLog index 9f1fc28e40cd..20f1e6bd2168 100644 --- a/net-libs/liboauth/ChangeLog +++ b/net-libs/liboauth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/liboauth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.6 2011/01/13 22:50:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/ChangeLog,v 1.7 2011/01/13 23:13:55 flameeyes Exp $ + + 13 Jan 2011; Diego E. Pettenò <flameeyes@gentoo.org> liboauth-0.9.2.ebuild: + Also allow sf.net mirrors in SRC_URI since starting this version they are + supported. *liboauth-0.9.2 (13 Jan 2011) diff --git a/net-libs/liboauth/liboauth-0.9.2.ebuild b/net-libs/liboauth/liboauth-0.9.2.ebuild index 5a11bc82b344..62853f9dd240 100644 --- a/net-libs/liboauth/liboauth-0.9.2.ebuild +++ b/net-libs/liboauth/liboauth-0.9.2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.2.ebuild,v 1.1 2011/01/13 22:50:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/liboauth/liboauth-0.9.2.ebuild,v 1.2 2011/01/13 23:13:55 flameeyes Exp $ EAPI=2 DESCRIPTION="C library implementing the OAuth secure authentication protocol" HOMEPAGE="http://liboauth.sourceforge.net/" -SRC_URI="http://liboauth.sourceforge.net/pool/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz + http://liboauth.sourceforge.net/pool/${P}.tar.gz" LICENSE="|| ( GPL-2 MIT )" SLOT="0" |