Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/drush/
Date: Tue, 27 Oct 2015 23:24:07
Message-Id: 1445988207.1efe76def6671a724b07bc4202f5b06a7593d185.mjo@gentoo
1 commit: 1efe76def6671a724b07bc4202f5b06a7593d185
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 23:22:53 2015 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 23:23:27 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efe76de
7
8 app-admin/drush: remove ${PN} from HOMEPAGE at hasufell's suggestion.
9
10 Package-Manager: portage-2.2.20.1
11
12 app-admin/drush/drush-6.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/drush/drush-6.6.0.ebuild b/app-admin/drush/drush-6.6.0.ebuild
16 index 71807c6..4737c38 100644
17 --- a/app-admin/drush/drush-6.6.0.ebuild
18 +++ b/app-admin/drush/drush-6.6.0.ebuild
19 @@ -7,7 +7,7 @@ EAPI=5
20 inherit bash-completion-r1 eutils
21
22 DESCRIPTION="Command line shell and scripting interface for Drupal"
23 -HOMEPAGE="https://github.com/drush-ops/${PN}"
24 +HOMEPAGE="https://github.com/drush-ops/drush"
25 SRC_URI="https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-2"