From: Göktürk Yüksek Date: Thu, 22 Dec 2016 09:45:45 +0000 (-0500) Subject: dev-cpp/gtkmm-utils: migrate away from google code #544092 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0829a5a93af7a6e53e16980a9bb60c3d7b8fe087;p=gentoo.git dev-cpp/gtkmm-utils: migrate away from google code #544092 Package-Manager: portage-2.3.0 --- diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild index cb1da71e662d..1423220f2992 100644 --- a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild +++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ inherit eutils flag-o-matic DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and glibmm." -HOMEPAGE="https://code.google.com/p/gtkmm-utils/" -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/markoa/gtkmm-utils" +SRC_URI="https://github.com/markoa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2" SLOT="0"