Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/confix/
Date: Sun, 30 Oct 2016 20:05:17
Message-Id: 1477857860.91b43bfd2fded73ef12eaac576c7d719216a77be.swegener@gentoo
1 commit: 91b43bfd2fded73ef12eaac576c7d719216a77be
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 10:48:24 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:04:20 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b43bfd
7
8 dev-util/confix: Update SourceForge SVN URLs
9
10 Package-Manager: portage-2.2.28
11
12 dev-util/confix/confix-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/confix/confix-9999.ebuild b/dev-util/confix/confix-9999.ebuild
16 index ec0cd11..13df620 100644
17 --- a/dev-util/confix/confix-9999.ebuild
18 +++ b/dev-util/confix/confix-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -11,7 +11,7 @@ inherit distutils-r1 subversion
26
27 DESCRIPTION="Confix: A Build Tool on Top of GNU Automake"
28 HOMEPAGE="http://confix.sourceforge.net"
29 -ESVN_REPO_URI="http://svn.code.sf.net/p/confix/svn/confix/trunk"
30 +ESVN_REPO_URI="https://svn.code.sf.net/p/confix/svn/confix/trunk"
31 ESVN_PROJECT="${PN}"
32
33 LICENSE="GPL-2"