msgpack: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-18 17:14:11 +02:00
parent 57d41708ac
commit 362754e144
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
4 changed files with 18 additions and 16 deletions

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>

View file

@ -1,18 +1,16 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EAPI=7
inherit eutils java-pkg-2 java-pkg-simple
DESCRIPTION="MessagePack for Java is a binary-based efficient object serialization library"
HOMEPAGE="http://msgpack.org"
SRC_URI="https://codeload.github.com/${PN}/${PN}/tar.gz/java-${PV} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="$(get_version_component_range 2-3)"
SLOT="$(ver_cut 2-3)"
KEYWORDS="~amd64 ~x86"
IUSE=""
@ -31,5 +29,3 @@ RDEPEND="${CDEPEND}
S="${WORKDIR}/${PN}-java-${PV}/java/src/main"
JAVA_GENTOO_CLASSPATH="javassist-${JAVASSIST_SLOT},json-simple,slf4j-api"

View file

@ -1,8 +1,7 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=7
inherit eutils java-pkg-2 java-pkg-simple
@ -11,7 +10,7 @@ HOMEPAGE="http://msgpack.org"
SRC_URI="https://github.com/msgpack/msgpack-java/archive/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="$(get_version_component_range 2-3)"
SLOT="$(ver_cut 2-3)"
KEYWORDS="~amd64 ~x86"
IUSE=""

View file

@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit java-pkg-2 java-pkg-simple
@ -10,9 +10,8 @@ HOMEPAGE="http://msgpack.org"
SRC_URI="https://github.com/msgpack/msgpack-java/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="$(get_version_component_range 2-3)"
KEYWORDS="~amd64 ~x86"
IUSE=""
SLOT="$(ver_cut 2-3)"
#KEYWORDS="~amd64 ~x86" # Requires dev-java/jackson-databind, which is neither in Gentoo nor Pentoo
CDEPEND="dev-java/junit:4
dev-java/hamcrest-core:1.3