summaryrefslogtreecommitdiff
path: root/app-editors/editra
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /app-editors/editra
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'app-editors/editra')
-rw-r--r--app-editors/editra/Manifest4
-rw-r--r--app-editors/editra/editra-0.7.20-r2.ebuild54
-rw-r--r--app-editors/editra/files/editra-0.7.20-wx30.patch44
-rw-r--r--app-editors/editra/metadata.xml8
4 files changed, 0 insertions, 110 deletions
diff --git a/app-editors/editra/Manifest b/app-editors/editra/Manifest
deleted file mode 100644
index 83cea3d506be..000000000000
--- a/app-editors/editra/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX editra-0.7.20-wx30.patch 2264 BLAKE2B a8244a8174d1b0bca8c8e4979623ebc9ea03838eff59e9c9b12c1c703c6c69b90ff3036a1bf68e2757f7d95fa706aef37df831fc0c0f01b9c1ffe9d570b14769 SHA512 c0befbe2fb2eead2c4fc066767b48938b0f2b17949dc42fd98128d63556268a12b73fb49f22a8e9abf524e4450bda2b2b4e0b4953bc7f3c7c32b6ba1e7eefe63
-DIST Editra-0.7.20.tar.gz 4072243 BLAKE2B 3a2d38888ea9d7a12a77d4adb57b7e5c926757791e8b48eedd8413b6712cbfb2c616c3cf26f3f49c3a7ac5acf37d373cff8d37c63e255a1d0a9ec1add3dcbbe6 SHA512 e568ce2a5f04300c33223bf7a0e6fbc52d0a51c3472afb9b613fe21cfbeba0b9b453d87837e52c7c48050fc266ff5ff194a42f797053f21f0a25cd5c4579febe
-EBUILD editra-0.7.20-r2.ebuild 1258 BLAKE2B c25df6f3bddc92f8dee6a0cb2c4fdf0d6b241769cb5e5c4c5f2beefe2f8646c7725b7b6bd385b5f9ad39aaacdc6196d762df0bf5a0b75ad23d187e36ce63fe06 SHA512 ea516785ccd2909bb9d784beb6a0dfe92a0aad9bb45d6ff0e9f214a129812a2a8c08ecd9181d19ddbe807b8fa80575ed85aeb04bc69b095973ced7551998185b
-MISC metadata.xml 261 BLAKE2B 6a1c213fc272c8d1e93e73a8aba2f3fffce3525a0b505f56a0ebc185d0000d2f472480842e2e588a59209047f3da0830cb0e59835ac738b548bd8a74dae3c176 SHA512 f7ad013dd5f01aaedd4528f98ba9a4b4b44d353502df3438a8b513dd2ee7af1e24328c34187e156370efb550c401b81175cccc7a7643ea6a5a83766d68a05221
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
-}
diff --git a/app-editors/editra/files/editra-0.7.20-wx30.patch b/app-editors/editra/files/editra-0.7.20-wx30.patch
deleted file mode 100644
index e5e7b7f918d6..000000000000
--- a/app-editors/editra/files/editra-0.7.20-wx30.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Description: Updates for better wxPython 3.0 compatibility
-Author: Olly Betts <olly@survex.com>
-Bug-Debian: https://bugs.debian.org/758947
-Forwarded: no
-Last-Update: 2014-08-30
-
---- editra-0.7.20+dfsg.1.orig/src/ed_main.py
-+++ editra-0.7.20+dfsg.1/src/ed_main.py
-@@ -432,7 +432,7 @@ class MainWindow(wx.Frame, viewmgr.Persp
-
- dlg = wx.FileDialog(self, _("Editra: Open"), fdir, "",
- ''.join(syntax.GenFileFilters()),
-- wx.OPEN | wx.MULTIPLE | wx.CHANGE_DIR)
-+ wx.FD_OPEN | wx.FD_MULTIPLE | wx.FD_CHANGE_DIR)
- dlg.SetFilterIndex(_PGET('FFILTER', 'int', 0))
-
- if ebmlib.LockCall(self._mlock, dlg.ShowModal) == wx.ID_OK:
-@@ -680,7 +680,7 @@ class MainWindow(wx.Frame, viewmgr.Persp
- os.path.dirname(sdir),
- title.lstrip(u"*"),
- u''.join(syntax.GenFileFilters()),
-- wx.SAVE | wx.OVERWRITE_PROMPT)
-+ wx.FD_SAVE | wx.FD_OVERWRITE_PROMPT)
-
- if ebmlib.LockCall(self._mlock, dlg.ShowModal) == wx.ID_OK:
- path = dlg.GetPath()
-@@ -713,7 +713,7 @@ class MainWindow(wx.Frame, viewmgr.Persp
- dlg = wx.FileDialog(self, _("Where to Save Profile?"), \
- CONFIG['PROFILE_DIR'], "default.ppb", \
- _("Profile") + " (*.ppb)|*.ppb",
-- wx.SAVE | wx.OVERWRITE_PROMPT)
-+ wx.FD_SAVE | wx.FD_OVERWRITE_PROMPT)
-
- if ebmlib.LockCall(self._mlock, dlg.ShowModal) == wx.ID_OK:
- profiler.TheProfile.Write(dlg.GetPath())
-@@ -732,7 +732,7 @@ class MainWindow(wx.Frame, viewmgr.Persp
- if evt.Id == ID_LOAD_PROFILE:
- dlg = wx.FileDialog(self, _("Load a Custom Profile"),
- CONFIG['PROFILE_DIR'], "default.ppb",
-- _("Profile") + " (*.ppb)|*.ppb", wx.OPEN)
-+ _("Profile") + " (*.ppb)|*.ppb", wx.FD_OPEN)
-
- if ebmlib.LockCall(self._mlock, dlg.ShowModal) == wx.ID_OK:
- profiler.TheProfile.Load(dlg.GetPath())
diff --git a/app-editors/editra/metadata.xml b/app-editors/editra/metadata.xml
deleted file mode 100644
index 0c7ee856e108..000000000000
--- a/app-editors/editra/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>