mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-R/xml2: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST xml2_1.3.2.tar.gz 271876 BLAKE2B 6e8ccb398c950f84e2141454de0ec0cdf14dce5330f40ea44f01038d228ffb5ebb49f8783dcf44682a19339a666bc5e40069e7150c4946d5cf27ce0039d573a2 SHA512 f74ceed824c71870bdf9c9a77818a4abf508d084fca49f570c1028fc74b90a23e59e4cab37649138536341e94b06d01d1e3be6341d8de017e10951e58aea174b
|
DIST xml2_1.3.3.tar.gz 283965 BLAKE2B b1833cf9a34db9abb112829a459ab07d85084e118a65943ea7f909e2595afccbf5b4b87f8d2ac96f7adcffbd06058803d17e9fef56f3bb1e3fbbd639a672884a SHA512 987cb0d3c4d58767c693331bc4bd647959ffa05d431f41638f99995be147f0e9f01728fb129163b7eb63a83cdc4438514f2c959db0a525e0b6520a50fac7eb15
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
# 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
|
|
||||||
"
|
|
||||||
27
dev-R/xml2/xml2-1.3.3.ebuild
Normal file
27
dev-R/xml2/xml2-1.3.3.ebuild
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit R-packages
|
||||||
|
|
||||||
|
DESCRIPTION='Work with XML files using a simple, consistent interface'
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
LICENSE='GPL-2+'
|
||||||
|
|
||||||
|
DEPEND=">=dev-lang/R-3.1.0"
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
dev-libs/libxml2
|
||||||
|
"
|
||||||
|
|
||||||
|
SUGGESTED_PACKAGES="
|
||||||
|
dev-R/covr
|
||||||
|
dev-R/curl
|
||||||
|
dev-R/httr
|
||||||
|
dev-R/knitr
|
||||||
|
dev-R/magrittr
|
||||||
|
dev-R/mockery
|
||||||
|
dev-R/markdown
|
||||||
|
>=dev-R/testthat-2.1.0
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user