diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-24 07:57:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-24 12:00:02 +0200 |
commit | 70e973f5a13e99cf44eb4befcf20f4093f965fe4 (patch) | |
tree | 2ce8849c38c551d77da8beed7c3a59d72239b7e0 /dev-java/tablelayout/tablelayout-1.0.ebuild | |
parent | dev-java/jsr173: Rename the distfile (diff) | |
download | gentoo-70e973f5a13e99cf44eb4befcf20f4093f965fe4.tar.gz gentoo-70e973f5a13e99cf44eb4befcf20f4093f965fe4.tar.bz2 gentoo-70e973f5a13e99cf44eb4befcf20f4093f965fe4.zip |
dev-java/tablelayout: Update URIs, rename the distfile
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/12781
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/tablelayout/tablelayout-1.0.ebuild')
-rw-r--r-- | dev-java/tablelayout/tablelayout-1.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-java/tablelayout/tablelayout-1.0.ebuild b/dev-java/tablelayout/tablelayout-1.0.ebuild index b0689be25fcf..afc16b2f180b 100644 --- a/dev-java/tablelayout/tablelayout-1.0.ebuild +++ b/dev-java/tablelayout/tablelayout-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,9 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Layout manager that makes creating user interfaces fast and easy" -HOMEPAGE="https://tablelayout.dev.java.net/" -SRC_URI="http://www.oracle.com/technetwork/java/${PN}.jar" +HOMEPAGE="https://www.oracle.com/technetwork/java/tablelayout-141489.html" +SRC_URI="https://www.oracle.com/technetwork/java/${PN}.jar -> ${P}.jar" + LICENSE="LGPL-2.1" KEYWORDS="amd64 ~ppc64 x86" SLOT="0" |