mirror of
https://github.com/Zygo/bees.git
synced 2025-05-18 21:55:45 +02:00
This commit squashes all the little changes from the previous integration branch into one, adjusts to the new Makefile changes, and introduces an overlay layout so that the contrib/gentoo-bees subtree can be directly added as a Portage overlay to the system. The following list contains the previous commit descriptions: sys-fs/bees: Keyword tested architecture ~amd64 Bees was tested on this platform. sys-fs/bees: Add kernel version checks Add checking the kernel versions and write some info and/or warnings before building and installing the package. Running bees on older kernels may have some serious performance and stability impacts, let's tell the user about it. Closes #55 sys-fs/bees: Add metadata.xml sys-fs/bees: There's no configure script So, there's no point in calling "default". sys-fs/bees: Simplify src_configure() sys-fs/bees: Don't depend on markdown It makes no sense to install both README.md and README.html, and we can get rid of one dependency. Dependencies: btrfs-progs is no longer a buildtime-only dep It is actually needed by the bees service wrapper script, as pointed out by Gentoo QA review. sys-fs/bees: DOCS is not needed "COPYING" is already covered by the licensing. The ebuild defaults already include README* sys-fs/bees: Make warnings exclusive It was recommended by Gentoo QA to show only either one or another warning, and change the texts accordingly. sys-fs/bees: RDEPEND is not implicit RDEPEND does not implicitly default to DEPEND. Let's explicitly set the variable. sys-fs/bees: IUSE=test is only needed for explicit dependencies Thus, remove it. Signed-off-by: Kai Krakow <kai@kaishome.de>
19 lines
650 B
Plaintext
19 lines
650 B
Plaintext
# manifest-hashes specify hashes used for new/updated entries
|
|
# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
|
|
# https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
|
|
manifest-hashes = BLAKE2B SHA512
|
|
|
|
# The following hashes are required on all Manifest entries. If any
|
|
# of them are missing, repoman will refetch and rehash old distfiles.
|
|
# Otherwise, old distfiles will keep using their current hash set.
|
|
manifest-required-hashes = BLAKE2B
|
|
|
|
# No more old ChangeLogs in Git
|
|
update-changelog = false
|
|
|
|
# Sign Git commits, and NOT Manifests
|
|
sign-commits = true
|
|
sign-manifests = false
|
|
|
|
masters = gentoo
|