From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0648713838B for ; Mon, 6 Oct 2014 23:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99B5FE09C7; Mon, 6 Oct 2014 23:06:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42888E09C7 for ; Mon, 6 Oct 2014 23:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F6AD340339 for ; Mon, 6 Oct 2014 23:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90DC730A for ; Mon, 6 Oct 2014 23:06:29 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1412635939.afd0a9462d14ea876def5afbcf221614ee3f55a8.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: proj/gnome X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild app-editors/gedit-plugins/gedit-plugins-3.14.0.ebuild X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: afd0a9462d14ea876def5afbcf221614ee3f55a8 X-VCS-Branch: master Date: Mon, 6 Oct 2014 23:06:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3afd312f-e0ee-4a63-8e82-e7c89c332b15 X-Archives-Hash: 36bc8e4ab13a4808e225135802338f20 commit: afd0a9462d14ea876def5afbcf221614ee3f55a8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Oct 6 22:52:19 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Oct 6 22:52:19 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=afd0a946 app-editors/gedit-plugins: 3.12.1 → 3.14.0 --- ...-plugins-3.12.1.ebuild => gedit-plugins-3.14.0.ebuild} | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.14.0.ebuild similarity index 81% rename from app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild rename to app-editors/gedit-plugins/gedit-plugins-3.14.0.ebuild index f7eadf3..641d4c8 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.12.1.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.14.0.ebuild @@ -17,36 +17,38 @@ LICENSE="GPL-2+" KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE_plugins="charmap git terminal" +IUSE_plugins="charmap git terminal zeitgeist" IUSE="+python ${IUSE_plugins}" REQUIRED_USE=" charmap? ( python ) git? ( python ) terminal? ( python ) + zeitgeist? ( python ) python? ( ${REQUIRED_PYTHON_USE} ) " RDEPEND=" - >=app-editors/gedit-3.11.3[python?] + >=app-editors/gedit-3.14[python?] >=dev-libs/glib-2.32:2 >=dev-libs/libpeas-1.7.0[gtk,python?] >=x11-libs/gtk+-3.9:3 - >=x11-libs/gtksourceview-3.9.2:3.0 + >=x11-libs/gtksourceview-3.14:3.0 python? ( ${PYTHON_DEPS} - >=app-editors/gedit-3[introspection,${PYTHON_USEDEP}] + >=app-editors/gedit-3.14[introspection,${PYTHON_USEDEP}] dev-libs/libpeas[${PYTHON_USEDEP}] >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] >=x11-libs/gtk+-3.9:3[introspection] - >=x11-libs/gtksourceview-3.9.2:3.0[introspection] + >=x11-libs/gtksourceview-3.14:3.0[introspection] x11-libs/pango[introspection] x11-libs/gdk-pixbuf:2[introspection] ) charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] ) git? ( >=dev-libs/libgit2-glib-0.0.6 ) - terminal? ( x11-libs/vte:2.90[introspection] ) + terminal? ( x11-libs/vte:2.91[introspection] ) + zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12[introspection] ) " DEPEND="${RDEPEND} >=dev-util/intltool-0.40.0 @@ -71,6 +73,7 @@ src_install() { clean_plugin charmap clean_plugin git clean_plugin terminal + clean_plugin zeitgeist } clean_plugin() {