summaryrefslogtreecommitdiff
path: root/Technology/Gentoo/Custom Ebuild Repo.md
diff options
context:
space:
mode:
Diffstat (limited to 'Technology/Gentoo/Custom Ebuild Repo.md')
-rw-r--r--Technology/Gentoo/Custom Ebuild Repo.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/Technology/Gentoo/Custom Ebuild Repo.md b/Technology/Gentoo/Custom Ebuild Repo.md
deleted file mode 100644
index 2a5e3b7..0000000
--- a/Technology/Gentoo/Custom Ebuild Repo.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Create the repo
-su
-mkdir -p /var/db/repos/$CUSTOM_EBUILD_REPO_NAME/{metadata,profiles}
-chown -R portage:portage /var/db/repos/localrepo
-
-cd /var/db/repos/$CUSTOM_EBUILD_REPO_NAME/
-
-vim profiles/[[repo_name](repo_name)
-
-vim metadata/[[layout.conf]]
-
-vim /etc/portage/repos.conf/[[$CUSTOM_EBUILD_REPO_NAME.conf]]
-
-# Add ebuilds to repo
-
-mkdir -p sci-visualization/visidata
-
-chown -R portage:portage sci-visualization
-
-cd
-
-wget ebuild_url -O pkg_name-version.ebuild
-
-chown -R portage:portage .ebuild
-
-doas pkgdev manifest -f