diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-07-28 14:45:29 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-28 14:45:29 -0400 |
commit | 3831172264494f42d621e760593f4d066900d922 (patch) | |
tree | 3a31692fd34affb4b8b80d14ac9029f7162213eb /app-dicts/opendict | |
parent | updates/2Q2018: drop slotmove for netmail/getmail (diff) | |
download | gentoo-3831172264494f42d621e760593f4d066900d922.tar.gz gentoo-3831172264494f42d621e760593f4d066900d922.tar.bz2 gentoo-3831172264494f42d621e760593f4d066900d922.zip |
*/*: Drop more Py2 last-rited pkgs
Bug: https://bugs.gentoo.org/715966
Closes: https://bugs.gentoo.org/714628
Closes: https://bugs.gentoo.org/606680
Closes: https://bugs.gentoo.org/686238
Closes: https://bugs.gentoo.org/710214
Closes: https://bugs.gentoo.org/710028
Closes: https://bugs.gentoo.org/710032
Closes: https://bugs.gentoo.org/656934
Closes: https://bugs.gentoo.org/592718
Closes: https://bugs.gentoo.org/446122
Closes: https://bugs.gentoo.org/547210
Closes: https://bugs.gentoo.org/359785
Closes: https://bugs.gentoo.org/571396
Closes: https://bugs.gentoo.org/600754
Closes: https://bugs.gentoo.org/677830
Closes: https://bugs.gentoo.org/710716
Closes: https://bugs.gentoo.org/651940
Closes: https://bugs.gentoo.org/695132
Closes: https://bugs.gentoo.org/708978
Closes: https://bugs.gentoo.org/710058
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-dicts/opendict')
-rw-r--r-- | app-dicts/opendict/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/opendict/metadata.xml | 11 | ||||
-rw-r--r-- | app-dicts/opendict/opendict-0.6.7-r1.ebuild | 91 |
3 files changed, 0 insertions, 103 deletions
diff --git a/app-dicts/opendict/Manifest b/app-dicts/opendict/Manifest deleted file mode 100644 index bb4193deaddd..000000000000 --- a/app-dicts/opendict/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST opendict-0.6.7.tar.gz 169580 BLAKE2B 665fe181bf16d8e923470568b6685149075b6c5a9afe2deffe6ee4ff792b4e6a2c166f3ce4297f59fc57cd11efe299a93518c4fb5e929b13270d04f172a62146 SHA512 ef97ec84591bda4d8d4746fa4532de109cf03d89dfd5aa20e1775224c687b503759c020b2286e5cedd395ebce5db3b2a10495adc31fcc31dbd4fddfca6fee1f8 diff --git a/app-dicts/opendict/metadata.xml b/app-dicts/opendict/metadata.xml deleted file mode 100644 index e41fb4b553e3..000000000000 --- a/app-dicts/opendict/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>wxwidgets@gentoo.org</email> - <name>Gentoo wxWidgets Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">opendict</remote-id> - </upstream> -</pkgmetadata> diff --git a/app-dicts/opendict/opendict-0.6.7-r1.ebuild b/app-dicts/opendict/opendict-0.6.7-r1.ebuild deleted file mode 100644 index 2adc18c71cf4..000000000000 --- a/app-dicts/opendict/opendict-0.6.7-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 readme.gentoo-r1 - -DESCRIPTION="OpenDict is a free cross-platform dictionary program" -HOMEPAGE="http://opendict.sourceforge.net/" -SRC_URI="mirror://sourceforge/opendict/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}] - ') -" -DEPEND="${RDEPEND}" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="If you want system-wide plugins, unzip them into -${ROOT}usr/share/${PN}/dictionaries/plugins - -Some are available from http://opendict.sourceforge.net/?cid=3" - -src_prepare() { - sed -e "s:), '..')):), '../../../../..', 'share', 'opendict')):g" \ - -i "${S}/lib/info.py" - - gnome2_src_prepare -} - -src_configure() { - # override gnome2_src_configure - default -} - -src_compile() { - # evil makefile - : -} - -src_install() { - # makefile is broken, do it manually - - dodir /usr/share/${PN}/dictionaries/plugins # global dictionary plugins folder - - # Needed by GUI - insinto /usr/share/${PN} - doins "${S}"/copying.html - - insinto /usr/share/${PN}/pixmaps - doins "${S}"/pixmaps/* - - DHOME="$(python_get_sitedir)/opendict" - insinto "${DHOME}/lib" - doins -r "${S}"/lib/* - exeinto "${DHOME}" - python_fix_shebang opendict.py - doexe opendict.py - - dosym "${DHOME}/opendict.py" /usr/bin/opendict - - domenu misc/${PN}.desktop - - insinto /usr/share/icons/hicolor/24x24/apps/ - newins "${S}/pixmaps/icon-24x24.png" opendict.png - insinto /usr/share/icons/hicolor/32x32/apps/ - newins "${S}/pixmaps/icon-32x32.png" opendict.png - insinto /usr/share/icons/hicolor/48x48/apps/ - newins "${S}/pixmaps/icon-48x48.png" opendict.png - insinto /usr/share/icons/hicolor/scalable/apps/ - newins "${S}/pixmaps/SVG/icon-rune.svg" opendict.svg - - doman opendict.1 - dodoc README.txt TODO.txt doc/Plugin-HOWTO.html - - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -} |