From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K1lGh-0002kg-Ix for garchives@archives.gentoo.org; Thu, 29 May 2008 16:46:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCBE1E02EF; Thu, 29 May 2008 16:46:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 815C6E02EF for ; Thu, 29 May 2008 16:46:21 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 06EA766F6D for ; Thu, 29 May 2008 16:46:21 +0000 (UTC) Received: from hawking by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K1lGa-00070v-T4 for gentoo-commits@lists.gentoo.org; Thu, 29 May 2008 16:46:16 +0000 From: "Ali Polatel (hawking)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hawking@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild eric-4.1.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild eric-4.1.1.ebuild X-VCS-Directories: dev-util/eric X-VCS-Committer: hawking X-VCS-Committer-Name: Ali Polatel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ali Polatel Date: Thu, 29 May 2008 16:46:16 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: da3aba70-2de8-46eb-845e-57bd53fea78e X-Archives-Hash: 0c9eda3674870374d76de4fe29d6f73e hawking 08/05/29 16:46:16 Modified: eric-4.1.4.ebuild ChangeLog eric-3.9.5.ebuild eric-4.1.1.ebuild Log: python_mod_optimize is ROOT aware. Fixed python_mod_cleanup. (Portage version: 2.1.5.2) Revision Changes Path 1.2 dev-util/eric/eric-4.1.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -4.1.4.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -4.1.4.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -4.1.4.ebuild?r1=3D1.1&r2=3D1.2 Index: eric-4.1.4.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eric-4.1.4.ebuild 24 May 2008 22:54:13 -0000 1.1 +++ eric-4.1.4.ebuild 29 May 2008 16:46:16 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v 1.1= 2008/05/24 22:54:13 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.4.ebuild,v 1.2= 2008/05/29 16:46:16 hawking Exp $ =20 NEED_PYTHON=3D2.4 =20 @@ -61,7 +61,8 @@ } =20 pkg_postinst() { - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-pack= ages/eric4{,plugins} + python_version + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eri= c4{,plugins} elog "If you want to use eric4 with mod_python, have a look at" elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/pat= ch_modpython.py\"." elog @@ -74,6 +75,6 @@ elog "the App itself. You may want to check those as well" } =20 -pkg_posrm() { - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packa= ges/eric4{,plugins} +pkg_postrm() { + python_mod_cleanup } 1.61 dev-util/eric/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/Chan= geLog?rev=3D1.61&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/Chan= geLog?rev=3D1.61&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/Chan= geLog?r1=3D1.60&r2=3D1.61 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 24 May 2008 22:54:13 -0000 1.60 +++ ChangeLog 29 May 2008 16:46:16 -0000 1.61 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/eric # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.60 2008/0= 5/24 22:54:13 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.61 2008/0= 5/29 16:46:16 hawking Exp $ + + 29 May 2008; Ali Polatel eric-3.9.5.ebuild, + eric-4.1.1.ebuild, eric-4.1.4.ebuild: + python_mod_optimize is ROOT aware. Fixed python_mod_cleanup. =20 *eric-4.1.4 (24 May 2008) =20 1.6 dev-util/eric/eric-3.9.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -3.9.5.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -3.9.5.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -3.9.5.ebuild?r1=3D1.5&r2=3D1.6 Index: eric-3.9.5.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- eric-3.9.5.ebuild 20 Nov 2007 05:42:49 -0000 1.5 +++ eric-3.9.5.ebuild 29 May 2008 16:46:16 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v 1.5= 2007/11/20 05:42:49 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-3.9.5.ebuild,v 1.6= 2008/05/29 16:46:16 hawking Exp $ =20 NEED_PYTHON=3D2.3 =20 @@ -80,10 +80,10 @@ elog " \"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric3/p= atch_modpython.py\"." =20 python_version - python_mod_optimize "/usr/$(get_libdir)/python${PYVER}/site-packages/er= ic3" + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eri= c3 } =20 pkg_postrm() { python_version - python_mod_cleanup "/usr/$(get_libdir)/python${PYVER}/site-packages/eri= c3" + python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/eric= 3 } 1.3 dev-util/eric/eric-4.1.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -4.1.1.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -4.1.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric= -4.1.1.ebuild?r1=3D1.2&r2=3D1.3 Index: eric-4.1.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eric-4.1.1.ebuild 14 Apr 2008 11:40:58 -0000 1.2 +++ eric-4.1.1.ebuild 29 May 2008 16:46:16 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v 1.2= 2008/04/14 11:40:58 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.1.1.ebuild,v 1.3= 2008/05/29 16:46:16 hawking Exp $ =20 NEED_PYTHON=3D2.4 =20 @@ -62,7 +62,8 @@ } =20 pkg_postinst() { - python_mod_optimize "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-pack= ages/eric4{,plugins} + python_version + python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/eri= c4{,plugins} elog "If you want to use eric4 with mod_python, have a look at" elog "\"${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/eric4/pat= ch_modpython.py\"." elog @@ -75,6 +76,6 @@ elog "the App itself. You may want to check those as well" } =20 -pkg_posrm() { - python_mod_cleanup "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packa= ges/eric4{,plugins} +pkg_postrm() { + python_mod_cleanup } --=20 gentoo-commits@lists.gentoo.org mailing list