Diff zathura-meta-0 with a zathura-meta-0-r1
| /usr/portage/app-text/zathura-meta/zathura-meta-0-r1.ebuild 2025-07-29 16:22:12.608448203 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2018 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
DESCRIPTION="Meta package for app-text/zathura plugins" |
| 7 | 7 |
HOMEPAGE="https://pwmt.org/projects/zathura/" |
| 8 |
SRC_URI="" |
|
| 9 | 8 | |
| 10 | 9 |
LICENSE="metapackage" |
| 11 | 10 |
SLOT="0" |
| 12 | 11 |
KEYWORDS="amd64 ~arm x86" |
| 13 |
IUSE="cb djvu +pdf postscript" |
|
| 12 |
IUSE="cb djvu epub +pdf postscript" |
|
| 14 | 13 | |
| 15 |
RDEPEND="app-text/zathura |
|
| 14 |
RDEPEND=" |
|
| 15 |
app-text/zathura |
|
| 16 | 16 |
cb? ( app-text/zathura-cb ) |
| 17 | 17 |
djvu? ( app-text/zathura-djvu ) |
| 18 |
pdf? ( || ( app-text/zathura-pdf-poppler app-text/zathura-pdf-mupdf ) ) |
|
| 19 |
postscript? ( app-text/zathura-ps )" |
|
| 18 |
epub? ( app-text/zathura-pdf-mupdf ) |
|
| 19 |
pdf? ( |
|
| 20 |
epub? ( app-text/zathura-pdf-mupdf ) |
|
| 21 |
!epub? ( app-text/zathura-pdf-poppler ) |
|
| 22 |
) |
|
| 23 |
postscript? ( app-text/zathura-ps ) |
|
| 24 |
" |
|