Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-httpclient/
Date: Sun, 20 Feb 2022 20:28:46
Message-Id: 1645388912.3e9ae0d0e079e3430943a63265b8ed93efc23058.flow@gentoo
1 commit: 3e9ae0d0e079e3430943a63265b8ed93efc23058
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Sun Feb 20 18:39:42 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 20:28:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9ae0d0
7
8 dev-java/commons-httpclient: Adjust HOMEPAGE
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/24288
13 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
14
15 dev-java/commons-httpclient/commons-httpclient-3.1-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1-r2.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.1-r2.ebuild
19 index 33d729be1df0..6e82213d770d 100644
20 --- a/dev-java/commons-httpclient/commons-httpclient-3.1-r2.ebuild
21 +++ b/dev-java/commons-httpclient/commons-httpclient-3.1-r2.ebuild
22 @@ -9,7 +9,7 @@ MAVEN_ID="commons-httpclient:commons-httpclient:3.1"
23 inherit java-pkg-2 java-ant-2
24
25 DESCRIPTION="The Jakarta Commons HttpClient library"
26 -HOMEPAGE="https://hc.apache.org/"
27 +HOMEPAGE="https://hc.apache.org/httpclient-legacy/"
28 SRC_URI="mirror://apache/httpcomponents/${PN}/source/${P}-src.tar.gz"
29 LICENSE="Apache-2.0"
30 SLOT="3"