From 44ca1a87fc5e12bf10c3cabdc335d984220b76de Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 10 Oct 2016 22:35:54 +0200 Subject: [PATCH] Rm deprecated repositories --- repositories/binhost.conf | 14 -------------- repositories/libressl.conf | 6 ------ repositories/mosaik-overlay.conf | 6 ------ 3 files changed, 26 deletions(-) delete mode 100644 repositories/binhost.conf delete mode 100644 repositories/libressl.conf delete mode 100644 repositories/mosaik-overlay.conf diff --git a/repositories/binhost.conf b/repositories/binhost.conf deleted file mode 100644 index ab7af4d..0000000 --- a/repositories/binhost.conf +++ /dev/null @@ -1,14 +0,0 @@ -location = /usr/gentoo-binhost -sync = git+https://github.com/hasufell/gentoo-binhost.git -sync_options = --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" -distdir = /srv/binhost -format = e -names_cache = /var/cache/paludis/names -write_cache = /var/cache/paludis/metadata - -use_manifest = require -manifest_hashes = SHA256 SHA512 WHIRLPOOL -thin_manifests = false - -master_repository = gentoo - diff --git a/repositories/libressl.conf b/repositories/libressl.conf deleted file mode 100644 index 243e918..0000000 --- a/repositories/libressl.conf +++ /dev/null @@ -1,6 +0,0 @@ -format = e -sync = git+https://github.com/hasufell/libressl.git git+file://git@github.com:hasufell/libressl.git -sync_options = --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" -location = /var/db/paludis/repositories/libressl -names_cache = /var/cache/paludis/names -write_cache = /var/cache/paludis/metadata diff --git a/repositories/mosaik-overlay.conf b/repositories/mosaik-overlay.conf deleted file mode 100644 index 3a07ed1..0000000 --- a/repositories/mosaik-overlay.conf +++ /dev/null @@ -1,6 +0,0 @@ -format = e -sync = git+https://github.com/MOSAIKSoftware/mosaik-overlay.git git+file://git@github.com:MOSAIKSoftware/mosaik-overlay.git -sync_options = --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" -location = /var/db/paludis/repositories/mosaik-overlay -names_cache = /var/cache/paludis/names -write_cache = /var/cache/paludis/metadata