From: APTX Date: Tue, 11 Feb 2025 11:13:33 +0000 (+0900) Subject: aptx-overlay X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=aptx-overlay.git aptx-overlay --- 3e992bd4ddbceab63fddaf51b14923ab40894927 diff --git a/README.md b/README.md new file mode 100644 index 0000000..04ad907 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +aptx-overlay +======================== + +### `eselect` repository instructions: +Run: `eselect repository add aptx-overlay git https://tyo.aptx.org/git/aptx-overlay.git` + +### Manual `repos.conf` instructions: +Copy `repos.conf/aptx-overlay.conf` to `/etc/portage/repos.conf` diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 0000000..ca9fee1 --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1,2 @@ +masters = gentoo +thin-manifests = true diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100755 index 0000000..79b8556 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +aptx-overlay diff --git a/profiles/repositories.xml b/profiles/repositories.xml new file mode 100755 index 0000000..da18e91 --- /dev/null +++ b/profiles/repositories.xml @@ -0,0 +1,13 @@ + + + + + + https://gitweb.aptx.org/?p=aptx-overlay.git;a=summary + + + APTX + + https://aptx.org/git/aptx-overlay.git + + diff --git a/repos.conf/aptx-overlay.conf b/repos.conf/aptx-overlay.conf new file mode 100644 index 0000000..5070837 --- /dev/null +++ b/repos.conf/aptx-overlay.conf @@ -0,0 +1,7 @@ +[aptx-overlay] +location = /usr/local/overlay/anidbudpclient-overlay +sync-type = git +sync-uri = https://tyo.aptx.org/git/aptx-overlay.git +auto-sync = yes +clone-depth = 0 +sync-depth = 0