diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-22 04:45:45 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-22 05:44:06 -0500 |
commit | 0829a5a93af7a6e53e16980a9bb60c3d7b8fe087 (patch) | |
tree | 67c19aa5fdc351984a81a0bb37a83f6198894499 /dev-cpp | |
parent | profiles: mask app-admin/phpsyslogng for removal (diff) | |
download | gentoo-0829a5a93af7a6e53e16980a9bb60c3d7b8fe087.tar.gz gentoo-0829a5a93af7a6e53e16980a9bb60c3d7b8fe087.tar.bz2 gentoo-0829a5a93af7a6e53e16980a9bb60c3d7b8fe087.zip |
dev-cpp/gtkmm-utils: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |