summaryrefslogtreecommitdiff
path: root/dev-R/stringi
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
commit4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch)
treea3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-R/stringi
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/stringi')
-rw-r--r--dev-R/stringi/Manifest1
-rw-r--r--dev-R/stringi/metadata.xml25
-rw-r--r--dev-R/stringi/stringi-1.7.6.ebuild16
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-R/stringi/Manifest b/dev-R/stringi/Manifest
deleted file mode 100644
index 4bd2a3944ab6..000000000000
--- a/dev-R/stringi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stringi_1.7.6.tar.gz 7600716 BLAKE2B 7f2590e49d4ba6e5b89ab658bc416756cd24212e375d46e127e20f9307a598e2f8de7a2badd49be747ab60cdc48bb044959a2235fa857e358f3a50b28a78191b SHA512 fe130971ae1a546d853237b751ecc5ef51ca17efba0ce9fe159d5f53daa542c6c87680b428e6df880cbce71ce265f068b6a017e5c8ed2b149a4b39185212a269
diff --git a/dev-R/stringi/metadata.xml b/dev-R/stringi/metadata.xml
deleted file mode 100644
index e39b7deda121..000000000000
--- a/dev-R/stringi/metadata.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- <description>co-maintainers welcome</description>
- </maintainer>
- <longdescription lang="en">A collection of character string/text/natural language
-processing tools for pattern searching (e.g., with 'Java'-like regular
-expressions or the 'Unicode' collation algorithm), random string generation,
-case mapping, string transliteration, concatenation, sorting, padding,
-wrapping, Unicode normalisation, date-time formatting and parsing,
-and many more. They are fast, consistent, convenient, and -
-thanks to 'ICU' (International Components for Unicode) -
-portable across all locales and platforms.</longdescription>
- <upstream>
- <maintainer>
- <email>marek@gagolewski.com</email>
- <name>Marek Gagolewski</name>
- </maintainer>
- <bugs-to>https://github.com/gagolews/stringi/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-R/stringi/stringi-1.7.6.ebuild b/dev-R/stringi/stringi-1.7.6.ebuild
deleted file mode 100644
index d90e2b206cd9..000000000000
--- a/dev-R/stringi/stringi-1.7.6.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Character String Processing Facilities'
-KEYWORDS="~amd64"
-LICENSE="GPL-2+ BSD public-domain MIT"
-
-DEPEND="
- >=dev-lang/R-3.1
- >=dev-libs/icu-55
-"
-RDEPEND="${DEPEND}"