dev-R/ini: 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:33:43 +02:00
parent 303fa97582
commit 817cfe98d3
3 changed files with 21 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST ini_0.3.1.tar.gz 3488 BLAKE2B f106cb98cfdceec65ad56206f25c433c74fa91f96751730888ad42f7453f6faa0811470fd00e038e2a0c05c024ed7118369e7175634315f7a0b5e45086a6f072 SHA512 cf49caa1baa6e4cba595b706a66493459267b4b9fe87e4c21d67d3c56baf060144e1e4e99bbcc106130da0a5061c1718a2dd2774f168278165141948cd4145a3

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='Read and Write .ini Files'
KEYWORDS="~amd64"
LICENSE='GPL-3'

10
dev-R/ini/metadata.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Read and Write '.ini' Files // Parse simple '.ini' configuration
files to an structured list. Users can manipulate this
resulting list with lapply() functions. This same structured
list can be used to write back to file after modifications.
</longdescription>
</pkgmetadata>