diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:21:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 13:21:52 +0000 |
commit | a0b11dde1c8e35593fd078fb9b3d339b4075afd8 (patch) | |
tree | 0f8ed84f71fbd829ca91ea1a7a004c8cce8db3cf /sys-devel/systemd-m4 | |
parent | Replace obsolete mirror://bitbucket with the real URI. (diff) | |
download | gentoo-2-a0b11dde1c8e35593fd078fb9b3d339b4075afd8.tar.gz gentoo-2-a0b11dde1c8e35593fd078fb9b3d339b4075afd8.tar.bz2 gentoo-2-a0b11dde1c8e35593fd078fb9b3d339b4075afd8.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 'sys-devel/systemd-m4')
-rw-r--r-- | sys-devel/systemd-m4/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/systemd-m4/systemd-m4-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/systemd-m4/ChangeLog b/sys-devel/systemd-m4/ChangeLog index 842b1ba97cdc..c1b35d58abc6 100644 --- a/sys-devel/systemd-m4/ChangeLog +++ b/sys-devel/systemd-m4/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/systemd-m4 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/systemd-m4/ChangeLog,v 1.2 2013/10/16 13:24:42 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/systemd-m4/ChangeLog,v 1.3 2014/07/06 13:21:52 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> systemd-m4-9999.ebuild: + Replace obsolete mirror://bitbucket with the real URI. 16 Oct 2013; Michał Górny <mgorny@gentoo.org> systemd-m4-9999.ebuild: Switch to git-r3. diff --git a/sys-devel/systemd-m4/systemd-m4-9999.ebuild b/sys-devel/systemd-m4/systemd-m4-9999.ebuild index a941cd2b8d67..becbae26926c 100644 --- a/sys-devel/systemd-m4/systemd-m4-9999.ebuild +++ b/sys-devel/systemd-m4/systemd-m4-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/sys-devel/systemd-m4/systemd-m4-9999.ebuild,v 1.2 2013/10/16 13:24:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/systemd-m4/systemd-m4-9999.ebuild,v 1.3 2014/07/06 13:21:52 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ inherit autotools-utils DESCRIPTION="autoconf macros for packages using systemd" HOMEPAGE="https://bitbucket.org/mgorny/systemd-m4/" -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" |