public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.6.26.ebuild
@ 2011-03-21 21:14 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2011-03-21 21:14 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    11/03/21 21:14:33

  Modified:             ChangeLog
  Added:                editra-0.6.26.ebuild
  Log:
  Version bump. "This is a quick bug fix for a critical issue that could cause
  Editra to not be able to properly start again after part of the profile
  settings became corrupted."
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 app-editors/editra/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/editra/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/editra/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/editra/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	27 Feb 2011 09:09:27 -0000	1.20
+++ ChangeLog	21 Mar 2011 21:14:33 -0000	1.21
@@ -1,6 +1,13 @@
 # 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.20 2011/02/27 09:09:27 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.21 2011/03/21 21:14:33 dirtyepic Exp $
+
+*editra-0.6.26 (21 Mar 2011)
+
+  21 Mar 2011; Ryan Hill <dirtyepic@gentoo.org> +editra-0.6.26.ebuild:
+  Version bump. "This is a quick bug fix for a critical issue that could cause
+  Editra to not be able to properly start again after part of the profile
+  settings became corrupted."
 
 *editra-0.6.20 (27 Feb 2011)
 



1.1                  app-editors/editra/editra-0.6.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/editra/editra-0.6.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/editra/editra-0.6.26.ebuild?rev=1.1&content-type=text/plain

Index: editra-0.6.26.ebuild
===================================================================
# 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.26.ebuild,v 1.1 2011/03/21 21:14:33 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-21 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 21:14 [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.6.26.ebuild Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox