Сравнение profile-sync-daemon-6.31 с profile-sync-daemon-6.35
/usr/portage/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild 2023-10-09 14:52:35.896368512 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
5 | ||
6 |
inherit versionator |
|
4 |
EAPI=7 |
|
7 | 5 | |
8 | 6 |
DESCRIPTION="Symlinks and syncs browser profile dirs to RAM" |
9 | 7 |
HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon" |
... | ... | |
20 | 18 |
net-misc/rsync[xattr] |
21 | 19 |
sys-apps/systemd" |
22 | 20 | |
21 |
src_install() { |
|
22 |
emake DESTDIR="${D}" COMPRESS_MAN=0 install |
|
23 |
} |
|
24 | ||
23 | 25 |
pkg_postinst() { |
24 | 26 |
local replacing |
25 | 27 |
for replacing in ${REPLACING_VERSIONS}; do |
26 |
if [[ "$(get_major_version ${replacing})" == "5" ]]; then |
|
28 |
if [[ "$(ver_cut 1 "${replacing}")" == "5" ]]; then |
|
27 | 29 |
ewarn "${PN}-6 and later dropped OpenRC and /etc/psd.conf support" |
28 | 30 |
ewarn "See https://github.com/graysky2/profile-sync-daemon#note-for-version-6" |
29 | 31 |
break |