mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
jgraphx: fix repoman issues
This commit is contained in:
parent
16d8fa51ce
commit
76529ce506
3 changed files with 18 additions and 10 deletions
|
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=7
|
||||||
|
|
||||||
JAVA_PKG_IUSE="doc source"
|
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"
|
DESCRIPTION="Open-source graph component for Java"
|
||||||
SRC_URI="https://github.com/jgraph/jgraphx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
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"
|
app-arch/unzip"
|
||||||
RDEPEND=">=virtual/jre-1.5"
|
RDEPEND=">=virtual/jre-1.5"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="$(get_version_component_range 1-2)"
|
SLOT="$(ver_cut 1-2)"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|
|
||||||
|
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=7
|
||||||
|
|
||||||
JAVA_PKG_IUSE="doc source"
|
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"
|
DESCRIPTION="Open-source graph component for Java"
|
||||||
SRC_URI="https://github.com/jgraph/jgraphx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
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"
|
app-arch/unzip"
|
||||||
RDEPEND=">=virtual/jre-1.5"
|
RDEPEND=">=virtual/jre-1.5"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="$(get_version_component_range 1-2)"
|
SLOT="$(ver_cut 1-2)"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|
|
||||||
8
dev-java/jgraphx/metadata.xml
Normal file
8
dev-java/jgraphx/metadata.xml
Normal 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>
|
||||||
Loading…
Reference in a new issue