diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-05 14:26:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-05 14:28:07 +0200 |
commit | 8a7b48a6603365a2fc0d84a2d02d00789ded7134 (patch) | |
tree | 2f633f67063cb7dede8eca1905b47a0570525b27 /dev-java/jgoodies-binding | |
parent | dev-util/pkgcheck: version bump to 0.6.7 (diff) | |
download | gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.tar.gz gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.tar.bz2 gentoo-8a7b48a6603365a2fc0d84a2d02d00789ded7134.zip |
*/*: Remove mirror://gentoo rename hack
Replace 'mirror://gentoo/X -> Y' with plain 'mirror://gentoo/Y'. Since
actual filenames are used on the mirrors, the latter is valid for all
packages already.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/jgoodies-binding')
-rw-r--r-- | dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild index 9d62dba26479..e7e455b79489 100644 --- a/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild +++ b/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ MY_V=${PV//./_} DESCRIPTION="Bind object properties with UI components" HOMEPAGE="http://www.jgoodies.com/" -SRC_URI="mirror://gentoo/binding-${MY_V}.zip -> ${P}.zip" +SRC_URI="mirror://gentoo/${P}.zip" LICENSE="BSD" SLOT="1.0" |