mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
*/*: update for virtual/zlib
Update done using: ``` git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
@@ -19,5 +19,5 @@ fi
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="sys-libs/zlib"
|
||||
DEPEND="virtual/zlib"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
@@ -19,5 +19,5 @@ fi
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="sys-libs/zlib"
|
||||
DEPEND="virtual/zlib"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
@@ -19,5 +19,5 @@ fi
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="sys-libs/zlib"
|
||||
DEPEND="virtual/zlib"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
@@ -33,7 +33,7 @@ DEPEND="dev-lang/lua:5.1
|
||||
media-libs/libpng:*
|
||||
media-video/ffmpeg:0
|
||||
net-misc/curl
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
x11-libs/libX11
|
||||
x11-libs/libXrender
|
||||
x11-libs/wxGTK:${WX_GTK_VER}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2024 Gentoo Authors
|
||||
# Copyright 2019-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -38,7 +38,7 @@ RDEPEND="
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-libs/glibc
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libdrm
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
|
||||
DEPEND="
|
||||
sys-libs/ncurses:=
|
||||
dev-libs/inih
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/cogapp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
|
||||
DEPEND="
|
||||
sys-libs/ncurses:=
|
||||
dev-libs/inih
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/cogapp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -19,7 +19,7 @@ RESTRICT="!test? ( test )"
|
||||
DEPEND="
|
||||
sys-libs/ncurses:=
|
||||
dev-libs/inih
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
"
|
||||
BDEPEND="
|
||||
dev-python/cogapp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
|
||||
# filesystem.
|
||||
RESTRICT="strip"
|
||||
|
||||
# Except for sys-libs/zlib, these dependencies were extracted from the shared
|
||||
# Except for virtual/zlib, these dependencies were extracted from the shared
|
||||
# libraries required by the via-nativia executable; it's not clear whether
|
||||
# these are all _actually_ required, or whether the list is extensive because
|
||||
# the executable is an Electron app.
|
||||
@@ -33,7 +33,7 @@ RDEPEND="
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-fs/fuse:0
|
||||
sys-libs/zlib
|
||||
virtual/zlib
|
||||
x11-libs/cairo
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
|
||||
Reference in New Issue
Block a user