Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/aspectj/
Date: Thu, 15 Apr 2021 05:34:46
Message-Id: 1618464596.4bd0b543c65a0229d0adae17d5526356d2f6447d.sam@gentoo
1 commit: 4bd0b543c65a0229d0adae17d5526356d2f6447d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 05:29:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 05:29:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd0b543
7
8 dev-java/aspectj: fix static PV in SRC_URI in 1.7.3-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-java/aspectj/aspectj-1.7.3-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/aspectj/aspectj-1.7.3-r1.ebuild b/dev-java/aspectj/aspectj-1.7.3-r1.ebuild
16 index 316152059df..14b9dcd39d2 100644
17 --- a/dev-java/aspectj/aspectj-1.7.3-r1.ebuild
18 +++ b/dev-java/aspectj/aspectj-1.7.3-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple
26
27 DESCRIPTION="A seamless aspect-oriented extension to the Java programming language"
28 HOMEPAGE="http://eclipse.org/aspectj/"
29 -SRC_URI="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.7.3-src.jar&r=1 -> ${P}.jar"
30 +SRC_URI="http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/${P}-src.jar&r=1 -> ${P}.jar"
31
32 LICENSE="EPL-1.0"
33 SLOT="0"