diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-04 23:42:22 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-04 23:44:48 +0200 |
commit | b5ded8ee256189c75d8433c0772f1ff34cd528ec (patch) | |
tree | 7396af60c5cc0ffaa88a8b0cc465c41ae1c0ae7f /dev-java/joni | |
parent | dev-java/stax: update HOMEPAGE. (diff) | |
download | gentoo-b5ded8ee256189c75d8433c0772f1ff34cd528ec.tar.gz gentoo-b5ded8ee256189c75d8433c0772f1ff34cd528ec.tar.bz2 gentoo-b5ded8ee256189c75d8433c0772f1ff34cd528ec.zip |
dev-java/joni: update HOMEPAGE.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-java/joni')
-rw-r--r-- | dev-java/joni/joni-2.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/joni/joni-2.1.0.ebuild b/dev-java/joni/joni-2.1.0.ebuild index a2e39e2d7e57..3b88d67b34f0 100644 --- a/dev-java/joni/joni-2.1.0.ebuild +++ b/dev-java/joni/joni-2.1.0.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="source" -inherit base java-pkg-2 java-ant-2 +inherit java-pkg-2 java-ant-2 DESCRIPTION="Java port of the Oniguruma regular expression engine" -HOMEPAGE="http://jruby.codehaus.org/" +HOMEPAGE="https://github.com/codehaus" SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz" LICENSE="MIT" |