From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4AEB0138CDB for ; Thu, 11 Jun 2015 16:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D63CBE085A; Thu, 11 Jun 2015 16:47:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DFCCE085A for ; Thu, 11 Jun 2015 16:47:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97C80340D22 for ; Thu, 11 Jun 2015 16:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23EE3A0C for ; Thu, 11 Jun 2015 16:47:09 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1434041241.51dc25891e851745e5acc659c38c3b1cd3610644.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/grantlee/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/grantlee/grantlee-9999.ebuild X-VCS-Directories: dev-libs/grantlee/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 51dc25891e851745e5acc659c38c3b1cd3610644 X-VCS-Branch: master Date: Thu, 11 Jun 2015 16:47:09 +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: 475a9456-c6b1-4280-a940-dae558fe8f38 X-Archives-Hash: 525ec9030cb6e47e8c8e38a4b02d041a commit: 51dc25891e851745e5acc659c38c3b1cd3610644 Author: CapitalLetterC gmail com> AuthorDate: Wed Jun 10 03:09:03 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Jun 11 16:47:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=51dc2589 [dev-libs/grantlee] git repo has moved dev-libs/grantlee/grantlee-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/grantlee/grantlee-9999.ebuild b/dev-libs/grantlee/grantlee-9999.ebuild index cecdb7d..aa5e8ee 100644 --- a/dev-libs/grantlee/grantlee-9999.ebuild +++ b/dev-libs/grantlee/grantlee-9999.ebuild @@ -8,8 +8,8 @@ VIRTUALX_REQUIRED="test" inherit cmake-utils virtualx git-r3 DESCRIPTION="C++ string template engine based on the Django template system" -HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home" -EGIT_REPO_URI=( "git://gitorious.org/grantlee/${PN}" ) +HOMEPAGE="https://github.com/steveire/grantlee" +EGIT_REPO_URI=( "https://github.com/steveire/${PN}" ) LICENSE="LGPL-2.1" SLOT="5"