Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/php-redmine-api/
Date: Sat, 08 Feb 2020 18:56:00
Message-Id: 1581188073.f4ac8933fcf57d6021e978926cb708ac8cc6959e.soap@gentoo
1 commit: f4ac8933fcf57d6021e978926cb708ac8cc6959e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:54:33 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:54:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ac8933
7
8 dev-php/php-redmine-api: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild | 2 +-
13 dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild
17 index 78a322edae6..70cafd89009 100644
18 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild
19 +++ b/dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DESCRIPTION="A simple, object-oriented, PHP Redmine API client"
24 -HOMEPAGE="https://github.com/kbsali/${PN}"
25 +HOMEPAGE="https://github.com/kbsali/php-redmine-api"
26 SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="MIT"
29
30 diff --git a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild
31 index feca4c00143..e15edc95d6c 100644
32 --- a/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild
33 +++ b/dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=6
36
37 DESCRIPTION="A simple, object-oriented, PHP Redmine API client"
38 -HOMEPAGE="https://github.com/kbsali/${PN}"
39 +HOMEPAGE="https://github.com/kbsali/php-redmine-api"
40 SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="MIT"