diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /app-misc/rogentos-reposi/files | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'app-misc/rogentos-reposi/files')
-rw-r--r-- | app-misc/rogentos-reposi/files/entropy_frozen | 5 | ||||
-rw-r--r-- | app-misc/rogentos-reposi/files/entropy_rogentoslinux | 12 | ||||
-rw-r--r-- | app-misc/rogentos-reposi/files/entropy_sabayon-weekly | 13 | ||||
-rw-r--r-- | app-misc/rogentos-reposi/files/entropy_server | 62 | ||||
-rwxr-xr-x | app-misc/rogentos-reposi/files/reupdate | 11 |
5 files changed, 0 insertions, 103 deletions
diff --git a/app-misc/rogentos-reposi/files/entropy_frozen b/app-misc/rogentos-reposi/files/entropy_frozen deleted file mode 100644 index d9154ee2..00000000 --- a/app-misc/rogentos-reposi/files/entropy_frozen +++ /dev/null @@ -1,5 +0,0 @@ -[frozen] -desc = Sabayon Frozen 13.11 Community Repository -repo = http://www.ols18.com/danysk/frozen/13.11#bz2 -enabled = true -pkg = http://www.ols18.com/danysk/frozen/13.11 diff --git a/app-misc/rogentos-reposi/files/entropy_rogentoslinux b/app-misc/rogentos-reposi/files/entropy_rogentoslinux deleted file mode 100644 index 4b6172d8..00000000 --- a/app-misc/rogentos-reposi/files/entropy_rogentoslinux +++ /dev/null @@ -1,12 +0,0 @@ -# Repository configuration file automatically generated -# by Entropy on your behalf. - -[rogentoslinux] -desc = Rogentos Linux Official Repository -repo = http://pkg.rogentos.ro/~rogentos/entropy#bz2 -enabled = true -pkg = http://bpr.bluepink.ro/~rogentos/entropy/ -pkg = http://pkg2.rogentos.ro/~noxis/entropy/ -pkg = http://pkg.rogentos.ro/~rogentos/entropy/ -pkg = http://pkg3.rogentos.ro/~noxis/entropy/ - diff --git a/app-misc/rogentos-reposi/files/entropy_sabayon-weekly b/app-misc/rogentos-reposi/files/entropy_sabayon-weekly deleted file mode 100644 index 827b8261..00000000 --- a/app-misc/rogentos-reposi/files/entropy_sabayon-weekly +++ /dev/null @@ -1,13 +0,0 @@ -# Repository configuration file automatically generated -# by Entropy on your behalf. - -[sabayon-weekly] -desc = Sabayon Linux Official Repository -repo = http://pkg.sabayon.org#bz2 -enabled = true -pkg = http://best.sabayon.org/entropy -pkg = http://dl.sabayon.org/entropy -pkg = http://redir.sabayon.org/entropy -pkg = http://na.mirror.garr.it/mirrors/sabayonlinux/entropy -pkg = http://pkg.sabayon.org - diff --git a/app-misc/rogentos-reposi/files/entropy_server b/app-misc/rogentos-reposi/files/entropy_server deleted file mode 100644 index c2e77713..00000000 --- a/app-misc/rogentos-reposi/files/entropy_server +++ /dev/null @@ -1,62 +0,0 @@ -# Entropy Server now supports repositories defined inside -# /etc/entropy/repositories.conf.d/ files, written using the -# syntax detailed below. This improves the ability to enable, disable, -# add and remove repositories programmatically. Furthermore, it -# makes possible to extend the supported parameters without breaking -# backward compatibility. -# -# In order to differentiate Entropy Client repository definitions between -# Entropy Server ones, each repository section must start with "[server=". -# -# This is an example of the syntax (with a complete listing -# of the supported arguments): -# -# [server=sabayon-limbo] -# desc = Sabayon Linux Official Testing Repository -# repo = ssh://username@full.host:~username/sabayon-limbo -# enabled = <true/false> -# -# [server=sabayon-limbo] -# desc = This statement will be ignored. -# repo-only = ssh://username@repo.host:~username/sabayon-limbo -# pkg-only = ssh://username@pkg.host:~username/sabayon-limbo -# -# [server=sabayon-base] -# desc = This is the base repository. -# repo-only = ssh://username@repo.host:~username/sabayon-base -# pkg-only = ssh://username@pkg.host:~username/sabayon-base -# base = <true/false> -# -# As you can see, multiple statements for the same repository -# are allowed. However, only the first desc = statement will be -# considered, while there can be as many {pkg,repo}* = as you want. -# -# The repository order is important, but this is guaranteed by the -# fact that configuration files are parsed in lexical order. -# -# Statements description: -# - "desc": stands for description, the repository name description. -# - "repo": the push & pull URI, for both packages and repository database. -# - "repo-only": same as repo, but only for the repository database -# push & pull. -# - "pkg-only": same as repo, but only for the packages push & pull. -# The supported protocols are those supported by entropy.fetchers. -# - "enabled": if set, its value can be either "true" or "false". The default -# value is "true". It indicates if a repository is configured -# but currently disabled or enabled. Please take into account -# that config files in /etc/entropy/repositories.conf.d/ starting -# with "_" are considered to contain disabled repositories. This -# is just provided for convienence. -# - "base": if set, its value can be either "true" or "false". The default -# value is "false". If no repository has the flag set, the first -# listed repository will be the base one. -# - "exclude-qa": if set, its value can be either "true" or "false". The default -# value is "false". If "true", the repository is excluded from -# QA checks. - -# [server=<example repository>] -# desc = Entropy Server Example Repository -# repo = ssh://user@localhost:~user/repository-name -# repo-only = ssh://user@localhost:~user/repository-only-name -# pkg-only = ssh://user@localhost:~user/package-only-name -# enabled = true diff --git a/app-misc/rogentos-reposi/files/reupdate b/app-misc/rogentos-reposi/files/reupdate deleted file mode 100755 index d965dcde..00000000 --- a/app-misc/rogentos-reposi/files/reupdate +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# Copyright 2014-2015 RogentOS Linux Group -# LICENSE: GPL v2.0 - -rm /etc/entropy/repositories.conf.d/README -for i in $(ls /etc/entropy/repositories.conf.d/ | cut -d '.' -f 1 | sort -u | cut -d "_" -f 2); do - equo repo mirrorsort $i -done - -equo update |