commit: dea3ae15e8c349f8ce19734daab961d5ba4c5829
Author: Florian Schmaus <flo <AT> geekplace <DOT> eu>
AuthorDate: Wed Feb 12 10:26:55 2020 +0000
Commit: Florian Schmaus <flo <AT> geekplace <DOT> eu>
CommitDate: Wed Feb 12 10:27:19 2020 +0000
URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=dea3ae15
dev-java/java-config: update ebuilds (s/git-2/git-r3/, …)
Switch from git-2 to git-r3 eclass, update header, use https in
HOMEPAGE, and remove no longer existent dev-java/java-config-wrapper
RDEPEND.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Florian Schmaus <flo <AT> geekplace.eu>
dev-java/java-config/java-config-2.2.9999.ebuild | 8 +++-----
dev-java/java-config/java-config-2.9999.ebuild | 8 +++-----
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/dev-java/java-config/java-config-2.2.9999.ebuild
b/dev-java/java-config/java-config-2.2.9999.ebuild
index 64e00d08..a67a2db1 100644
--- a/dev-java/java-config/java-config-2.2.9999.ebuild
+++ b/dev-java/java-config/java-config-2.2.9999.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="5"
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
-inherit git-2 distutils-r1 eutils
+inherit git-r3 distutils-r1 eutils
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/java-config.git"
EGIT_BRANCH="java-config-2.2"
DESCRIPTION="Java environment configuration tool"
-HOMEPAGE="http://www.gentoo.org/proj/en/java/"
+HOMEPAGE="https://www.gentoo.org/proj/en/java/"
SRC_URI=""
LICENSE="GPL-2"
@@ -22,7 +21,6 @@ KEYWORDS=""
IUSE=""
RDEPEND="
- >=dev-java/java-config-wrapper-0.15
sys-apps/baselayout-java
sys-apps/portage"
diff --git a/dev-java/java-config/java-config-2.9999.ebuild
b/dev-java/java-config/java-config-2.9999.ebuild
index 4c2f9a89..4556bebf 100644
--- a/dev-java/java-config/java-config-2.9999.ebuild
+++ b/dev-java/java-config/java-config-2.9999.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="5"
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
-inherit git-2 distutils-r1 eutils
+inherit git-r3 distutils-r1 eutils
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/java-config.git"
DESCRIPTION="Java environment configuration tool"
-HOMEPAGE="http://www.gentoo.org/proj/en/java/"
+HOMEPAGE="https://www.gentoo.org/proj/en/java/"
SRC_URI=""
LICENSE="GPL-2"
@@ -21,7 +20,6 @@ KEYWORDS=""
IUSE=""
RDEPEND="
- >=dev-java/java-config-wrapper-0.15
sys-apps/baselayout-java
sys-apps/portage"