diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:21:24 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:21:24 +0000 |
commit | 6466708230c275e7f44bb41533276d80a03a292b (patch) | |
tree | f6ee54101abaf5c42f99a53ba0c8be1515548534 /sci-libs/libh2o | |
parent | Replace obsolete mirror://bitbucket with the real URI. (diff) | |
download | gentoo-2-6466708230c275e7f44bb41533276d80a03a292b.tar.gz gentoo-2-6466708230c275e7f44bb41533276d80a03a292b.tar.bz2 gentoo-2-6466708230c275e7f44bb41533276d80a03a292b.zip |
Replace obsolete mirror://bitbucket with the real URI.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r-- | sci-libs/libh2o/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/libh2o/libh2o-0.2.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libh2o/libh2o-9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-libs/libh2o/ChangeLog b/sci-libs/libh2o/ChangeLog index f804d044c6f6..1e231352fbae 100644 --- a/sci-libs/libh2o/ChangeLog +++ b/sci-libs/libh2o/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/libh2o -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.7 2013/10/16 13:11:17 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.8 2014/07/06 13:21:24 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> libh2o-0.2.1.ebuild, + libh2o-9999.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 16 Oct 2013; Michał Górny <mgorny@gentoo.org> libh2o-9999.ebuild: Switch to git-r3. diff --git a/sci-libs/libh2o/libh2o-0.2.1.ebuild b/sci-libs/libh2o/libh2o-0.2.1.ebuild index f92359498c72..1e925bb259c1 100644 --- a/sci-libs/libh2o/libh2o-0.2.1.ebuild +++ b/sci-libs/libh2o/libh2o-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-0.2.1.ebuild,v 1.2 2012/08/24 18:48:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-0.2.1.ebuild,v 1.3 2014/07/06 13:21:24 mgorny Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit autotools-utils DESCRIPTION="Library of routines for IF97 water & steam properties" HOMEPAGE="https://bitbucket.org/mgorny/libh2o/" -SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild index 02ce52992d55..d423f793223d 100644 --- a/sci-libs/libh2o/libh2o-9999.ebuild +++ b/sci-libs/libh2o/libh2o-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-9999.ebuild,v 1.2 2013/10/16 13:11:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-9999.ebuild,v 1.3 2014/07/06 13:21:24 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit autotools-utils DESCRIPTION="Library of routines for IF97 water & steam properties" HOMEPAGE="https://bitbucket.org/mgorny/libh2o/" -SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" LICENSE="BSD" SLOT="0" |