summaryrefslogtreecommitdiff
path: root/app-misc/scooter
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /app-misc/scooter
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'app-misc/scooter')
-rw-r--r--app-misc/scooter/Manifest4
-rw-r--r--app-misc/scooter/metadata.xml12
-rw-r--r--app-misc/scooter/scooter-0.9.0.ebuild22
-rw-r--r--app-misc/scooter/scooter-0.9.1.ebuild24
4 files changed, 0 insertions, 62 deletions
diff --git a/app-misc/scooter/Manifest b/app-misc/scooter/Manifest
deleted file mode 100644
index dda6b6de57c0..000000000000
--- a/app-misc/scooter/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST scooter-0.9.0-deps.tar.xz 29847044 BLAKE2B 5ff108af59408934f1a830b0c820247f94e5f1bed418394f4a900ad6916ef9d80aa5243c5ecac7ae8e4054024d311effe904f6935f0b8d94c1a011d7d076513b SHA512 5900b7bddd63ee9f27801cfc8afe9a7b95d399ceb0a847973e5c0c9345542cf97c6b16508cb54f613559c1e4c516a9aca8c9cb35a93bf17f70697ee0f5ddb7bb
-DIST scooter-0.9.0.tar.gz 2124761 BLAKE2B 7df2df33556205e23fcef91827295cc188d2b736d3efc630be31cfca8311b70036393de2b8eb31dadad9831542b44150b8d320bb33dd4074c0a460ec9ed09d37 SHA512 4ca11051b0379d465a94295c1247f589083e8b2540ab75ae8a25054f6cde241d47812763e9cd31207c39ad35b9cfc47e5948458d16667d112fcbf39c05b5454e
-DIST scooter-0.9.1-deps.tar.xz 25152008 BLAKE2B a8d184aa5ba37eaa6673903e0036d947836918c648bb1329b461a32d0a87b4889199632f1041bea32a6bf0f391d79d382227da4d08c035728a4004f6b32d6a2e SHA512 baca396c5d875d27448f9b73729fd4533ff23132e3490ba70d0823ddb7179034fbdb298ce795c3bacede9ea64c856d864476fb2e16572b945f74c034950d3618
-DIST scooter-0.9.1.tar.gz 2133061 BLAKE2B 4900ce25fde1f90affff121051a400aeca6b5f5430ed367569843fbec08c91eababaf4a96051f8a414bc8f467c867d1fa634b9cb5cced489d9d18009d90456d6 SHA512 60eee30a0cf3e8946e7e9ff8cd7caa9b38c7965eb1c14cdb82c7c236c0a036817da6c2639ea15ca29f5a6e7b08a468cc2c58a874cce9ef85912f2ac5a55f09b0
diff --git a/app-misc/scooter/metadata.xml b/app-misc/scooter/metadata.xml
deleted file mode 100644
index 55826001b0b0..000000000000
--- a/app-misc/scooter/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Pavel Sobolev</name>
- <email>contact@paveloom.dev</email>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/thomasschafer/scooter/issues</bugs-to>
- <remote-id type="github">thomasschafer/scooter</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-misc/scooter/scooter-0.9.0.ebuild b/app-misc/scooter/scooter-0.9.0.ebuild
deleted file mode 100644
index 27c729be252b..000000000000
--- a/app-misc/scooter/scooter-0.9.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cargo
-
-DESCRIPTION="Interactive find-and-replace in the terminal"
-HOMEPAGE="https://github.com/thomasschafer/scooter"
-SRC_URI="
- https://github.com/thomasschafer/scooter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
- cargo_src_install --path scooter
- dodoc README.md
-}
diff --git a/app-misc/scooter/scooter-0.9.1.ebuild b/app-misc/scooter/scooter-0.9.1.ebuild
deleted file mode 100644
index e0f6d0d67fea..000000000000
--- a/app-misc/scooter/scooter-0.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-RUST_MIN_VER="1.88.0"
-
-inherit cargo
-
-DESCRIPTION="Interactive find-and-replace in the terminal"
-HOMEPAGE="https://github.com/thomasschafer/scooter"
-SRC_URI="
- https://github.com/thomasschafer/scooter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
- https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
- cargo_src_install --path scooter
- dodoc README.md
-}