From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F8E3139087 for ; Thu, 22 Dec 2016 10:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FD123403D; Thu, 22 Dec 2016 10:45:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2A8721C099 for ; Thu, 22 Dec 2016 10:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33358341229 for ; Thu, 22 Dec 2016 10:45:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9454524E0 for ; Thu, 22 Dec 2016 10:45:07 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1482403446.0829a5a93af7a6e53e16980a9bb60c3d7b8fe087.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild X-VCS-Directories: dev-cpp/gtkmm-utils/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 0829a5a93af7a6e53e16980a9bb60c3d7b8fe087 X-VCS-Branch: master Date: Thu, 22 Dec 2016 10:45:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8793dec7-1855-4084-aece-dbc337c7d01b X-Archives-Hash: e4a944ce6b50f5e13925c32ebbd873b5 commit: 0829a5a93af7a6e53e16980a9bb60c3d7b8fe087 Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Dec 22 09:45:45 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Dec 22 10:44:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0829a5a9 dev-cpp/gtkmm-utils: migrate away from google code #544092 Package-Manager: portage-2.3.0 dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild | 6 +++--- 1 file 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 cb1da71..1423220 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"