diff options
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/pe-format/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.1.2.ebuild | 6 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.9999.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-dotnet/pe-format/ChangeLog b/dev-dotnet/pe-format/ChangeLog index 9643c6ee8ad2..e0749a715ea7 100644 --- a/dev-dotnet/pe-format/ChangeLog +++ b/dev-dotnet/pe-format/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/pe-format -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.48 2013/10/14 20:53:46 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.49 2014/07/06 13:17:51 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pe-format-2.1.2.ebuild, + pe-format-2.9999.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 14 Oct 2013; Michał Górny <mgorny@gentoo.org> pe-format-2.9999.ebuild: Switch to git-r3. diff --git a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild b/dev-dotnet/pe-format/pe-format-2.1.2.ebuild index 517db7e7d07b..58342e7646bc 100644 --- a/dev-dotnet/pe-format/pe-format-2.1.2.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.1.2.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/dev-dotnet/pe-format/pe-format-2.1.2.ebuild,v 1.5 2013/09/11 08:02:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.1.2.ebuild,v 1.6 2014/07/06 13:17:51 mgorny Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit autotools-utils fdo-mime systemd DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/" -SRC_URI="mirror://bitbucket/mgorny/${PN}2/downloads/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild index cdce9b138db8..be48e82f97d5 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.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/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v 1.4 2013/10/14 20:53:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.9999.ebuild,v 1.5 2014/07/06 13:17:51 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit autotools-utils fdo-mime systemd DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://bitbucket.org/mgorny/pe-format2/" -SRC_URI="mirror://bitbucket/mgorny/${PN}2/downloads/${P}.tar.bz2" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}2/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |