summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/catalyst: Remove livecd@ as maintainerMatt Turner2020-11-041-4/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Check for SQUASHFS Kconfig optionsMatt Turner2020-10-301-1/+4
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Remove python3_7Matt Turner2020-10-301-1/+1
| | | | | | | Catalyst now requires Python 3.8+ (uses the assignment expression operator). Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Depend on sys-apps/util-linux[python]Matt Turner2020-10-301-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Check for UTS_NS IPC_NS Kconfig optionsMatt Turner2020-10-221-1/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Improve pkg_postinst()Matt Turner2020-10-141-1/+5
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Correct the licenseMatt Turner2020-10-082-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Finish removing IUSE=system-bootloaderMatt Turner2020-10-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop old versionsMatt Turner2020-10-084-210/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Propagate stable keywordsMatt Turner2020-10-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Remove IUSE=system-bootloaderMatt Turner2020-10-081-8/+6
| | | | | | | | I'm honestly not sure what the idea was here. The system's grub has always been needed for producing ISOs on amd64/x86 and catalyst doesn't produce anything else that uses grub. Just fold this into IUSE=iso. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: EAPI=7Matt Turner2020-10-081-7/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop unused IUSE=kernel_linuxMatt Turner2020-10-081-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop IUSE=ccacheMatt Turner2020-10-081-3/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Add dependency on app-arch/pixzMatt Turner2020-10-081-0/+1
| | | | | | | | | | pixz is not a required dependency, strictly speaking, but it's commonly used in .spec files and is an extremely small dependency. Additionally, the failure mode if it's not available is to produce a 0-byte tar.xz file at the end of the build, which is not good. Closes: https://bugs.gentoo.org/742569 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Remove some dependenciesMatt Turner2020-10-081-6/+0
| | | | | | | In upstream commit 0a27a7a39a7d (targets: Use GRUB for BIOS boot) I dropped the uses of these packages. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Depend on sys-apps/portageMatt Turner2020-10-081-0/+1
| | | | | | | Since catalyst/defaults.py imports portage, portage is needed at build time to produce the man pages. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.14Matt Turner2020-10-032-0/+70
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.13Matt Turner2020-09-192-0/+70
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Stabilize 3.0.12Matt Turner2020-05-231-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.12Matt Turner2020-05-192-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop PYTHON_COMPAT=python3_6Matt Turner2020-05-181-1/+1
| | | | | | We're using python 3.7 features in git. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.11Matt Turner2020-05-182-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.10Matt Turner2020-05-172-0/+70
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Add dependency on dev-vcs/gitMatt Turner2020-05-091-0/+1
| | | | | | | Catalyst uses git in the snapshot target, and I forgot to add the dependency when I added squashfs-tools-ng (the other new dependency). Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Update dependenciesMatt Turner2020-05-041-2/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop old versionsMatt Turner2020-04-242-69/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst-3.0.9: StabilizeMatt Turner2020-04-241-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Add USE=iso dependencies for other archesMatt Turner2020-04-241-1/+24
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Depend on dev-python/tomlMatt Turner2020-04-241-2/+6
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop no longer used shash depMatt Turner2020-04-241-1/+0
| | | | | | Was replaced by python's hashlib. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Reformat dependenciesMatt Turner2020-04-241-9/+17
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Drop FreeBSD dependenciesMatt Turner2020-04-241-2/+1
| | | | | | | | Also drop libarchive option. It's not clear to me how that was supposed to work. I don't see any code in pydecomp nor catalyst that appears to use bsdtar. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: DISTUTILS_USE_SETUPTOOLS=noMike Gilbert2020-04-152-0/+2
| | | | | Package-Manager: Portage-2.3.99_p1, Repoman-2.3.22_p30 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-263-3/+3
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.9Matt Turner2020-03-102-0/+69
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: drop oldBen Kohler2020-01-074-207/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* dev-util/catalyst: update PYTHON_COMPATBen Kohler2020-01-072-4/+4
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* dev-util/catalyst: Stabilize 3.0.8Matt Turner2019-12-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.8Matt Turner2019-12-062-0/+69
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.7Matt Turner2019-10-192-0/+69
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util: Remove *-fbsd KEYWORDSMichał Górny2019-10-113-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/catalyst-3.0.6: sparc stableMatt Turner2019-08-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.6Matt Turner2019-08-262-0/+69
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Remove py3.5 support due to snakeoil dropping itMichał Górny2019-08-252-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-util/catalyst: Drop old versionsMatt Turner2019-07-2912-785/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Stabilize 3.0.5Matt Turner2019-07-291-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-util/catalyst: Version bump to 3.0.5Matt Turner2019-06-162-0/+69
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>