summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2010-10-11 20:26:11 +0000
committerRyan Hill <dirtyepic@gentoo.org>2010-10-11 20:26:11 +0000
commit961acec2d71e8e9c248b9bfda90542de394a8472 (patch)
tree553ba8584587bb0f8c603d0188e976b47f3a8b15 /app-editors
parentStable for PPC (bug #334303). (diff)
downloadgentoo-2-961acec2d71e8e9c248b9bfda90542de394a8472.tar.gz
gentoo-2-961acec2d71e8e9c248b9bfda90542de394a8472.tar.bz2
gentoo-2-961acec2d71e8e9c248b9bfda90542de394a8472.zip
Remove old.
(Portage version: 2.2_rc92/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/editra/ChangeLog7
-rw-r--r--app-editors/editra/editra-0.5.51.ebuild48
-rw-r--r--app-editors/editra/editra-0.5.60.ebuild52
-rw-r--r--app-editors/editra/files/editra-0.5.32-sandbox.patch25
4 files changed, 6 insertions, 126 deletions
diff --git a/app-editors/editra/ChangeLog b/app-editors/editra/ChangeLog
index a7616e70f96a..f185890e95ba 100644
--- a/app-editors/editra/ChangeLog
+++ b/app-editors/editra/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/editra
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.15 2010/06/27 02:51:52 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.16 2010/10/11 20:26:11 dirtyepic Exp $
+
+ 11 Oct 2010; Ryan Hill <dirtyepic@gentoo.org>
+ -files/editra-0.5.32-sandbox.patch, -editra-0.5.51.ebuild,
+ -editra-0.5.60.ebuild:
+ Remove old.
*editra-0.5.72 (27 Jun 2010)
diff --git a/app-editors/editra/editra-0.5.51.ebuild b/app-editors/editra/editra-0.5.51.ebuild
deleted file mode 100644
index b39fa9fd5064..000000000000
--- a/app-editors/editra/editra-0.5.51.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.51.ebuild,v 1.1 2010/03/17 23:09:57 dirtyepic Exp $
-
-EAPI=2
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND="2:2.4"
-
-inherit distutils eutils fdo-mime python
-
-MY_PN=${PN/e/E}
-
-DESCRIPTION="Multi-platform text editor supporting over 50 programming languages."
-HOMEPAGE="http://editra.org http://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
- >=dev-python/setuptools-0.6"
-# setuptools is RDEPEND because it's used by the runtime for installing plugins
-RDEPEND="${DEPEND}
- spell? ( dev-python/pyenchant )"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}"/${MY_PN}-${PV}
-
-src_install() {
- distutils_src_install --no-clean
- insinto /usr/share/pixmaps
- doins "${S}"/pixmaps/editra.png
- make_desktop_entry Editra Editra editra "Development;TextEditor"
- dodoc FAQ THANKS
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- fdo-mime_desktop_database_update
-}
diff --git a/app-editors/editra/editra-0.5.60.ebuild b/app-editors/editra/editra-0.5.60.ebuild
deleted file mode 100644
index 5178712f19b2..000000000000
--- a/app-editors/editra/editra-0.5.60.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.60.ebuild,v 1.1 2010/05/22 20:34:47 dirtyepic Exp $
-
-EAPI=2
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND="2:2.5"
-
-inherit distutils eutils fdo-mime python
-
-MY_PN=${PN/e/E}
-
-DESCRIPTION="Multi-platform text editor supporting over 50 programming languages."
-HOMEPAGE="http://editra.org http://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
- >=dev-python/setuptools-0.6"
-# setuptools is RDEPEND because it's used by the runtime for installing plugins
-RDEPEND="${DEPEND}
- spell? ( dev-python/pyenchant )"
-
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}"/${MY_PN}-${PV}
-
-src_compile() {
- distutils_src_compile --no-clean # http://code.google.com/p/editra/issues/detail?id=481
-}
-
-src_install() {
- distutils_src_install --no-clean
- insinto /usr/share/pixmaps
- doins "${S}"/pixmaps/editra.png
- make_desktop_entry Editra Editra editra "Development;TextEditor"
- dodoc FAQ THANKS
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- distutils_pkg_postrm
- fdo-mime_desktop_database_update
-}
diff --git a/app-editors/editra/files/editra-0.5.32-sandbox.patch b/app-editors/editra/files/editra-0.5.32-sandbox.patch
deleted file mode 100644
index 4b138291648c..000000000000
--- a/app-editors/editra/files/editra-0.5.32-sandbox.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 8db801c..80aa3bf 100755
---- a/setup.py
-+++ b/setup.py
-@@ -482,20 +482,6 @@ def DoSourcePackage():
- else:
- from distutils.core import setup
-
-- # Try to remove possibly conflicting files from an old install
-- try:
-- import Editra
-- path = Editra.__file__
-- if '__init__' in path:
-- path = os.path.dirname(path)
-- path = os.path.join(path, 'src')
-- del sys.modules['Editra']
-- shutil.rmtree(path)
-- except (ImportError, OSError):
-- pass
-- except:
-- sys.stderr.write("[ERROR] Failed to remove old source files")
--
- # Make sure to delete any existing MANIFEST file beforehand to
- # prevent stale file lists
- if os.path.exists('MANIFEST'):