public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.4.2.ebuild ChangeLog
@ 2010-03-06 11:51 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2010-03-06 11:51 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/03/06 11:51:53

  Modified:             ChangeLog
  Added:                eric-4.4.2.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.114                dev-util/eric/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	6 Feb 2010 14:49:02 -0000	1.113
+++ ChangeLog	6 Mar 2010 11:51:53 -0000	1.114
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/eric
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.113 2010/02/06 14:49:02 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.114 2010/03/06 11:51:53 yngwin Exp $
+
+*eric-4.4.2 (06 Mar 2010)
+
+  06 Mar 2010; Ben de Groot <yngwin@gentoo.org> +eric-4.4.2.ebuild:
+  Version bump
 
 *eric-4.4.1 (06 Feb 2010)
 



1.1                  dev-util/eric/eric-4.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?rev=1.1&content-type=text/plain

Index: eric-4.4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild,v 1.1 2010/03/06 11:51:53 yngwin Exp $

EAPI="2"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"

inherit eutils python

MY_PN=${PN}4
MY_P=${MY_PN}-${PV}
DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla"
HOMEPAGE="http://eric-ide.python-projects.org/"
SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz"

SLOT="4"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="kde spell"

DEPEND="dev-python/PyQt4[assistant,svg,webkit,X]
	dev-python/qscintilla-python
	kde? ( kde-base/pykde4 )"
RDEPEND="${DEPEND}
	>=dev-python/chardet-2.0
	>=dev-python/pygments-1.1
	dev-python/coverage"
PDEPEND="spell? ( dev-python/pyenchant )"
# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson.
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"

LANGS="cs de es fr it ru tr zh_CN"
for L in ${LANGS}; do
	SRC_URI="${SRC_URI}
		linguas_${L}? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${PV}.tar.gz )"
	IUSE="${IUSE} linguas_${L}"
done
unset L

S="${WORKDIR}/${MY_P}"

src_prepare() {
	epatch "${FILESDIR}"/eric-4.4-no-interactive.patch
	epatch "${FILESDIR}"/remove_coverage.patch
	use kde || epatch "${FILESDIR}"/eric-4.4-no-pykde.patch

	# remove bundled copies, bug #283148 and bug 300757
	rm -rf "${S}"/eric/ThirdParty
	rm -rf "${S}"/eric/DebugClients/Python/coverage
	rm -rf "${S}"/eric/DebugClients/Python3/coverage
}

src_install() {
	installation() {
		"$(PYTHON)" install.py \
			-z \
			-b "/usr/bin" \
			-i "${D}" \
			-d "$(python_get_sitedir)" \
			-c
	}
	python_execute_function installation

	doicon eric/icons/default/eric.png
	make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
}

pkg_postinst() {
	python_mod_optimize eric4{,config.py,plugins}

	elog
	elog "If you want to use eric4 with mod_python, have a look at"
	elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
	elog
	elog "The following packages will give eric extended functionality:"
	elog "  dev-python/pylint"
	elog "  dev-python/pysvn"
	elog
	elog "This version has a plugin interface with plugin-autofetch from"
	elog "the application itself. You may want to check those as well."
	elog
}

pkg_postrm() {
	python_mod_cleanup eric4{,config.py,plugins}
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.4.2.ebuild ChangeLog
@ 2010-04-08 12:45 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-08 12:45 UTC (permalink / raw
  To: gentoo-commits

fauli       10/04/08 12:45:37

  Modified:             eric-4.4.2.ebuild ChangeLog
  Log:
  stable x86, bug 308201
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-util/eric/eric-4.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?r1=1.1&r2=1.2

Index: eric-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eric-4.4.2.ebuild	6 Mar 2010 11:51:53 -0000	1.1
+++ eric-4.4.2.ebuild	8 Apr 2010 12:45:37 -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/dev-util/eric/eric-4.4.2.ebuild,v 1.1 2010/03/06 11:51:53 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild,v 1.2 2010/04/08 12:45:37 fauli Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 SLOT="4"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
 IUSE="kde spell"
 
 DEPEND="dev-python/PyQt4[assistant,svg,webkit,X]



1.117                dev-util/eric/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	6 Apr 2010 15:10:31 -0000	1.116
+++ ChangeLog	8 Apr 2010 12:45:37 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/eric
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.116 2010/04/06 15:10:31 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.117 2010/04/08 12:45:37 fauli Exp $
+
+  08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> eric-4.4.2.ebuild:
+  stable x86, bug 308201
 
 *eric-4.4.3 (06 Apr 2010)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.4.2.ebuild ChangeLog
@ 2010-04-08 19:26 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-04-08 19:26 UTC (permalink / raw
  To: gentoo-commits

jer         10/04/08 19:26:05

  Modified:             eric-4.4.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #308201).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-util/eric/eric-4.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild?r1=1.2&r2=1.3

Index: eric-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- eric-4.4.2.ebuild	8 Apr 2010 12:45:37 -0000	1.2
+++ eric-4.4.2.ebuild	8 Apr 2010 19:26:05 -0000	1.3
@@ -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/dev-util/eric/eric-4.4.2.ebuild,v 1.2 2010/04/08 12:45:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.2.ebuild,v 1.3 2010/04/08 19:26:05 jer Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2:2.6"
@@ -16,7 +16,7 @@
 
 SLOT="4"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~hppa ~ppc x86"
+KEYWORDS="~amd64 hppa ~ppc x86"
 IUSE="kde spell"
 
 DEPEND="dev-python/PyQt4[assistant,svg,webkit,X]



1.118                dev-util/eric/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog	8 Apr 2010 12:45:37 -0000	1.117
+++ ChangeLog	8 Apr 2010 19:26:05 -0000	1.118
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/eric
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.117 2010/04/08 12:45:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.118 2010/04/08 19:26:05 jer Exp $
+
+  08 Apr 2010; Jeroen Roovers <jer@gentoo.org> eric-4.4.2.ebuild:
+  Stable for HPPA (bug #308201).
 
   08 Apr 2010; Christian Faulhammer <fauli@gentoo.org> eric-4.4.2.ebuild:
   stable x86, bug 308201






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-08 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 12:45 [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.4.2.ebuild ChangeLog Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-08 19:26 Jeroen Roovers (jer)
2010-03-06 11:51 Ben de Groot (yngwin)

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