eselect-repository
eselect-repository copied to clipboard
An eselect module to manage repos.conf (i.e. layman replacement)
Most (or at least many) user repositories use git to sync the repository data. However, app-eselect/eselect-repository does not pull in dev-vcs/git and therefore repositories using git do not work. One...
i'm currently using this: ```diff diff --git a/app-eselect/eselect-repository/eselect-repository-9.ebuild b/app-eselect/eselect-repository/eselect-repository-9.ebuild index b0b71d29e52..e3aa6be425a 100644 --- a/app-eselect/eselect-repository/eselect-repository-9.ebuild +++ b/app-eselect/eselect-repository/eselect-repository-9.ebuild @@ -13,6 +13,7 @@ SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> $ LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa...
It would be nice if you could control which options get set automatically. For example, a `git.repos.conf` file could contain something like ``` sync-git-env=... sync-git-verify-commit-signature=... ``` which then gets copied...
I want to use https://github.com/a17r/gentoo/tree/sddm-glep81 but how to set the branch to another than the default branch in /etc/portage/repos.conf/eselect-repo.conf or with "eselect repository add" ?
I haven't needed to keep the git commit history of overlays. Thus, I manually write overlays in /etc/portage/repos.conf/overlays.conf instead of using eselect-repository. /etc/portage/repos.conf/overlays.conf ``` [crocket-overlay] location = /var/db/repos/crocket-overlay sync-type =...
It shouldn't be hard to add a sample .xml and test the Python counterpart, at least.
Hello, first, thanks a lot for this simple and lightweight layman replacement (especially when seeing all the stuff that layman pulls). When trying to complete `eselect repository ` under zsh,...
Hello, Something I missed when configuring repositories is a way to set their priorities without manually editing repos.conf file: https://wiki.gentoo.org/wiki//etc/portage/repos.conf#Ebuild_repository_priority Maybe it could be handled by eselect-repository :/ Thanks a...
Current behaviour is to update the cached repositories.xml whenever an operation is performed, regardless of whether we _need_ that information to continue (e.g. creating a new local repo, adding a...
It has happened to me a couple of times that my personal overlay makes use of packages that are present in other overlays (that are not in the main gentoo...