From d93cdcc43f6db48bb44b2ccf5224eee93a41491f Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 22 Aug 2024 15:30:20 +0200 Subject: [PATCH] tools gentoo ebuild moved to var/db/ [skip ci] --- NOTES.txt | 6 +++--- tools/distributions/gentoo/{ => var/db}/repos/README.md | 0 .../gentoo/{ => var/db}/repos/crystal/.editorconfig | 0 .../gentoo/{ => var/db}/repos/crystal/.mailmap | 0 .../gentoo/{ => var/db}/repos/crystal/dev-cpp/metadata.xml | 0 .../{ => var/db}/repos/crystal/dev-cpp/tabulate/Manifest | 0 .../db}/repos/crystal/dev-cpp/tabulate/metadata.xml | 0 .../db}/repos/crystal/dev-cpp/tabulate/tabulate-1.5.ebuild | 0 .../db}/repos/crystal/dev-cpp/tabulate/tabulate-9999.ebuild | 0 .../gentoo/{ => var/db}/repos/crystal/dev-db/metadata.xml | 0 .../{ => var/db}/repos/crystal/dev-db/tinyorm/Manifest | 0 .../{ => var/db}/repos/crystal/dev-db/tinyorm/metadata.xml | 0 .../db}/repos/crystal/dev-db/tinyorm/tinyorm-0.37.3.ebuild | 0 .../db}/repos/crystal/dev-db/tinyorm/tinyorm-0.38.1.ebuild | 0 .../db}/repos/crystal/dev-db/tinyorm/tinyorm-9999.ebuild | 0 .../gentoo/{ => var/db}/repos/crystal/metadata/AUTHORS | 0 .../gentoo/{ => var/db}/repos/crystal/metadata/layout.conf | 0 .../gentoo/{ => var/db}/repos/crystal/profiles/eapi | 0 .../gentoo/{ => var/db}/repos/crystal/profiles/repo_name | 0 19 files changed, 3 insertions(+), 3 deletions(-) rename tools/distributions/gentoo/{ => var/db}/repos/README.md (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/.editorconfig (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/.mailmap (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-cpp/metadata.xml (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-cpp/tabulate/Manifest (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-cpp/tabulate/metadata.xml (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-cpp/tabulate/tabulate-1.5.ebuild (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-cpp/tabulate/tabulate-9999.ebuild (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-db/metadata.xml (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-db/tinyorm/Manifest (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-db/tinyorm/metadata.xml (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-db/tinyorm/tinyorm-0.37.3.ebuild (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-db/tinyorm/tinyorm-0.38.1.ebuild (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/dev-db/tinyorm/tinyorm-9999.ebuild (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/metadata/AUTHORS (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/metadata/layout.conf (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/profiles/eapi (100%) rename tools/distributions/gentoo/{ => var/db}/repos/crystal/profiles/repo_name (100%) diff --git a/NOTES.txt b/NOTES.txt index 58c9c44d2..a5eb9ece1 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -47,9 +47,9 @@ How to create a new Gentoo tinyorm ebuild: cd /var/db/repos/crystal/dev-db/tinyorm/ sudo cp/mv tinyorm-0.37.x.ebuild tinyorm-0.37.y.ebuild sudo ebuild ./tinyorm-0.37.y.ebuild manifest -- copy an updated Manifest and a new ebuild to tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/ -cp ./{Manifest,tinyorm-0.37.y.ebuild} ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm -cd ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm +- copy an updated Manifest and a new ebuild to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/ +cp ./{Manifest,tinyorm-0.37.y.ebuild} ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm +cd ~/Code/c/TinyORM/TinyORM/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm - update ownerships if needed chown xyz:xyz ./{Manifest,tinyorm-0.37.y.ebuild} - commit to TinyORM project, commit message like: diff --git a/tools/distributions/gentoo/repos/README.md b/tools/distributions/gentoo/var/db/repos/README.md similarity index 100% rename from tools/distributions/gentoo/repos/README.md rename to tools/distributions/gentoo/var/db/repos/README.md diff --git a/tools/distributions/gentoo/repos/crystal/.editorconfig b/tools/distributions/gentoo/var/db/repos/crystal/.editorconfig similarity index 100% rename from tools/distributions/gentoo/repos/crystal/.editorconfig rename to tools/distributions/gentoo/var/db/repos/crystal/.editorconfig diff --git a/tools/distributions/gentoo/repos/crystal/.mailmap b/tools/distributions/gentoo/var/db/repos/crystal/.mailmap similarity index 100% rename from tools/distributions/gentoo/repos/crystal/.mailmap rename to tools/distributions/gentoo/var/db/repos/crystal/.mailmap diff --git a/tools/distributions/gentoo/repos/crystal/dev-cpp/metadata.xml b/tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/metadata.xml similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-cpp/metadata.xml rename to tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/metadata.xml diff --git a/tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/Manifest b/tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/Manifest similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/Manifest rename to tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/Manifest diff --git a/tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/metadata.xml b/tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/metadata.xml similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/metadata.xml rename to tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/metadata.xml diff --git a/tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/tabulate-1.5.ebuild b/tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/tabulate-1.5.ebuild similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/tabulate-1.5.ebuild rename to tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/tabulate-1.5.ebuild diff --git a/tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/tabulate-9999.ebuild b/tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/tabulate-9999.ebuild similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-cpp/tabulate/tabulate-9999.ebuild rename to tools/distributions/gentoo/var/db/repos/crystal/dev-cpp/tabulate/tabulate-9999.ebuild diff --git a/tools/distributions/gentoo/repos/crystal/dev-db/metadata.xml b/tools/distributions/gentoo/var/db/repos/crystal/dev-db/metadata.xml similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-db/metadata.xml rename to tools/distributions/gentoo/var/db/repos/crystal/dev-db/metadata.xml diff --git a/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/Manifest b/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/Manifest similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/Manifest rename to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/Manifest diff --git a/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/metadata.xml b/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/metadata.xml similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/metadata.xml rename to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/metadata.xml diff --git a/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/tinyorm-0.37.3.ebuild b/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/tinyorm-0.37.3.ebuild similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/tinyorm-0.37.3.ebuild rename to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/tinyorm-0.37.3.ebuild diff --git a/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/tinyorm-0.38.1.ebuild b/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/tinyorm-0.38.1.ebuild similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/tinyorm-0.38.1.ebuild rename to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/tinyorm-0.38.1.ebuild diff --git a/tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/tinyorm-9999.ebuild b/tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/tinyorm-9999.ebuild similarity index 100% rename from tools/distributions/gentoo/repos/crystal/dev-db/tinyorm/tinyorm-9999.ebuild rename to tools/distributions/gentoo/var/db/repos/crystal/dev-db/tinyorm/tinyorm-9999.ebuild diff --git a/tools/distributions/gentoo/repos/crystal/metadata/AUTHORS b/tools/distributions/gentoo/var/db/repos/crystal/metadata/AUTHORS similarity index 100% rename from tools/distributions/gentoo/repos/crystal/metadata/AUTHORS rename to tools/distributions/gentoo/var/db/repos/crystal/metadata/AUTHORS diff --git a/tools/distributions/gentoo/repos/crystal/metadata/layout.conf b/tools/distributions/gentoo/var/db/repos/crystal/metadata/layout.conf similarity index 100% rename from tools/distributions/gentoo/repos/crystal/metadata/layout.conf rename to tools/distributions/gentoo/var/db/repos/crystal/metadata/layout.conf diff --git a/tools/distributions/gentoo/repos/crystal/profiles/eapi b/tools/distributions/gentoo/var/db/repos/crystal/profiles/eapi similarity index 100% rename from tools/distributions/gentoo/repos/crystal/profiles/eapi rename to tools/distributions/gentoo/var/db/repos/crystal/profiles/eapi diff --git a/tools/distributions/gentoo/repos/crystal/profiles/repo_name b/tools/distributions/gentoo/var/db/repos/crystal/profiles/repo_name similarity index 100% rename from tools/distributions/gentoo/repos/crystal/profiles/repo_name rename to tools/distributions/gentoo/var/db/repos/crystal/profiles/repo_name