diff options
Diffstat (limited to 'media-gfx/mcomix')
-rw-r--r-- | media-gfx/mcomix/Manifest | 4 | ||||
-rw-r--r-- | media-gfx/mcomix/mcomix-1.2.1.ebuild | 69 | ||||
-rw-r--r-- | media-gfx/mcomix/mcomix-1.3.0_pre20200206.ebuild | 2 |
3 files changed, 2 insertions, 73 deletions
diff --git a/media-gfx/mcomix/Manifest b/media-gfx/mcomix/Manifest index 3ff381835e78..0facf13d35fc 100644 --- a/media-gfx/mcomix/Manifest +++ b/media-gfx/mcomix/Manifest @@ -1,6 +1,4 @@ -DIST mcomix-1.2.1.tar.bz2 571128 BLAKE2B fa00e55e5cf2ef676a625b97ca467ade6b629fa08bfd920b8c370dc7d33c6602c5614d120d7279df32d063db646da8b635712ba90793175eea2c74c2c1973a8a SHA512 efa4d57edc3a48d9e711767fb3e233ef9b334ff8ba467999e572e60ed747a4ee4aa420c8aa7788b16d7eb6e0901d454d6a405fcec47a8c74098a49491e915cd0 DIST mcomix-1.3.0_pre20200206.tar.gz 3292571 BLAKE2B ad76316020645495042d27bf831588e628da11077efe29b302a57be4e688558b4db8d3f850200bf4a54b84b428a16a52f88ea5e20be85b628ef3630a5f624643 SHA512 c98d4a7022993af3a5c0b5425df52f14b586549472bcd4576a72039c8c6d4fde31df4255df45ab7467acb0280bda02b92d4803b7f92b7c1c818b58df7b52a3ff -EBUILD mcomix-1.2.1.ebuild 1684 BLAKE2B 593e3bffc8bb970f7839bc4ded48bef0505cfe30982d1432b357e4d4ab5607feb9999898afbafbc3855892249b2c5c18bae1586fd8db89d0b31a6c5bebbf11d2 SHA512 4b799f1e6d4a40f1aa88cbe34c27d787046b65ed05c55e0a5ca9918762b345481b7ed5bd8fbde10508e2f14f68ad16c8029aaf8a56c922e16fb635fc5809a1f1 -EBUILD mcomix-1.3.0_pre20200206.ebuild 1796 BLAKE2B 6059407c351ea46238728e1545cba3be40cb433888f3ac8128d928c07c8eff86ba67b16f01f3218b470340871b7a280227c9e091e2511d84ad6526475442861e SHA512 b6e1e084514ec3fe38faed2e45d2ccb36a7897ca160a8290ecab5a78101f77133fa158a74eb113dc3944af80bbb613fb3d49a9bc6639154c44aaa214a57aca79 +EBUILD mcomix-1.3.0_pre20200206.ebuild 1794 BLAKE2B ee1d2db9785b22c23a6a04f74e372a7424421691f69502910e75a05e27172ab246eea29385315e2433f4d24917d06475d89d8488a7489fafef9fefd04098eeff SHA512 9211f7786603df2d7c7ea21c8179d958849ecd7852e5d79f088c078e522598e4170cbc3b9bd05b873be5a253b5e2d958f07c7c43de83c5f4fa1a590cba306ca1 EBUILD mcomix-9999.ebuild 1646 BLAKE2B 1d3b03cf2a5584f446b8b59501c044be9a7c4a10fd0aa20e8fa2f8fcd71f24c0e4a7b3d24e90e9ad152eccb639daaeba8aecb6e92724e5e6429f5e8fd367434c SHA512 3c5f49c2808abbe48dac1ff1ab6f2d92bf48e8882c972c325c2ab78a6ab4a2120f8c32a32e78bfae73da31fb78aec38e1d854737b8b9032592567fb71ae5e4d6 MISC metadata.xml 523 BLAKE2B adac37e097094bc3704967b0ecd2c1366168e39e2fb86805846e2a9b92c1aabaff6e36e39d3318d45ed4147f9e8a253e561a75645d9672ec4a0d32f78673a3f6 SHA512 d36ee6da57cd276e16a95507ec3982a8a0f481044695185161b1a37bf95f709e972634397dd2aaa635c64b0dbf17406557a47e9e1f1a85ad18799ebe4eb367b1 diff --git a/media-gfx/mcomix/mcomix-1.2.1.ebuild b/media-gfx/mcomix/mcomix-1.2.1.ebuild deleted file mode 100644 index c34c73cf85a4..000000000000 --- a/media-gfx/mcomix/mcomix-1.2.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -PLOCALES="ca cs de el es fa fr gl he hr hu id it ja ko nl pl pt_BR ru sv uk zh_CN zh_TW" - -inherit distutils-r1 eutils l10n xdg-utils - -DESCRIPTION="A fork of comix, a GTK image viewer for comic book archives" -HOMEPAGE="https://sourceforge.net/p/mcomix/wiki/Home/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - >=dev-python/pygtk-2.14[${PYTHON_USEDEP}] - virtual/jpeg - dev-python/pillow[${PYTHON_USEDEP}] - x11-libs/gdk-pixbuf - !media-gfx/comix" - -DOCS=( ChangeLog README ) - -src_prepare() { - local checklocales - for l in $(find "${S}"/mcomix/messages/* -maxdepth 0 -type d); - do checklocales+="$(basename $l) " - done - - [[ ${PLOCALES} == ${checklocales% } ]] \ - || eqawarn "Update to PLOCALES=\"${checklocales% }\"" - - my_rm_loc() { - rm -rf "${S}/mcomix/messages/${1}/LC_MESSAGES" || die - rmdir "${S}/mcomix/messages/${1}" || die - } - - l10n_for_each_disabled_locale_do my_rm_loc - - distutils-r1_src_prepare -} - -pkg_postinst() { - xdg_mimeinfo_database_update - xdg_desktop_database_update - echo - elog "Additional packages are required to open the most common comic archives:" - elog - elog " cbr: app-arch/unrar" - elog " cbz: app-arch/unzip" - elog - elog "You can also add support for 7z or LHA archives by installing" - elog "app-arch/p7zip or app-arch/lha. Install app-text/mupdf for" - elog "pdf support." - echo -} - -pkg_postrm() { - xdg_mimeinfo_database_update - xdg_desktop_database_update -} diff --git a/media-gfx/mcomix/mcomix-1.3.0_pre20200206.ebuild b/media-gfx/mcomix/mcomix-1.3.0_pre20200206.ebuild index dcfc08d61190..dcc3df6bb40d 100644 --- a/media-gfx/mcomix/mcomix-1.3.0_pre20200206.ebuild +++ b/media-gfx/mcomix/mcomix-1.3.0_pre20200206.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/multiSnow/mcomix3/archive/${GIT_PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="${PYTHON_DEPS}" |