]> Some of my projects - aptx-overlay.git/commitdiff
aptx-overlay master
authorAPTX <aptx@aptx.org>
Tue, 11 Feb 2025 11:13:33 +0000 (20:13 +0900)
committerAPTX <aptx@aptx.org>
Tue, 11 Feb 2025 11:13:33 +0000 (20:13 +0900)
README.md [new file with mode: 0644]
metadata/layout.conf [new file with mode: 0644]
profiles/repo_name [new file with mode: 0755]
profiles/repositories.xml [new file with mode: 0755]
repos.conf/aptx-overlay.conf [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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 (file)
index 0000000..ca9fee1
--- /dev/null
@@ -0,0 +1,2 @@
+masters = gentoo
+thin-manifests = true
diff --git a/profiles/repo_name b/profiles/repo_name
new file mode 100755 (executable)
index 0000000..79b8556
--- /dev/null
@@ -0,0 +1 @@
+aptx-overlay
diff --git a/profiles/repositories.xml b/profiles/repositories.xml
new file mode 100755 (executable)
index 0000000..da18e91
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
+<repositories xmlns="" version="1.0">
+       <repo quality="experimental" status="unofficial">
+               <name><![CDATA[aptx-overlay]]></name>
+               <description><![CDATA[Radnom ebuilds used by APTX]]></description>
+               <homepage>https://gitweb.aptx.org/?p=aptx-overlay.git;a=summary</homepage>
+               <owner>
+                       <email></email>
+                       <name>APTX</name>
+               </owner>
+               <source type="git">https://aptx.org/git/aptx-overlay.git</source>
+       </repo>
+</repositories>
diff --git a/repos.conf/aptx-overlay.conf b/repos.conf/aptx-overlay.conf
new file mode 100644 (file)
index 0000000..5070837
--- /dev/null
@@ -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