Сравнение freedict-eng-fra-1.0 с fuse-exfat-1.4.0-r1
| /usr/portage/sys-fs/fuse-exfat/fuse-exfat-1.4.0-r1.ebuild 2025-07-29 16:22:17.924470191 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit freedict |
|
| 6 |
DESCRIPTION="exFAT filesystem FUSE module" |
|
| 7 |
HOMEPAGE="https://github.com/relan/exfat" |
|
| 8 |
SRC_URI="https://github.com/relan/exfat/releases/download/v${PV}/${P}.tar.gz"
|
|
| 7 | 9 | |
| 8 |
DESCRIPTION="Freedict for language translation from English to French" |
|
| 9 |
KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ~riscv sparc x86" |
|
| 10 |
# COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" |
|
| 11 |
LICENSE="GPL-2+" |
|
| 12 |
SLOT="0" |
|
| 13 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux" |
|
| 14 |
IUSE="suid" |
|
| 15 | ||
| 16 |
RDEPEND="sys-fs/fuse:3=" |
|
| 17 |
DEPEND="${RDEPEND}"
|
|
| 18 |
BDEPEND="virtual/pkgconfig" |
|
| 19 | ||
| 20 |
src_install() {
|
|
| 21 |
default |
|
| 22 |
use suid && fperms u+s /usr/sbin/mount.exfat-fuse |
|
| 23 |
dosym mount.exfat-fuse.8 /usr/share/man/man8/mount.exfat.8 |
|
| 24 |
} |
|