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 8244A1393EA for ; Sun, 20 Apr 2014 22:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85181E095A; Sun, 20 Apr 2014 22:57:15 +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 CE05FE095A for ; Sun, 20 Apr 2014 22:57:14 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE68633FEA4 for ; Sun, 20 Apr 2014 22:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8425D18743 for ; Sun, 20 Apr 2014 22:57:11 +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: <1398034495.0b5669846812cc52272b2ab08eb3ac9cf8466d20.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild x11-libs/gtksourceview/gtksourceview-9999.ebuild X-VCS-Directories: x11-libs/gtksourceview/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0b5669846812cc52272b2ab08eb3ac9cf8466d20 X-VCS-Branch: master Date: Sun, 20 Apr 2014 22:57:11 +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: 3127c1f4-3ef1-4b5f-aa53-24e889e980a0 X-Archives-Hash: 17af8df902ced84c360f352103801e61 commit: 0b5669846812cc52272b2ab08eb3ac9cf8466d20 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Apr 15 21:11:35 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 20 22:54:55 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0b566984 x11-libs/gtksourceview: 3.10.2 → 3.12.0 --- ...view-9999.ebuild => gtksourceview-3.12.0.ebuild} | 21 ++++----------------- x11-libs/gtksourceview/gtksourceview-9999.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild similarity index 65% copy from x11-libs/gtksourceview/gtksourceview-9999.ebuild copy to x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild index 8269551..708853c 100644 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,9 +6,6 @@ EAPI="5" GCONF_DEBUG="no" inherit gnome2 virtualx -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi DESCRIPTION="A text widget implementing syntax highlighting and other features" HOMEPAGE="http://projects.gnome.org/gtksourceview/" @@ -16,18 +13,13 @@ HOMEPAGE="http://projects.gnome.org/gtksourceview/" LICENSE="GPL-2+ LGPL-2.1+" SLOT="3.0/2" IUSE="glade +introspection" -if [[ ${PV} = 9999 ]]; then - IUSE="${IUSE} doc" - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -fi +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" # Note: has native OSX support, prefix teams, attack! RDEPEND=" >=dev-libs/glib-2.37.3:2 >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-3.9.9:3[introspection?] + >=x11-libs/gtk+-3.11:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) " @@ -38,11 +30,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - doc? ( >=dev-util/gtk-doc-1.11 )" -fi - src_configure() { gnome2_src_configure \ --disable-deprecations \ @@ -56,7 +43,7 @@ src_test() { } src_install() { - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" + DOCS="AUTHORS HACKING MAINTAINERS NEWS README" gnome2_src_install insinto /usr/share/${PN}-3.0/language-specs diff --git a/x11-libs/gtksourceview/gtksourceview-9999.ebuild b/x11-libs/gtksourceview/gtksourceview-9999.ebuild index 8269551..170edb9 100644 --- a/x11-libs/gtksourceview/gtksourceview-9999.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -27,7 +27,7 @@ fi RDEPEND=" >=dev-libs/glib-2.37.3:2 >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-3.9.9:3[introspection?] + >=x11-libs/gtk+-3.11:3[introspection?] glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) " @@ -56,7 +56,7 @@ src_test() { } src_install() { - DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README" + DOCS="AUTHORS HACKING MAINTAINERS NEWS README" gnome2_src_install insinto /usr/share/${PN}-3.0/language-specs