mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-text/zathura-*: migrate to github repo
https://pwmt.org/news/migration-to-github/index.html Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38405 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
3f3d8af94d
commit
ec6b828c77
@@ -7,8 +7,7 @@ inherit meson xdg
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-cb.git"
|
||||
EGIT_BRANCH="develop"
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura-cb.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~riscv ~x86"
|
||||
SRC_URI="https://pwmt.org/projects/zathura-cb/download/${P}.tar.xz"
|
||||
|
||||
@@ -7,8 +7,7 @@ inherit meson xdg
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git"
|
||||
EGIT_BRANCH="develop"
|
||||
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"
|
||||
|
||||
@@ -8,7 +8,6 @@ inherit meson xdg
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git"
|
||||
EGIT_BRANCH="develop"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
SRC_URI="https://github.com/pwmt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -7,8 +7,7 @@ inherit meson xdg-utils
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-poppler.git"
|
||||
EGIT_BRANCH="develop"
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-poppler.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||
SRC_URI="https://github.com/pwmt/zathura-pdf-poppler/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
@@ -7,8 +7,7 @@ inherit meson xdg-utils
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-ps.git"
|
||||
EGIT_BRANCH="develop"
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura-ps.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux"
|
||||
SRC_URI="https://pwmt.org/projects/zathura-ps/download/${P}.tar.xz"
|
||||
|
||||
@@ -10,8 +10,7 @@ HOMEPAGE="https://pwmt.org/projects/zathura/"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.pwmt.org/pwmt/${PN}.git"
|
||||
EGIT_BRANCH="develop"
|
||||
EGIT_REPO_URI="https://github.com/pwmt/zathura.git"
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user