From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RLp8G-0000Yw-Ce for garchives@archives.gentoo.org; Thu, 03 Nov 2011 04:42:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAC0F21C022; Thu, 3 Nov 2011 04:42:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7337D21C022 for ; Thu, 3 Nov 2011 04:42:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B12881B4032 for ; Thu, 3 Nov 2011 04:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CCB8980042 for ; Thu, 3 Nov 2011 04:42:17 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <833f36683c98647ce97ce66842944ba8e35e0072.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/gedit/ X-VCS-Repository: proj/gnome X-VCS-Files: app-editors/gedit/gedit-3.2.1.ebuild app-editors/gedit/gedit-9999.ebuild X-VCS-Directories: app-editors/gedit/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 833f36683c98647ce97ce66842944ba8e35e0072 Date: Thu, 3 Nov 2011 04:42:17 +0000 (UTC) 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: 0912a88e-8dab-4800-a432-a592bddfab4f X-Archives-Hash: 7991154904ff456ba09dcd2590a59ce8 commit: 833f36683c98647ce97ce66842944ba8e35e0072 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu Nov 3 04:26:34 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu Nov 3 04:30:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D833f3668 app-editors/gedit: qa Switch to EAPI4, let the eclass take care of maintainer mode, make dependency list non-redundant. --- app-editors/gedit/gedit-3.2.1.ebuild | 12 ++++-------- app-editors/gedit/gedit-9999.ebuild | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/app-editors/gedit/gedit-3.2.1.ebuild b/app-editors/gedit/ged= it-3.2.1.ebuild index e47301f..5df7790 100644 --- a/app-editors/gedit/gedit-3.2.1.ebuild +++ b/app-editors/gedit/gedit-3.2.1.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.2.ebuild= ,v 1.1 2010/06/13 19:34:52 pacho Exp $ =20 -EAPI=3D"3" +EAPI=3D"4" GCONF_DEBUG=3D"no" -GNOME_TARBALL_SUFFIX=3D"xz" GNOME2_LA_PUNT=3D"yes" # plugins are dlopened PYTHON_DEPEND=3D"2" =20 @@ -48,7 +47,6 @@ COMMON_DEPEND=3D" >=3Ddev-libs/gobject-introspection-0.9.3 >=3Dx11-libs/gtk+-3.0:3[introspection] >=3Dx11-libs/gtksourceview-2.91.9:3.0[introspection] - >=3Ddev-libs/libpeas-0.7.4[gtk] >=3Ddev-python/pygobject-3.0.0:3 ) spell? ( >=3Dapp-text/enchant-1.2 @@ -74,7 +72,6 @@ pkg_setup() { G2CONF=3D"${G2CONF} --disable-zeitgeist --disable-deprecations - --disable-maintainer-mode --disable-schemas-compile --disable-scrollkeeper --enable-updater @@ -83,9 +80,8 @@ pkg_setup() { $(use_enable python) $(use_enable spell)" =20 - if use python || use introspection; then - python_set_active_version 2 - fi + python_set_active_version 2 + python_pkg_setup } =20 src_prepare() { @@ -100,7 +96,7 @@ src_test() { # FIXME: this should be handled at eclass level "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die =20 - GSETTINGS_SCHEMA_DIR=3D"${S}/data" Xemake check || die "make check fail= ed" + GSETTINGS_SCHEMA_DIR=3D"${S}/data" Xemake check } =20 pkg_postinst() { diff --git a/app-editors/gedit/gedit-9999.ebuild b/app-editors/gedit/gedi= t-9999.ebuild index e47301f..5df7790 100644 --- a/app-editors/gedit/gedit-9999.ebuild +++ b/app-editors/gedit/gedit-9999.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/gedit/gedit-2.30.2.ebuild= ,v 1.1 2010/06/13 19:34:52 pacho Exp $ =20 -EAPI=3D"3" +EAPI=3D"4" GCONF_DEBUG=3D"no" -GNOME_TARBALL_SUFFIX=3D"xz" GNOME2_LA_PUNT=3D"yes" # plugins are dlopened PYTHON_DEPEND=3D"2" =20 @@ -48,7 +47,6 @@ COMMON_DEPEND=3D" >=3Ddev-libs/gobject-introspection-0.9.3 >=3Dx11-libs/gtk+-3.0:3[introspection] >=3Dx11-libs/gtksourceview-2.91.9:3.0[introspection] - >=3Ddev-libs/libpeas-0.7.4[gtk] >=3Ddev-python/pygobject-3.0.0:3 ) spell? ( >=3Dapp-text/enchant-1.2 @@ -74,7 +72,6 @@ pkg_setup() { G2CONF=3D"${G2CONF} --disable-zeitgeist --disable-deprecations - --disable-maintainer-mode --disable-schemas-compile --disable-scrollkeeper --enable-updater @@ -83,9 +80,8 @@ pkg_setup() { $(use_enable python) $(use_enable spell)" =20 - if use python || use introspection; then - python_set_active_version 2 - fi + python_set_active_version 2 + python_pkg_setup } =20 src_prepare() { @@ -100,7 +96,7 @@ src_test() { # FIXME: this should be handled at eclass level "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die =20 - GSETTINGS_SCHEMA_DIR=3D"${S}/data" Xemake check || die "make check fail= ed" + GSETTINGS_SCHEMA_DIR=3D"${S}/data" Xemake check } =20 pkg_postinst() {