Search Criteria
Package Details: arch-emerge-git r48.e463f1c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/arch-emerge-git.git (read-only, click to copy) |
---|---|
Package Base: | arch-emerge-git |
Description: | A pacman frontend like Gentoo's emerge which manages packages based on a holistic view of the system |
Upstream URL: | https://github.com/gissf1/arch-emerge |
Licenses: | ISC |
Submitter: | gissf1 |
Maintainer: | gissf1 |
Last Packager: | gissf1 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-04 09:27 (UTC) |
Last Updated: | 2024-06-29 09:10 (UTC) |
Latest Comments
gissf1 commented on 2024-06-29 09:34 (UTC) (edited on 2024-06-29 09:34 (UTC) by gissf1)
@yochananmarqos Sorry for the extremely delayed response, not sure how I missed it for 2 years. This project had been on the backburner for too long. I use this tool on most of my Arch/Manjaro systems to manage their packages, so it's rather well tested, but I could do better on communication and community interaction.
Thanks on the backup() array suggestion, that was actually a long-standing bug because I neglected to update/commit the .SRCINFO, so it didn't get propagated. That is addressed in the latest release.
I see your point on the duplicate installation of emerge.conf, and I'll make another update soon to address that as well.
yochananmarqos commented on 2022-02-04 23:34 (UTC)
Why are you installing
emerge.conf
twice? Either install it as an example in/usr/share/doc/
or as the actual configuration file in/etc/emerge/
, not both.Configuration files in
/etc/
should be added to a backup() array.