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 <gentoo-commits+bounces-340560-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QG6yt-0007VY-Fw
	for garchives@archives.gentoo.org; Sat, 30 Apr 2011 10:00:55 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2D95F1C060;
	Sat, 30 Apr 2011 10:00:33 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id ECB1E1C060
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2011 10:00:32 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 46D0F2AC031
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2011 10:00:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 9D34C80505
	for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2011 10:00:31 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <fed5dcfa7838b9d51c1d69455633800f2d90439c.nirbheek@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.0.1.ebuild
X-VCS-Directories: x11-libs/gtksourceview/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: fed5dcfa7838b9d51c1d69455633800f2d90439c
Date: Sat, 30 Apr 2011 10:00:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: a86395f87de209b4be62c3cf4c0a43c6

commit:     fed5dcfa7838b9d51c1d69455633800f2d90439c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 09:39:19 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 09:39:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dfed5dcfa

x11-libs/gtksourceview: 3.0.1 moved to tree

---
 x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild |   67 ---------------=
------
 1 files changed, 0 insertions(+), 67 deletions(-)

diff --git a/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild b/x11-libs=
/gtksourceview/gtksourceview-3.0.1.ebuild
deleted file mode 100644
index 6dda453..0000000
--- a/x11-libs/gtksourceview/gtksourceview-3.0.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-=
2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $
-
-EAPI=3D"2"
-GCONF_DEBUG=3D"no"
-GNOME2_LA_PUNT=3D"yes"
-
-inherit gnome2 virtualx
-if [[ ${PV} =3D 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION=3D"A text widget implementing syntax highlighting and other =
features"
-HOMEPAGE=3D"http://www.gnome.org/"
-
-LICENSE=3D"GPL-2"
-SLOT=3D"3.0"
-IUSE=3D"doc glade +introspection"
-if [[ ${PV} =3D 9999 ]]; then
-	KEYWORDS=3D""
-else
-	KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 =
~x86-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~pp=
c-macos ~x86-solaris"
-fi
-
-# Note: has native OSX support, prefix teams, attack!
-RDEPEND=3D">=3Dx11-libs/gtk+-3.0:3[introspection?]
-	>=3Ddev-libs/libxml2-2.6:2
-	>=3Ddev-libs/glib-2.28:2
-	glade? ( >=3Ddev-util/glade-3.9:3 )
-	introspection? ( >=3Ddev-libs/gobject-introspection-0.9.0 )"
-DEPEND=3D"${RDEPEND}
-	>=3Dsys-devel/gettext-0.17
-	>=3Ddev-util/intltool-0.40
-	>=3Ddev-util/pkgconfig-0.9
-	doc? ( >=3Ddev-util/gtk-doc-1.11 )"
-
-pkg_setup() {
-	DOCS=3D"AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
-	G2CONF=3D"${G2CONF}
-		--disable-deprecations
-		--enable-providers
-		$(use_enable glade glade-catalog)
-		$(use_enable introspection)"
-}
-
-src_prepare() {
-	sed -i -e 's:--warn-all::' gtksourceview/Makefile.in
-
-	# Skip broken test until upstream bug #621383 is solved
-	sed -e "/guess-language/d" \
-		-e "/get-language/d" \
-		-i tests/test-languagemanager.c || die
-
-	gnome2_src_prepare
-}
-
-src_test() {
-	Xemake check || die "Test phase failed"
-}
-
-src_install() {
-	gnome2_src_install
-
-	insinto /usr/share/${PN}-3.0/language-specs
-	doins "${FILESDIR}"/2.0/gentoo.lang || die "doins failed"
-}