dev-R/xfun: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:15:09 +02:00
parent 94ddce9021
commit 477c688fb3
3 changed files with 20 additions and 0 deletions

1
dev-R/xfun/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST xfun_0.23.tar.gz 111696 BLAKE2B 116f040192ff942fe80b2ed5c0ec49c3a3389276e9ca3e766440b1f68dc9f685e99311179458c0824dfa43e862e9cedfc32c809972a6000b61d1557f34a59d94 SHA512 3b5a1fc38af1ef35068d783a929a81bdbab0ec7ba773acafb61208bde78ea67175e1445f186d816bbfb6913d3ce323089d6b8d26712776ac9d2703bb6808a1fe

9
dev-R/xfun/metadata.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Supporting Functions for Packages Maintained by 'Yihui Xie' //
Miscellaneous functions commonly used in other packages
maintained by 'Yihui Xie'.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Supporting Functions for Package maintained by Yihui Xie'
KEYWORDS="~amd64"
LICENSE='MIT'