mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-gfx/mcomix: drop 2.1.1-r1
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST mcomix-2.1.1.tar.gz 517628 BLAKE2B fb4d6cb4a10966795156672e8710e264f6e22abeebc3bd9471f378169417a6aab39c705d916624b9c1cd547516ae042d94cf00cf4596242f4655045c305bc630 SHA512 699fc1fe2348491ca5f94c9142e8a7432a3afc932aff42187ec57b5026d84ad189700283082fb60f920088747f13cc8f74297feaaab8ce2a5a9bd42d74b7f5e2
|
||||
DIST mcomix-3.1.0.tar.gz 668651 BLAKE2B 9e5ca2a1735aaf77f4e46b926c36655e9e5fe19c37ce7583e88a71cc13978ee51ae7793ddef03d74829449f0960dcf42044a1ad41f59d1945d25c58d99b792fa SHA512 1331b0db1501f2e5e9e4b6a5250b6aaa70d4c0ab1198e49761fb27bc6c9114d37abfb1807272721e8bf6f822500eb71c8b8ef8af28dd10d979abf36bd399ef5f
|
||||
|
||||
@@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1 optfeature xdg
|
||||
|
||||
DESCRIPTION="GTK image viewer for comic book archives"
|
||||
HOMEPAGE="https://mcomix.sourceforge.net"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 ~riscv x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/pillow-6.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pycairo-1.16.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygobject-3.36.0[${PYTHON_USEDEP}]
|
||||
media-libs/libjpeg-turbo:0
|
||||
x11-libs/gtk+:3[introspection]"
|
||||
BDEPEND="sys-devel/gettext"
|
||||
# Most tests are quite old and do not run
|
||||
RESTRICT="test"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-pillow_version.patch )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Uncompress man page
|
||||
gunzip mcomix.1.gz || die
|
||||
sed -e "s/mcomix.1.gz/mcomix.1/" -i setup.py || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
|
||||
optfeature "RAR (.cbr) archives" app-arch/unrar
|
||||
optfeature "7Zip archives" app-arch/p7zip
|
||||
optfeature "LHA/LZA archives" app-arch/lha
|
||||
optfeature "PDF files" app-text/mupdf
|
||||
}
|
||||
Reference in New Issue
Block a user