diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-19 00:49:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-19 00:49:58 +0000 |
commit | 2c18b7f7fb2885d27960657c60906ef0bac0681e (patch) | |
tree | 91c24c33362baf968c4c08f3a7220157b57a374f /app-shells | |
parent | bc7e0dbdbd194a8c2e09f82e1a5a4ea5e1b556f4 (diff) |
gentoo auto-resync : 19:03:2024 - 00:49:58
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/Manifest.gz | bin | 10299 -> 10628 bytes | |||
-rw-r--r-- | app-shells/irregular/Manifest | 3 | ||||
-rw-r--r-- | app-shells/irregular/irregular-0.7.8.ebuild | 34 | ||||
-rw-r--r-- | app-shells/irregular/metadata.xml | 13 | ||||
-rw-r--r-- | app-shells/ugit/Manifest | 3 | ||||
-rw-r--r-- | app-shells/ugit/metadata.xml | 13 | ||||
-rw-r--r-- | app-shells/ugit/ugit-0.4.3.ebuild | 36 |
7 files changed, 102 insertions, 0 deletions
diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz Binary files differindex 95100d64dbca..fa22c8392894 100644 --- a/app-shells/Manifest.gz +++ b/app-shells/Manifest.gz diff --git a/app-shells/irregular/Manifest b/app-shells/irregular/Manifest new file mode 100644 index 000000000000..23987489a8af --- /dev/null +++ b/app-shells/irregular/Manifest @@ -0,0 +1,3 @@ +DIST irregular-0.7.8.tar.gz 530657 BLAKE2B e6a350d3ba582bfcfd23a2ff8b3a992fa43a4dbd0fbf18eb9bdb1f5c76f8140c1d27b02cc6feb28bfe1c45be480f72ca8a592b0bb54efb529c78904a79f95019 SHA512 c4a2a8cfe202ec7222c038125b2fed4c58b6611e03bff836b3d90b7e0c6a932a4d00e430cd6212b43fa30e471c8ba8fdbcf0f43474f89c84078386f55575b635 +EBUILD irregular-0.7.8.ebuild 806 BLAKE2B 147bf167bcb22b6e80a5bf60ace7a0d682692c4aaeb5b09d332a3b1d555e55f0dcc775037633c065d33bcdb004def86cec0bf7bb71a32f020c80c6467283ae17 SHA512 e48636128b4c22c7c5f244ae97fee0e4fc081a273b0094e42ae19d472071281debc9c9633016277617534911b25f56a227f5b97a9f042e0d93d9ce7ecd9c0013 +MISC metadata.xml 433 BLAKE2B 599ecbe58562c297c4b376a49188548bef45bbfb0779553331dfb9e92ae699e6992fa71bea5fde9d543c5be70ca908710c0b5b2525ef8af05845b1fda35495f7 SHA512 9eb054e527e06f2a442b11eec27708eaf36542cac8a3ff5b34310dcadbc795a0b3b314f029562fbea9da67b136c6e3463dc010c283add7528e75507f49c59a57 diff --git a/app-shells/irregular/irregular-0.7.8.ebuild b/app-shells/irregular/irregular-0.7.8.ebuild new file mode 100644 index 000000000000..fbaf088f26c5 --- /dev/null +++ b/app-shells/irregular/irregular-0.7.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="PowerShell module that helps to understand, use, and build regular expressions" +HOMEPAGE="https://irregular.start-automating.com/ + https://github.com/StartAutomating/Irregular/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/StartAutomating/${PN^}.git" +else + SRC_URI="https://github.com/StartAutomating/${PN^}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + S="${WORKDIR}/${P^}" + + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="${PV}" + +RDEPEND="virtual/pwsh:*" + +src_install() { + insinto "/usr/share/GentooPowerShell/Modules/${PN^}/${PV}" + doins "${PN^}.psd1" + doins *.ps1 *.ps1xml *.psm1 + doins -r Formatting RegEx Types en-us + + dodoc *.md +} diff --git a/app-shells/irregular/metadata.xml b/app-shells/irregular/metadata.xml new file mode 100644 index 000000000000..57f0f430cade --- /dev/null +++ b/app-shells/irregular/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>dotnet@gentoo.org</email> + <name>Gentoo Dotnet Project</name> + </maintainer> + <upstream> + <bugs-to>https://gitlab.com/StartAutomating/Irregular/issues/</bugs-to> + <remote-id type="github">StartAutomating/Irregular</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-shells/ugit/Manifest b/app-shells/ugit/Manifest new file mode 100644 index 000000000000..e551fb983994 --- /dev/null +++ b/app-shells/ugit/Manifest @@ -0,0 +1,3 @@ +DIST ugit-0.4.3.tar.gz 105253 BLAKE2B c1d38fc005a2e577923b57eca1290add3742153155618dff7d88ebe41faeea0a0046da87f89f6bcf675c61e9f5125a840bb690ce6ade4f0f080db4326bb9ec20 SHA512 9ea573029cd3191809a5da60a1533f5f026c1facc9da74a957a166129ba92ba92b4076de2654cc90dfd66563d2858bb25f43d8a3be92404776ce049aed2f6c93 +EBUILD ugit-0.4.3.ebuild 779 BLAKE2B 69d9aab5a0b9d144d471608c3bd3b03117d99343b7e55881e3f97c4fa65f8aa5a62e67cc9b87a1f77971e195f970e412619fd61dd4bd467fd5886773fdf52f66 SHA512 ccbaed205d1b74fb3b0b57c66f775e536ab3a594fc2b3a6450a7f4fa1ad774e12a14aa857aa90e546f7bc3814e3e792418c61960ab9eadbe2b8ced67743c8cfd +MISC metadata.xml 423 BLAKE2B 621438909ee7b04cb57711f68a88cad10e7031dbee489e8b3209e4786fe5ac614d2df5942d5382be3ddffd7eeb5afc616bfb71b3c6f2f36c7992e4009f91580b SHA512 add4e472e8a873958b5967966a4b642a8dccbe4205e3e23f19361eb7cf3133e997a12291128605c2e3f2d95d6588df76c2c8d72160bbb58f549c0d47c4fb1d88 diff --git a/app-shells/ugit/metadata.xml b/app-shells/ugit/metadata.xml new file mode 100644 index 000000000000..16e9adce3978 --- /dev/null +++ b/app-shells/ugit/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>dotnet@gentoo.org</email> + <name>Gentoo Dotnet Project</name> + </maintainer> + <upstream> + <bugs-to>https://gitlab.com/StartAutomating/ugit/issues/</bugs-to> + <remote-id type="github">StartAutomating/ugit</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-shells/ugit/ugit-0.4.3.ebuild b/app-shells/ugit/ugit-0.4.3.ebuild new file mode 100644 index 000000000000..f321df3b91f8 --- /dev/null +++ b/app-shells/ugit/ugit-0.4.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="PowerShell wrapper for git, automate repos and output git as objects" +HOMEPAGE="https://ugit.start-automating.com/ + https://github.com/StartAutomating/ugit/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/StartAutomating/${PN}.git" +else + SRC_URI="https://github.com/StartAutomating/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="${PV}" + +RDEPEND=" + dev-vcs/git + virtual/pwsh:* +" + +src_install() { + insinto "/usr/share/GentooPowerShell/Modules/${PN}/${PV}" + doins "${PN}.psd1" + doins *.ps1 *.ps1xml *.psm1 + doins -r Commands Extensions Types en-us + + dodoc *.md +} |