summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-11-02 13:26:45 +0200
committerMart Raudsepp <leio@gentoo.org>2017-11-02 13:26:45 +0200
commitda3b9b1b9511f78ec23fb65e616d7fbd984f1273 (patch)
tree6df9396e8cb787ce10286f1d448186f0bded1540 /app-editors
parentapp-dicts/opendict: remove old (diff)
downloadgentoo-da3b9b1b9511f78ec23fb65e616d7fbd984f1273.tar.gz
gentoo-da3b9b1b9511f78ec23fb65e616d7fbd984f1273.tar.bz2
gentoo-da3b9b1b9511f78ec23fb65e616d7fbd984f1273.zip
app-editors/editra: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/editra/editra-0.7.20-r1.ebuild53
1 files changed, 0 insertions, 53 deletions
diff --git a/app-editors/editra/editra-0.7.20-r1.ebuild b/app-editors/editra/editra-0.7.20-r1.ebuild
deleted file mode 100644
index d5b36f96a376..000000000000
--- a/app-editors/editra/editra-0.7.20-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils fdo-mime
-
-MY_PN=${PN/e/E}
-
-DESCRIPTION="Multi-platform text editor supporting over 50 programming languages"
-HOMEPAGE="http://editra.org https://pypi.python.org/pypi/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-2.8.9.2:2.8[${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}] )"
-
-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
-}