remove (deÃprecated) repoman check

This commit is contained in:
Andreas Billmeier 2022-11-06 09:36:46 +01:00 committed by Andreas Billmeier
parent cbcc82ce1e
commit e2d85399b1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 2 additions and 33 deletions

View File

@ -1,31 +0,0 @@
name: repoman
on:
workflow_dispatch:
schedule:
- cron: '15 15 * * *' # Daily
jobs:
repoman:
runs-on: ubuntu-latest
container:
image: ghcr.io/antonfischl1980/gentoo-ci:main
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: emerge-sync
run: |
sudo -u portage git -C /var/db/repos/gentoo pull
emerge --sync
- name: repos.conf/HomeAssistantRepository
run: |
mkdir -p /etc/portage/repos.conf/
echo -en "[HomeAssistantRepository]\nlocation = " >/etc/portage/repos.conf/HomeAssistantRepository.conf
pwd -P >> /etc/portage/repos.conf/HomeAssistantRepository.conf
cat /etc/portage/repos.conf/*.conf
- name: repoman
run: |
repoman full -dxv

View File

@ -612,9 +612,9 @@ There are 1528 Ebuilds in total, 1521 of them have in total 1529 (34 different)
|CC0-1.0|1|
|GPL-2+|1|
(Last counted: 03/11/2022)
(Last counted: 06/11/2022)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 03/11/2022
Last updated: 06/11/2022