dev-java/xmlpull - 1.1.3.1 (spark-overlay)

Search

Install

Install this version:

emerge -a =dev-java/xmlpull-1.1.3.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-java/xmlpull-1.1.3.1

Or alternatively:

emerge --autounmask-write -a =dev-java/xmlpull-1.1.3.1

Package Information

Description:
XML Pull Parsing API
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
1.1.3.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Skeleton command:
# java-ebuilder --generate-ebuild --workdir . --pom /var/lib/java-ebuilder/poms/xmlpull-1.1.3.1.pom --download-uri https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar --slot 0 --keywords "~amd64" --ebuild xmlpull-1.1.3.1.ebuild

EAPI=8

MAVEN_ID="xmlpull:xmlpull:1.1.3.1"

inherit java-pkg-2 java-pkg-binjar

DESCRIPTION="XML Pull Parsing API"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}.jar"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=virtual/jdk-1.8:*
"

RDEPEND="
	>=virtual/jre-1.8:*
"

S="${WORKDIR}"

Inherited Eclasses

Dependencies

DEPEND

	>=virtual/jdk-1.8:*

RDEPEND

	>=virtual/jre-1.8:*

Manifest for 1.1.3.1

Type File Size Source URLs
DIST xmlpull-1.1.3.1.jar 7188 bytes https://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar