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 CA2B913888F for ; Tue, 27 Oct 2015 23:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6263BE07FC; Tue, 27 Oct 2015 23:24:05 +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 00F67E07FC for ; Tue, 27 Oct 2015 23:24:04 +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 BC7A6340AB2 for ; Tue, 27 Oct 2015 23:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D65EC25 for ; Tue, 27 Oct 2015 23:23:59 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1445988207.1efe76def6671a724b07bc4202f5b06a7593d185.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/drush/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/drush/drush-6.6.0.ebuild X-VCS-Directories: app-admin/drush/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 1efe76def6671a724b07bc4202f5b06a7593d185 X-VCS-Branch: master Date: Tue, 27 Oct 2015 23:23:59 +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: e793cb22-c08a-4d2e-a966-57d5cc448358 X-Archives-Hash: b554f49c39c9d971e4ad88887df48b6a commit: 1efe76def6671a724b07bc4202f5b06a7593d185 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Oct 27 23:22:53 2015 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Oct 27 23:23:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efe76de app-admin/drush: remove ${PN} from HOMEPAGE at hasufell's suggestion. Package-Manager: portage-2.2.20.1 app-admin/drush/drush-6.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/drush/drush-6.6.0.ebuild b/app-admin/drush/drush-6.6.0.ebuild index 71807c6..4737c38 100644 --- a/app-admin/drush/drush-6.6.0.ebuild +++ b/app-admin/drush/drush-6.6.0.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit bash-completion-r1 eutils DESCRIPTION="Command line shell and scripting interface for Drupal" -HOMEPAGE="https://github.com/drush-ops/${PN}" +HOMEPAGE="https://github.com/drush-ops/drush" SRC_URI="https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"