mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
media-gfx/vimiv-qt: treeclean
Closes: https://bugs.gentoo.org/920444 (pkgremoved) Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST vimiv-qt-0.9.0.tar.gz 9550985 BLAKE2B f0d717b7f88fe9457406e9b3ac3f891e261537542ec030667629cc8bab802a24268bca7a41d46e8c2eabb3817ac0d5570e78c103179b645aaf6e7ee95b8c71ef SHA512 bf8207da1d84a6a47dda04ff06303d553a866e413521057e0c5ba0492a705abe9c941367e8977621ba695f4f8fcf7f2461f53feb4456842973977b8e07d4dd56
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>rolferen@gmail.com</email>
|
|
||||||
<name>Mazunki Hoksaas</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">karlch/vimiv-qt</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
# Copyright 2023-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_12 )
|
|
||||||
DISTUTILS_EXT=1
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
inherit distutils-r1 desktop xdg
|
|
||||||
|
|
||||||
DESCRIPTION="An image viewer with vim-like keybindings"
|
|
||||||
HOMEPAGE="https://karlch.github.io/vimiv-qt/"
|
|
||||||
SRC_URI="https://github.com/karlch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="debug"
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/pyqt5-5.13.2[${PYTHON_USEDEP}]"
|
|
||||||
DOCS="README.md AUTHORS"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
distutils-r1_src_install
|
|
||||||
doman misc/vimiv.1
|
|
||||||
domenu misc/vimiv.desktop
|
|
||||||
insinto /usr/share/metainfo
|
|
||||||
doins misc/org.karlch.vimiv.qt.metainfo.xml
|
|
||||||
}
|
|
||||||
@@ -143,9 +143,6 @@ dev-util/minify-bin
|
|||||||
# dev-python/cassowary completely dead upstream and insecure.
|
# dev-python/cassowary completely dead upstream and insecure.
|
||||||
# Removal 2026-05-21
|
# Removal 2026-05-21
|
||||||
dev-python/cassowary
|
dev-python/cassowary
|
||||||
# Mostly dead upstream, not much progress on pyqt6 bringup
|
|
||||||
# Removal 2026-05-21
|
|
||||||
media-gfx/vimiv-qt
|
|
||||||
# progress getting made, unmask when done.
|
# progress getting made, unmask when done.
|
||||||
# https://github.com/autokey/autokey/pull/1104
|
# https://github.com/autokey/autokey/pull/1104
|
||||||
x11-apps/autokey
|
x11-apps/autokey
|
||||||
|
|||||||
Reference in New Issue
Block a user