jgraphx: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-18 18:48:38 +02:00
parent 16d8fa51ce
commit 76529ce506
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
3 changed files with 18 additions and 10 deletions

View file

@ -1,12 +1,12 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2 versionator
inherit java-pkg-2 java-ant-2
MY_PV=$(replace_all_version_separators '_')
MY_PV=$(ver_rs '_')
DESCRIPTION="Open-source graph component for Java"
SRC_URI="https://github.com/jgraph/jgraphx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@ -16,7 +16,7 @@ DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
RDEPEND=">=virtual/jre-1.5"
LICENSE="BSD"
SLOT="$(get_version_component_range 1-2)"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64 ~x86"
src_prepare() {

View file

@ -1,12 +1,12 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2 versionator
inherit java-pkg-2 java-ant-2
MY_PV=$(replace_all_version_separators '_')
MY_PV=$(ver_rs '_')
DESCRIPTION="Open-source graph component for Java"
SRC_URI="https://github.com/jgraph/jgraphx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@ -16,7 +16,7 @@ DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
RDEPEND=">=virtual/jre-1.5"
LICENSE="BSD"
SLOT="$(get_version_component_range 1-2)"
SLOT="$(ver_cut 1-2)"
KEYWORDS="~amd64 ~x86"
src_prepare() {

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>