summaryrefslogtreecommitdiff
path: root/dev-R/stringr
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/stringr
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/stringr')
-rw-r--r--dev-R/stringr/Manifest1
-rw-r--r--dev-R/stringr/metadata.xml22
-rw-r--r--dev-R/stringr/stringr-1.4.0.ebuild18
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-R/stringr/Manifest b/dev-R/stringr/Manifest
deleted file mode 100644
index 86c9221431bd..000000000000
--- a/dev-R/stringr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stringr_1.4.0.tar.gz 135777 BLAKE2B f5e62185688eeb7851ff1b7386dee1b7accbeb86046dbe4eb7910cb8fd6dbe43bda5b902324aed965d05982032c524c8c45baa9f3dade596d3e2423962d9b9b6 SHA512 c72f150037a5ff55d9d067aef254a37a81cdaab8177b85cc88ba60610e1cfc0d04f0246666ba1a6e2d435e86fcb8cc589d872e24daac65c8faab7c71909b0a99
diff --git a/dev-R/stringr/metadata.xml b/dev-R/stringr/metadata.xml
deleted file mode 100644
index 13b14a93d80d..000000000000
--- a/dev-R/stringr/metadata.xml
+++ /dev/null
@@ -1,22 +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 consistent, simple and easy to use set of
-wrappers around the fantastic 'stringi' package. All function and
-argument names (and positions) are consistent, all functions deal with
-"NA"'s and zero length vectors in the same way, and the output from
-one function is easy to feed into the input of another.</longdescription>
- <upstream>
- <maintainer>
- <email>hadley@rstudio.com</email>
- <name>Hadley Wickham</name>
- </maintainer>
- <bugs-to>https://github.com/tidyverse/stringr/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-R/stringr/stringr-1.4.0.ebuild b/dev-R/stringr/stringr-1.4.0.ebuild
deleted file mode 100644
index 15531a8f6b0b..000000000000
--- a/dev-R/stringr/stringr-1.4.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Simple, Consistent Wrappers for common string operations'
-KEYWORDS="~amd64"
-LICENSE='GPL-2'
-
-DEPEND="
- >=dev-lang/R-3.1
- dev-R/magrittr
- >=dev-R/glue-1.2.0
- >=dev-R/stringi-1.1.7
-"
-RDEPEND="${DEPEND}"