* [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.5.32.ebuild
@ 2010-01-23 0:15 Daniel Pielmeier (billie)
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Pielmeier (billie) @ 2010-01-23 0:15 UTC (permalink / raw
To: gentoo-commits
billie 10/01/23 00:15:13
Modified: ChangeLog
Added: editra-0.5.32.ebuild
Log:
Version bump. Fixes bug #298270 reported by Arfrever.
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.9 app-editors/editra/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 19 Dec 2009 02:09:06 -0000 1.8
+++ ChangeLog 23 Jan 2010 00:15:12 -0000 1.9
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/editra
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.8 2009/12/19 02:09:06 dirtyepic Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.9 2010/01/23 00:15:12 billie Exp $
+
+*editra-0.5.32 (23 Jan 2010)
+
+ 23 Jan 2010; Daniel Pielmeier <billie@gentoo.org> +editra-0.5.32.ebuild:
+ Version bump. Fixes bug #298270 reported by Arfrever.
*editra-0.5.25 (19 Dec 2009)
1.1 app-editors/editra/editra-0.5.32.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.1&content-type=text/plain
Index: editra-0.5.32.ebuild
===================================================================
# 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.32.ebuild,v 1.1 2010/01/23 00:15:12 billie Exp $
EAPI=2
inherit distutils eutils fdo-mime
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-lang/python-2.5
>=dev-python/wxpython-2.8.9.2:2.8
dev-python/setuptools"
# setuptools is RDEPEND because it's used by the runtime for installing plugins
RDEPEND="${DEPEND}
spell? ( dev-python/pyenchant )"
S="${WORKDIR}"/${MY_PN}-${PV}
src_install() {
distutils_src_install
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] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.5.32.ebuild
@ 2010-02-19 0:21 Ryan Hill (dirtyepic)
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-02-19 0:21 UTC (permalink / raw
To: gentoo-commits
dirtyepic 10/02/19 00:21:14
Modified: ChangeLog editra-0.5.32.ebuild
Log:
Fix sandbox violations, bug #298752.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.10 app-editors/editra/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 23 Jan 2010 00:15:12 -0000 1.9
+++ ChangeLog 19 Feb 2010 00:21:13 -0000 1.10
@@ -1,6 +1,10 @@
# 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.9 2010/01/23 00:15:12 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.10 2010/02/19 00:21:13 dirtyepic Exp $
+
+ 19 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> editra-0.5.32.ebuild,
+ +files/editra-0.5.32-sandbox.patch:
+ Fix sandbox violations, bug #298752.
*editra-0.5.32 (23 Jan 2010)
1.2 app-editors/editra/editra-0.5.32.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?r1=1.1&r2=1.2
Index: editra-0.5.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- editra-0.5.32.ebuild 23 Jan 2010 00:15:12 -0000 1.1
+++ editra-0.5.32.ebuild 19 Feb 2010 00:21:13 -0000 1.2
@@ -1,6 +1,6 @@
# 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.32.ebuild,v 1.1 2010/01/23 00:15:12 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v 1.2 2010/02/19 00:21:13 dirtyepic Exp $
EAPI=2
@@ -26,6 +26,12 @@
S="${WORKDIR}"/${MY_PN}-${PV}
+src_prepare() {
+ #http://code.google.com/p/editra/issues/detail?id=481
+ epatch "${FILESDIR}"/${P}-sandbox.patch
+ # next version, use setup.py install --no-clean
+}
+
src_install() {
distutils_src_install
insinto /usr/share/pixmaps
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.5.32.ebuild
@ 2010-03-07 21:29 Jonathan Callen (abcd)
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-03-07 21:29 UTC (permalink / raw
To: gentoo-commits
abcd 10/03/07 21:29:37
Modified: ChangeLog editra-0.5.32.ebuild
Log:
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
(Portage version: -svn/cvs/Linux i686)
Revision Changes Path
1.12 app-editors/editra/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 6 Mar 2010 04:36:24 -0000 1.11
+++ ChangeLog 7 Mar 2010 21:29:36 -0000 1.12
@@ -1,6 +1,9 @@
# 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.11 2010/03/06 04:36:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.12 2010/03/07 21:29:36 abcd Exp $
+
+ 07 Mar 2010; Jonathan Callen <abcd@gentoo.org> editra-0.5.32.ebuild:
+ Move PYTHON_DEPEND before inherit(), so that the dep is actually added
06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org> -editra-0.5.05.ebuild,
-editra-0.5.15.ebuild, -editra-0.5.25.ebuild, editra-0.5.32.ebuild:
1.4 app-editors/editra/editra-0.5.32.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild?r1=1.3&r2=1.4
Index: editra-0.5.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- editra-0.5.32.ebuild 6 Mar 2010 04:36:24 -0000 1.3
+++ editra-0.5.32.ebuild 7 Mar 2010 21:29:36 -0000 1.4
@@ -1,9 +1,10 @@
# 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.32.ebuild,v 1.3 2010/03/06 04:36:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.5.32.ebuild,v 1.4 2010/03/07 21:29:36 abcd Exp $
EAPI=2
SUPPORT_PYTHON_ABIS=1
+PYTHON_DEPEND="2:2.4"
inherit distutils eutils fdo-mime python
@@ -24,7 +25,6 @@
RDEPEND="${DEPEND}
spell? ( dev-python/pyenchant )"
-PYTHON_DEPEND="2:2.4"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}"/${MY_PN}-${PV}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-07 21:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-07 21:29 [gentoo-commits] gentoo-x86 commit in app-editors/editra: ChangeLog editra-0.5.32.ebuild Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2010-02-19 0:21 Ryan Hill (dirtyepic)
2010-01-23 0:15 Daniel Pielmeier (billie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox