diff options
author | Michael Weber <xmw@gentoo.org> | 2011-01-05 01:04:06 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-01-05 01:04:06 +0000 |
commit | c2015b1045bdcc07f1fb01b0ee6f235bf1701dfc (patch) | |
tree | ddbfb19e719e7691752698275d508a6851a29469 /sys-fs | |
parent | Renumbering prereleases to support releas versions (diff) | |
download | gentoo-2-c2015b1045bdcc07f1fb01b0ee6f235bf1701dfc.tar.gz gentoo-2-c2015b1045bdcc07f1fb01b0ee6f235bf1701dfc.tar.bz2 gentoo-2-c2015b1045bdcc07f1fb01b0ee6f235bf1701dfc.zip |
SRC_URI reverted
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/s3fs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/s3fs/s3fs-0_p177.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/s3fs/ChangeLog b/sys-fs/s3fs/ChangeLog index 3f78ee3237bd..78a030071070 100644 --- a/sys-fs/s3fs/ChangeLog +++ b/sys-fs/s3fs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/s3fs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.7 2011/01/05 01:01:41 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/ChangeLog,v 1.8 2011/01/05 01:04:06 xmw Exp $ + + 05 Jan 2011; Michael Weber <xmw@gentoo.org> s3fs-0_p177.ebuild: + SRC_URI reverted *s3fs-0_p191 (05 Jan 2011) *s3fs-0_p177-r1 (05 Jan 2011) diff --git a/sys-fs/s3fs/s3fs-0_p177.ebuild b/sys-fs/s3fs/s3fs-0_p177.ebuild index cf31b24e4dc1..9f070f768d4f 100644 --- a/sys-fs/s3fs/s3fs-0_p177.ebuild +++ b/sys-fs/s3fs/s3fs-0_p177.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p177.ebuild,v 1.1 2011/01/05 01:01:41 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3fs/s3fs-0_p177.ebuild,v 1.2 2011/01/05 01:04:06 xmw Exp $ MY_PV="r177-source" DESCRIPTION="Amazon mounting S3 via fuse" HOMEPAGE="http://s3fs.googlecode.com/" -SRC_URI="mirror://gentoo/${PN}-${MY_PV}.tar.gz" +SRC_URI="http://s3fs.googlecode.com/files/${PN}-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" |