diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-28 11:44:59 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-28 11:44:59 +0000 |
commit | a3f231a473bc765f4155f90acbe9e63b89bf25d3 (patch) | |
tree | c14bcedca0eb40e6d6681b31fd3cc10c1ebd05be /app-editors/editra | |
parent | Update per proxy-maintainer request. Remove overshadowed versions. (diff) | |
download | gentoo-2-a3f231a473bc765f4155f90acbe9e63b89bf25d3.tar.gz gentoo-2-a3f231a473bc765f4155f90acbe9e63b89bf25d3.tar.bz2 gentoo-2-a3f231a473bc765f4155f90acbe9e63b89bf25d3.zip |
Restricting jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/editra')
-rw-r--r-- | app-editors/editra/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/editra/editra-0.6.76.ebuild | 7 | ||||
-rw-r--r-- | app-editors/editra/editra-0.6.89.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/app-editors/editra/ChangeLog b/app-editors/editra/ChangeLog index 796a77dbf7f9..082af4fa9926 100644 --- a/app-editors/editra/ChangeLog +++ b/app-editors/editra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/editra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.25 2012/02/20 08:07:33 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/ChangeLog,v 1.26 2012/02/28 11:44:59 patrick Exp $ + + 28 Feb 2012; Patrick Lauer <patrick@gentoo.org> editra-0.6.76.ebuild, + editra-0.6.89.ebuild: + Restricting jython *editra-0.6.89 (20 Feb 2012) diff --git a/app-editors/editra/editra-0.6.76.ebuild b/app-editors/editra/editra-0.6.76.ebuild index 0b62912b081e..bc90618dd216 100644 --- a/app-editors/editra/editra-0.6.76.ebuild +++ b/app-editors/editra/editra-0.6.76.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.76.ebuild,v 1.1 2011/10/02 23:48:17 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.76.ebuild,v 1.2 2012/02/28 11:44:59 patrick Exp $ EAPI=2 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="2:2.5" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils fdo-mime python @@ -25,8 +26,6 @@ DEPEND=">=dev-python/wxpython-2.8.9.2:2.8 RDEPEND="${DEPEND} spell? ( dev-python/pyenchant )" -RESTRICT_PYTHON_ABIS="3.*" - S="${WORKDIR}"/${MY_PN}-${PV} src_compile() { diff --git a/app-editors/editra/editra-0.6.89.ebuild b/app-editors/editra/editra-0.6.89.ebuild index 1ab22cdd6b29..907597121a41 100644 --- a/app-editors/editra/editra-0.6.89.ebuild +++ b/app-editors/editra/editra-0.6.89.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.89.ebuild,v 1.1 2012/02/20 08:07:33 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.89.ebuild,v 1.2 2012/02/28 11:44:59 patrick Exp $ EAPI=2 SUPPORT_PYTHON_ABIS=1 PYTHON_DEPEND="2:2.5" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils fdo-mime python @@ -25,8 +26,6 @@ DEPEND=">=dev-python/wxpython-2.8.9.2:2.8 RDEPEND="${DEPEND} spell? ( dev-python/pyenchant )" -RESTRICT_PYTHON_ABIS="3.*" - S="${WORKDIR}"/${MY_PN}-${PV} src_compile() { |