summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/systemd-m4')
-rw-r--r--sys-devel/systemd-m4/ChangeLog7
-rw-r--r--sys-devel/systemd-m4/systemd-m4-9999.ebuild6
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"