From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-editors/editra/editra-0.7.20-r2.ebuild | 54 ------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 app-editors/editra/editra-0.7.20-r2.ebuild (limited to 'app-editors/editra/editra-0.7.20-r2.ebuild') diff --git a/app-editors/editra/editra-0.7.20-r2.ebuild b/app-editors/editra/editra-0.7.20-r2.ebuild deleted file mode 100644 index 04cfc91b0dfe..000000000000 --- a/app-editors/editra/editra-0.7.20-r2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit eutils distutils-r1 fdo-mime - -MY_PN=${PN/e/E} - -DESCRIPTION="Multi-platform text editor supporting over 50 programming languages" -HOMEPAGE="http://editra.org https://pypi.org/project/Editra/" -SRC_URI="http://editra.org/uploads/src/${MY_PN}-${PV}.tar.gz" - -LICENSE="wxWinLL-3.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="spell" - -DEPEND=" - dev-python/wxpython:3.0[${PYTHON_USEDEP}] - >=dev-python/setuptools-0.6[${PYTHON_USEDEP}]" -# setuptools is RDEPEND because it's used by the runtime for installing plugins -RDEPEND="${DEPEND} - spell? ( dev-python/pyenchant[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}/${P}-wx30.patch" ) - -S="${WORKDIR}"/${MY_PN}-${PV} - -python_compile() { - # https://code.google.com/p/editra/issues/detail?id=481 - distutils-r1_python_compile --no-clean -} - -python_install() { - distutils-r1_python_install --no-clean -} - -python_install_all() { - distutils-r1_python_install_all - - doicon "${S}"/pixmaps/editra.png - make_desktop_entry editra Editra editra "Utility;TextEditor" - dodoc FAQ THANKS -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} -- cgit v1.2.3