Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/tablelayout/
Date: Sat, 24 Aug 2019 10:00:24
Message-Id: 1566640802.70e973f5a13e99cf44eb4befcf20f4093f965fe4.mgorny@gentoo
1 commit: 70e973f5a13e99cf44eb4befcf20f4093f965fe4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 05:57:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 10:00:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e973f5
7
8 dev-java/tablelayout: Update URIs, rename the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/12781
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-java/tablelayout/Manifest | 2 +-
15 dev-java/tablelayout/tablelayout-1.0.ebuild | 7 ++++---
16 2 files changed, 5 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-java/tablelayout/Manifest b/dev-java/tablelayout/Manifest
19 index de3dc95f662..0ee9bdf58b9 100644
20 --- a/dev-java/tablelayout/Manifest
21 +++ b/dev-java/tablelayout/Manifest
22 @@ -1 +1 @@
23 -DIST tablelayout.jar 112151 BLAKE2B cf084118517271987fd92027ee88914bdfe0199b79502d77dfd194fa4f19d2a5ffe7a208206443c1819ed10b7465ded1493e4cdbf33000bacd7e2885ec0c1877 SHA512 b6e9ef07b50165679df8338123cc636b8165ab989e71afc9d1279e257bb171675aa46cc304e65d7e301c66117149675bd987c07d6cf5b03cd1c7768144e22902
24 +DIST tablelayout-1.0.jar 112151 BLAKE2B cf084118517271987fd92027ee88914bdfe0199b79502d77dfd194fa4f19d2a5ffe7a208206443c1819ed10b7465ded1493e4cdbf33000bacd7e2885ec0c1877 SHA512 b6e9ef07b50165679df8338123cc636b8165ab989e71afc9d1279e257bb171675aa46cc304e65d7e301c66117149675bd987c07d6cf5b03cd1c7768144e22902
25
26 diff --git a/dev-java/tablelayout/tablelayout-1.0.ebuild b/dev-java/tablelayout/tablelayout-1.0.ebuild
27 index b0689be25fc..afc16b2f180 100644
28 --- a/dev-java/tablelayout/tablelayout-1.0.ebuild
29 +++ b/dev-java/tablelayout/tablelayout-1.0.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 +# Copyright 1999-2019 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -7,8 +7,9 @@ JAVA_PKG_IUSE="doc source"
37 inherit java-pkg-2 java-pkg-simple
38
39 DESCRIPTION="Layout manager that makes creating user interfaces fast and easy"
40 -HOMEPAGE="https://tablelayout.dev.java.net/"
41 -SRC_URI="http://www.oracle.com/technetwork/java/${PN}.jar"
42 +HOMEPAGE="https://www.oracle.com/technetwork/java/tablelayout-141489.html"
43 +SRC_URI="https://www.oracle.com/technetwork/java/${PN}.jar -> ${P}.jar"
44 +
45 LICENSE="LGPL-2.1"
46 KEYWORDS="amd64 ~ppc64 x86"
47 SLOT="0"