commit: 6a3ac3b77d98dbd4b1c8c50b901d78cf45cd3c5e Author: Valérian Rousset <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sat Oct 26 09:35:38 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Oct 27 07:37:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3ac3b7
dev-java/zxing-javase: update HOMEPAGE Signed-off-by: Valérian Rousset <tharvik <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/39114 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/zxing-javase/zxing-javase-3.5.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/zxing-javase/zxing-javase-3.5.1.ebuild b/dev-java/zxing-javase/zxing-javase-3.5.1.ebuild index 0240cfbf5268..3a079df3037a 100644 --- a/dev-java/zxing-javase/zxing-javase-3.5.1.ebuild +++ b/dev-java/zxing-javase/zxing-javase-3.5.1.ebuild @@ -10,8 +10,10 @@ JAVA_TESTING_FRAMEWORKS="junit-4" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Core barcode encoding/decoding library" -HOMEPAGE="https://github.com/zxing/zxing" +HOMEPAGE="https://zxing.github.io/zxing/" SRC_URI="https://github.com/zxing/zxing/archive/zxing-${PV}.tar.gz" +S="${WORKDIR}/zxing-zxing-${PV}/javase" + LICENSE="Apache-2.0" SLOT="3" KEYWORDS="amd64 ~arm64" @@ -29,8 +31,6 @@ RDEPEND=" >=virtual/jre-1.8:* " -S="${WORKDIR}/zxing-zxing-${PV}/javase" - PATCHES=( "${FILESDIR}/${PV}-test-available-formats.patch" )
