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 733B0138CD3 for ; Tue, 9 Jun 2015 13:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91325E0884; Tue, 9 Jun 2015 13:49:03 +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 5AD18E0885 for ; Tue, 9 Jun 2015 13:49:02 +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 9C827340A49 for ; Tue, 9 Jun 2015 13:49:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2068AA3A for ; Tue, 9 Jun 2015 13:48:59 +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: <1433857722.d822e20c886cda215d808f4fbecfc79697c0a920.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.16.1.ebuild X-VCS-Directories: x11-libs/gtksourceview/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d822e20c886cda215d808f4fbecfc79697c0a920 X-VCS-Branch: master Date: Tue, 9 Jun 2015 13:48:59 +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: 03606789-58fb-472c-b5cd-95413b21ca0b X-Archives-Hash: 5ae02bf57bb5fb31690c0e90a62614d3 commit: d822e20c886cda215d808f4fbecfc79697c0a920 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Jun 9 10:10:42 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Jun 9 13:48:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d822e20c x11-libs/gtksourceview: moved to gentoo-x86 x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild | 61 ---------------------- 1 file changed, 61 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild b/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild deleted file mode 100644 index 2f12fd5..0000000 --- a/x11-libs/gtksourceview/gtksourceview-3.16.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.24" -VALA_USE_DEPEND="vapigen" - -inherit gnome2 vala virtualx - -DESCRIPTION="A text widget implementing syntax highlighting and other features" -HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView" - -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="3.0/3" -IUSE="glade +introspection vala" -REQUIRED_USE="vala? ( introspection )" -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.44:2 - >=dev-libs/libxml2-2.6:2 - >=x11-libs/gtk+-3.16:3[introspection?] - glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-1.42 ) -" -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-am-1.18 - >=dev-util/intltool-0.50 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - vala? ( $(vala_depend) ) -" - -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --disable-deprecations \ - --enable-providers \ - $(use_enable glade glade-catalog) \ - $(use_enable introspection) \ - $(use_enable vala) -} - -src_test() { - Xemake check -} - -src_install() { - DOCS="AUTHORS HACKING MAINTAINERS NEWS README" - gnome2_src_install - - insinto /usr/share/${PN}-3.0/language-specs - doins "${FILESDIR}"/2.0/gentoo.lang -}