summaryrefslogtreecommitdiff
path: root/dev-R/tinytex
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/tinytex
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/tinytex')
-rw-r--r--dev-R/tinytex/Manifest1
-rw-r--r--dev-R/tinytex/metadata.xml17
-rw-r--r--dev-R/tinytex/tinytex-0.40.ebuild29
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-R/tinytex/Manifest b/dev-R/tinytex/Manifest
deleted file mode 100644
index 4fee2015abd3..000000000000
--- a/dev-R/tinytex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tinytex_0.40.tar.gz 32846 BLAKE2B b3edb270254cf2a2f721a70531dc8d4486e073b68a8199c6e78ad8503a0cbff52ddfabe97c5227c62a2f7e5a51db1d34667536a1ade5bd5ac5553fc99298b094 SHA512 bcef31b9245ed0a989b04d6a1f91781eeabba9c8aac11f6dd7b2d457944e9f8f40adb1477c898d95eb72a1cbb6ddc728be80a7b8ce9010b294c0e44fe28f92ad
diff --git a/dev-R/tinytex/metadata.xml b/dev-R/tinytex/metadata.xml
deleted file mode 100644
index 6604fa36cef3..000000000000
--- a/dev-R/tinytex/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>me@r0bert.dev</email>
- <name>Robert Greener</name>
- </maintainer>
- <longdescription lang="en">Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (https://yihui.org/tinytex/), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.</longdescription>
- <upstream>
- <maintainer>
- <email>xie@yihui.name</email>
- <name>Yihui Xie</name>
- </maintainer>
- <bugs-to>https://github.com/rstudio/tinytex/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-R/tinytex/tinytex-0.40.ebuild b/dev-R/tinytex/tinytex-0.40.ebuild
deleted file mode 100644
index 2e8459972d2d..000000000000
--- a/dev-R/tinytex/tinytex-0.40.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages edo
-
-DESCRIPTION='Helper Functions to Install and Maintain TeX Live, and Compile LaTeX Documents'
-KEYWORDS="~amd64"
-LICENSE='MIT'
-RESTRICT="!test? ( test )"
-IUSE="test"
-
-DEPEND="
- dev-R/xfun
- test? (
- dev-R/testit
- )
-"
-
-SUGGESTED_PACKAGES="
- dev-R/testit
- dev-R/rstudioapi
-"
-
-src_test() {
- cd "${WORKDIR}/${P}/tests" || die
- R_LIBS="${T}/R" edo Rscript --vanilla test-cran.R
-}