summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2011-02-27 09:09:27 +0000
committerRyan Hill <dirtyepic@gentoo.org>2011-02-27 09:09:27 +0000
commitb45c31206d8d9432cb134ef757e4856275bcd627 (patch)
treec658dedecd93ab373b8ed4d7f43a2b5448a6892b /app-editors/editra
parentVersion bump. (diff)
downloadgentoo-2-b45c31206d8d9432cb134ef757e4856275bcd627.tar.gz
gentoo-2-b45c31206d8d9432cb134ef757e4856275bcd627.tar.bz2
gentoo-2-b45c31206d8d9432cb134ef757e4856275bcd627.zip
Version bump.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/editra')
-rw-r--r--app-editors/editra/ChangeLog8
-rw-r--r--app-editors/editra/editra-0.5.99.ebuild52
-rw-r--r--app-editors/editra/editra-0.6.20.ebuild (renamed from app-editors/editra/editra-0.5.86.ebuild)4
3 files changed, 9 insertions, 55 deletions
diff --git a/app-editors/editra/ChangeLog b/app-editors/editra/ChangeLog
index 86c517609dab..4c3a1b7660e6 100644
--- a/app-editors/editra/ChangeLog
+++ b/app-editors/editra/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/editra
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.19 2011/01/16 06:56:25 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.20 2011/02/27 09:09:27 dirtyepic Exp $
+
+*editra-0.6.20 (27 Feb 2011)
+
+ 27 Feb 2011; Ryan Hill <dirtyepic@gentoo.org> -editra-0.5.86.ebuild,
+ -editra-0.5.99.ebuild, +editra-0.6.20.ebuild:
+ Version bump.
*editra-0.6.0 (16 Jan 2011)
diff --git a/app-editors/editra/editra-0.5.99.ebuild b/app-editors/editra/editra-0.5.99.ebuild
deleted file mode 100644
index e781028e4cd8..000000000000
--- a/app-editors/editra/editra-0.5.99.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.99.ebuild,v 1.1 2010/12/08 00:45:41 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/editra-0.5.86.ebuild b/app-editors/editra/editra-0.6.20.ebuild
index f5bbb4acefb1..b821b351e2e0 100644
--- a/app-editors/editra/editra-0.5.86.ebuild
+++ b/app-editors/editra/editra-0.6.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.86.ebuild,v 1.1 2010/10/25 17:35:33 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.20.ebuild,v 1.1 2011/02/27 09:09:27 dirtyepic Exp $
EAPI=2
SUPPORT_PYTHON_ABIS=1