summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2011-07-03 06:16:43 +0000
committerRyan Hill <dirtyepic@gentoo.org>2011-07-03 06:16:43 +0000
commit0b9453448e7590d509ff92dc2a6549af3a0c9eae (patch)
tree5dfc799727e1c702d7b3dad126e27cc48518f233 /app-editors
parentFix accidental removal of x86-fbsd keyword (diff)
downloadgentoo-2-0b9453448e7590d509ff92dc2a6549af3a0c9eae.tar.gz
gentoo-2-0b9453448e7590d509ff92dc2a6549af3a0c9eae.tar.bz2
gentoo-2-0b9453448e7590d509ff92dc2a6549af3a0c9eae.zip
Version bump.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/editra/ChangeLog8
-rw-r--r--app-editors/editra/editra-0.6.20.ebuild52
-rw-r--r--app-editors/editra/editra-0.6.48.ebuild (renamed from app-editors/editra/editra-0.6.0.ebuild)4
3 files changed, 9 insertions, 55 deletions
diff --git a/app-editors/editra/ChangeLog b/app-editors/editra/ChangeLog
index a1977ceff101..b148436c1e5c 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.21 2011/03/21 21:14:33 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.22 2011/07/03 06:16:43 dirtyepic Exp $
+
+*editra-0.6.48 (03 Jul 2011)
+
+ 03 Jul 2011; Ryan Hill <dirtyepic@gentoo.org> -editra-0.6.0.ebuild,
+ -editra-0.6.20.ebuild, +editra-0.6.48.ebuild:
+ Version bump.
*editra-0.6.26 (21 Mar 2011)
diff --git a/app-editors/editra/editra-0.6.20.ebuild b/app-editors/editra/editra-0.6.20.ebuild
deleted file mode 100644
index b821b351e2e0..000000000000
--- a/app-editors/editra/editra-0.6.20.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# 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.6.20.ebuild,v 1.1 2011/02/27 09:09:27 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.6.0.ebuild b/app-editors/editra/editra-0.6.48.ebuild
index 3c4736b8a734..eb851d6b7ce0 100644
--- a/app-editors/editra/editra-0.6.0.ebuild
+++ b/app-editors/editra/editra-0.6.48.ebuild
@@ -1,6 +1,6 @@
# 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.6.0.ebuild,v 1.1 2011/01/16 06:56:25 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.48.ebuild,v 1.1 2011/07/03 06:16:43 dirtyepic Exp $
EAPI=2
SUPPORT_PYTHON_ABIS=1
@@ -37,7 +37,7 @@ src_install() {
distutils_src_install --no-clean
insinto /usr/share/pixmaps
doins "${S}"/pixmaps/editra.png
- make_desktop_entry Editra Editra editra "Development;TextEditor"
+ make_desktop_entry editra Editra editra "Development;TextEditor"
dodoc FAQ THANKS
}