summaryrefslogtreecommitdiff
path: root/paludis/repositories
diff options
context:
space:
mode:
Diffstat (limited to 'paludis/repositories')
-rw-r--r--paludis/repositories/accounts.conf1
-rw-r--r--paludis/repositories/arbor.conf6
-rw-r--r--paludis/repositories/desktop.conf3
-rw-r--r--paludis/repositories/gnome.conf3
-rw-r--r--paludis/repositories/graveyard.conf4
-rw-r--r--paludis/repositories/hardware.conf3
-rw-r--r--paludis/repositories/i686-pc-linux-gnu.conf6
-rw-r--r--paludis/repositories/installed.conf5
-rw-r--r--paludis/repositories/installed_accounts.conf2
-rw-r--r--paludis/repositories/media.conf3
-rw-r--r--paludis/repositories/net.conf3
-rw-r--r--paludis/repositories/perl.conf3
-rw-r--r--paludis/repositories/python.conf3
-rw-r--r--paludis/repositories/redcore.conf3
-rw-r--r--paludis/repositories/repository.conf3
-rw-r--r--paludis/repositories/rust.conf3
-rw-r--r--paludis/repositories/scientific.conf3
-rw-r--r--paludis/repositories/texlive.conf3
-rw-r--r--paludis/repositories/unavailable-unofficial.conf5
-rw-r--r--paludis/repositories/unavailable.conf5
-rw-r--r--paludis/repositories/unpackaged.conf2
-rw-r--r--paludis/repositories/unwritten.conf4
-rw-r--r--paludis/repositories/virtualization.conf3
-rw-r--r--paludis/repositories/x11.conf3
24 files changed, 82 insertions, 0 deletions
diff --git a/paludis/repositories/accounts.conf b/paludis/repositories/accounts.conf
new file mode 100644
index 0000000..deb95ba
--- /dev/null
+++ b/paludis/repositories/accounts.conf
@@ -0,0 +1 @@
+format = accounts
diff --git a/paludis/repositories/arbor.conf b/paludis/repositories/arbor.conf
new file mode 100644
index 0000000..51b46c8
--- /dev/null
+++ b/paludis/repositories/arbor.conf
@@ -0,0 +1,6 @@
+location = ${root}/var/db/paludis/repositories/arbor
+sync = git+https://git.exherbo.org/git/arbor.git
+profiles = ${location}/profiles/amd64
+format = e
+names_cache = ${root}/var/cache/paludis/names
+write_cache = ${root}/var/cache/paludis/metadata
diff --git a/paludis/repositories/desktop.conf b/paludis/repositories/desktop.conf
new file mode 100644
index 0000000..a6abb3e
--- /dev/null
+++ b/paludis/repositories/desktop.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/desktop
+sync = git+https://git.exherbo.org/git/desktop.git
diff --git a/paludis/repositories/gnome.conf b/paludis/repositories/gnome.conf
new file mode 100644
index 0000000..ae1633d
--- /dev/null
+++ b/paludis/repositories/gnome.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/gnome
+sync = git+https://git.exherbo.org/git/gnome.git
diff --git a/paludis/repositories/graveyard.conf b/paludis/repositories/graveyard.conf
new file mode 100644
index 0000000..6b13b34
--- /dev/null
+++ b/paludis/repositories/graveyard.conf
@@ -0,0 +1,4 @@
+format = unwritten
+location = /var/db/paludis/repositories/graveyard
+sync = git+https://git.exherbo.org/git/graveyard.git
+importance = -90
diff --git a/paludis/repositories/hardware.conf b/paludis/repositories/hardware.conf
new file mode 100644
index 0000000..b536fac
--- /dev/null
+++ b/paludis/repositories/hardware.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/hardware
+sync = git+https://git.exherbo.org/git/hardware.git
diff --git a/paludis/repositories/i686-pc-linux-gnu.conf b/paludis/repositories/i686-pc-linux-gnu.conf
new file mode 100644
index 0000000..4b993eb
--- /dev/null
+++ b/paludis/repositories/i686-pc-linux-gnu.conf
@@ -0,0 +1,6 @@
+format = exndbam
+location = ${root}/var/db/paludis/repositories/cross-installed/i686-pc-linux-gnu
+name = i686-pc-linux-gnu
+split_debug_location = /usr/i686-pc-linux-gnu/lib/debug
+tool_prefix = i686-pc-linux-gnu-
+cross_compile_host = i686-pc-linux-gnu
diff --git a/paludis/repositories/installed.conf b/paludis/repositories/installed.conf
new file mode 100644
index 0000000..554b926
--- /dev/null
+++ b/paludis/repositories/installed.conf
@@ -0,0 +1,5 @@
+location = ${root}/var/db/paludis/repositories/installed
+format = exndbam
+names_cache = ${root}/var/cache/paludis/names
+split_debug_location = /usr/x86_64-pc-linux-gnu/lib/debug
+tool_prefix = x86_64-pc-linux-gnu-
diff --git a/paludis/repositories/installed_accounts.conf b/paludis/repositories/installed_accounts.conf
new file mode 100644
index 0000000..e826928
--- /dev/null
+++ b/paludis/repositories/installed_accounts.conf
@@ -0,0 +1,2 @@
+format = installed-accounts
+handler = passwd
diff --git a/paludis/repositories/media.conf b/paludis/repositories/media.conf
new file mode 100644
index 0000000..a5d7b3e
--- /dev/null
+++ b/paludis/repositories/media.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/media
+sync = git+https://git.exherbo.org/git/media.git
diff --git a/paludis/repositories/net.conf b/paludis/repositories/net.conf
new file mode 100644
index 0000000..7e3f5b4
--- /dev/null
+++ b/paludis/repositories/net.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/net
+sync = git+https://git.exherbo.org/git/net.git
diff --git a/paludis/repositories/perl.conf b/paludis/repositories/perl.conf
new file mode 100644
index 0000000..5ded26b
--- /dev/null
+++ b/paludis/repositories/perl.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/perl
+sync = git+https://git.exherbo.org/git/perl.git
diff --git a/paludis/repositories/python.conf b/paludis/repositories/python.conf
new file mode 100644
index 0000000..4531d4b
--- /dev/null
+++ b/paludis/repositories/python.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/python
+sync = git+https://git.exherbo.org/git/python.git
diff --git a/paludis/repositories/redcore.conf b/paludis/repositories/redcore.conf
new file mode 100644
index 0000000..4493d83
--- /dev/null
+++ b/paludis/repositories/redcore.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/redcore
+sync = git://git.redcorelinux.org/redcore-desktop-x.git
diff --git a/paludis/repositories/repository.conf b/paludis/repositories/repository.conf
new file mode 100644
index 0000000..f6ed955
--- /dev/null
+++ b/paludis/repositories/repository.conf
@@ -0,0 +1,3 @@
+format = repository
+config_filename = /etc/paludis/repositories/%{repository_template_name}.conf
+config_template = /etc/paludis/repository.template
diff --git a/paludis/repositories/rust.conf b/paludis/repositories/rust.conf
new file mode 100644
index 0000000..4998502
--- /dev/null
+++ b/paludis/repositories/rust.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/rust
+sync = git+https://git.exherbo.org/git/rust.git
diff --git a/paludis/repositories/scientific.conf b/paludis/repositories/scientific.conf
new file mode 100644
index 0000000..497f74d
--- /dev/null
+++ b/paludis/repositories/scientific.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/scientific
+sync = git+https://git.exherbo.org/git/scientific.git
diff --git a/paludis/repositories/texlive.conf b/paludis/repositories/texlive.conf
new file mode 100644
index 0000000..0f16215
--- /dev/null
+++ b/paludis/repositories/texlive.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/texlive
+sync = git+https://git.exherbo.org/git/texlive.git
diff --git a/paludis/repositories/unavailable-unofficial.conf b/paludis/repositories/unavailable-unofficial.conf
new file mode 100644
index 0000000..4bdc806
--- /dev/null
+++ b/paludis/repositories/unavailable-unofficial.conf
@@ -0,0 +1,5 @@
+format = unavailable
+name = unavailable-unofficial
+sync = tar+https://git.exherbo.org/exherbo_unofficial_repositories.tar.bz2
+location = ${root}/var/db/paludis/repositories/unavailable-unofficial
+importance = -100
diff --git a/paludis/repositories/unavailable.conf b/paludis/repositories/unavailable.conf
new file mode 100644
index 0000000..2309e4c
--- /dev/null
+++ b/paludis/repositories/unavailable.conf
@@ -0,0 +1,5 @@
+format = unavailable
+name = unavailable
+sync = tar+https://git.exherbo.org/exherbo_repositories.tar.bz2
+location = ${root}/var/db/paludis/repositories/unavailable
+importance = -100
diff --git a/paludis/repositories/unpackaged.conf b/paludis/repositories/unpackaged.conf
new file mode 100644
index 0000000..c3072d5
--- /dev/null
+++ b/paludis/repositories/unpackaged.conf
@@ -0,0 +1,2 @@
+location = ${root}/var/db/paludis/repositories/unpackaged
+format = installed_unpackaged
diff --git a/paludis/repositories/unwritten.conf b/paludis/repositories/unwritten.conf
new file mode 100644
index 0000000..9f0a8e2
--- /dev/null
+++ b/paludis/repositories/unwritten.conf
@@ -0,0 +1,4 @@
+format = unwritten
+location = ${root}/var/db/paludis/repositories/unwritten
+sync = git+https://git.exherbo.org/git/unwritten.git
+importance = -100
diff --git a/paludis/repositories/virtualization.conf b/paludis/repositories/virtualization.conf
new file mode 100644
index 0000000..a19a75b
--- /dev/null
+++ b/paludis/repositories/virtualization.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/virtualization
+sync = git+https://git.exherbo.org/git/virtualization.git
diff --git a/paludis/repositories/x11.conf b/paludis/repositories/x11.conf
new file mode 100644
index 0000000..bfd0450
--- /dev/null
+++ b/paludis/repositories/x11.conf
@@ -0,0 +1,3 @@
+format = e
+location = /var/db/paludis/repositories/x11
+sync = git+https://git.exherbo.org/git/x11.git