mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-R/xml2: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/xml2/Manifest
Normal file
1
dev-R/xml2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST xml2_1.3.2.tar.gz 271876 BLAKE2B 6e8ccb398c950f84e2141454de0ec0cdf14dce5330f40ea44f01038d228ffb5ebb49f8783dcf44682a19339a666bc5e40069e7150c4946d5cf27ce0039d573a2 SHA512 f74ceed824c71870bdf9c9a77818a4abf508d084fca49f570c1028fc74b90a23e59e4cab37649138536341e94b06d01d1e3be6341d8de017e10951e58aea174b
|
||||
8
dev-R/xml2/metadata.xml
Normal file
8
dev-R/xml2/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>
|
||||
<longdescription>
|
||||
Parse XML // Work with XML files using a simple, consistent
|
||||
interface. Built on top of the 'libxml2' C library.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
16
dev-R/xml2/xml2-1.3.2.ebuild
Normal file
16
dev-R/xml2/xml2-1.3.2.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Parse XML'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='GPL-2+'
|
||||
|
||||
DEPEND=">=dev-lang/R-3.1.0"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-libs/libxml2
|
||||
"
|
||||
Reference in New Issue
Block a user