diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /app-text/zathura-djvu | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'app-text/zathura-djvu')
| -rw-r--r-- | app-text/zathura-djvu/Manifest | 2 | ||||
| -rw-r--r-- | app-text/zathura-djvu/metadata.xml | 25 | ||||
| -rw-r--r-- | app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild | 34 | ||||
| -rw-r--r-- | app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild | 33 | ||||
| -rw-r--r-- | app-text/zathura-djvu/zathura-djvu-9999.ebuild | 33 |
5 files changed, 0 insertions, 127 deletions
diff --git a/app-text/zathura-djvu/Manifest b/app-text/zathura-djvu/Manifest deleted file mode 100644 index f60e53ab6da1..000000000000 --- a/app-text/zathura-djvu/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST zathura-djvu-0.2.10.tar.xz 9408 BLAKE2B f779eeeba40abe444960716b8c14c51c32a3830a3f779074ea773bd9ff0d71736433ed29862bdf137a34ebb934bb562aa14031c07dda5cf97ddf278e47feb750 SHA512 c743e60588e07fe18f7da8db1ae9ae997ffb50ef696258f1901523159ff4d29e5649b13d6e52f53cf79f19429083308390c0b4923081451bf5c4bfb9ac6e8903 -DIST zathura-djvu-2026.02.03.tar.xz 9536 BLAKE2B 05b2d53769de604e18ea143b5896e8779365c87421ecb79201870383790475c2857d17f495c87511829440755d17be5e2708066dd7ac430ec236ed4140011a6d SHA512 1f72c2958282618b79828c9c726a954833b382ca87d926b6439e47ad27fdd5657da520e3baa780ad4ec1f2e84dd65bd9cd7e9617bb27fb56a5da6a586bd27454 diff --git a/app-text/zathura-djvu/metadata.xml b/app-text/zathura-djvu/metadata.xml deleted file mode 100644 index d32acc577045..000000000000 --- a/app-text/zathura-djvu/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>turret@turret.cyou</email> - <name>Mason Rocha</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <maintainer status="active"> - <email>mlq@pwmt.org</email> - <name>Moritz Lipp</name> - </maintainer> - <maintainer status="active"> - <email>sebastian+dev@ramacher.at</email> - <name>Sebastian Ramacher</name> - </maintainer> - <changelog>https://pwmt.org/projects/zathura-djvu/download/</changelog> - <bugs-to>https://github.com/pwmt/zathura-djvu/issues</bugs-to> - <remote-id type="github">pwmt/zathura-djvu</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild deleted file mode 100644 index 4180876b135c..000000000000 --- a/app-text/zathura-djvu/zathura-djvu-0.2.10.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" - EGIT_BRANCH="develop" -else - KEYWORDS="amd64 arm ~riscv x86" - SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" -fi - -DESCRIPTION="DjVu plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-text/djvu - >=app-text/zathura-0.3.9 - <dev-libs/girara-2026.02.04:= - dev-libs/glib:2 - x11-libs/cairo" - -DEPEND="${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig" diff --git a/app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild b/app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild deleted file mode 100644 index 36cfd82adc80..000000000000 --- a/app-text/zathura-djvu/zathura-djvu-2026.02.03.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-djvu.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" -fi - -DESCRIPTION="DjVu plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-text/djvu - >=app-text/zathura-2026.02.03:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -DEPEND="${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig" diff --git a/app-text/zathura-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild deleted file mode 100644 index 36cfd82adc80..000000000000 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson xdg - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pwmt/zathura-djvu.git" -else - KEYWORDS="~amd64 ~arm ~riscv ~x86" - SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" -fi - -DESCRIPTION="DjVu plug-in for zathura" -HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" - -LICENSE="ZLIB" -SLOT="0" - -# Tests currently only validating data files -RESTRICT="test" - -RDEPEND="app-text/djvu - >=app-text/zathura-2026.02.03:= - dev-libs/girara:= - dev-libs/glib:2 - x11-libs/cairo" - -DEPEND="${RDEPEND} - x11-base/xorg-proto - virtual/pkgconfig" |
