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 1Q76Zt-00068F-Q1 for garchives@archives.gentoo.org; Tue, 05 Apr 2011 13:45:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E65F1C010; Tue, 5 Apr 2011 13:45:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0BAAF1C010 for ; Tue, 5 Apr 2011 13:45:43 +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 85D691B4072 for ; Tue, 5 Apr 2011 13:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B801880065 for ; Tue, 5 Apr 2011 13:45:42 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gdl/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gdl/gdl-3.0.0.ebuild X-VCS-Directories: dev-libs/gdl/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a9ce4fa83eab74dae436b085717557bdf73b68e8 Date: Tue, 5 Apr 2011 13:45:42 +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: X-Archives-Hash: 0e6f74d6e4a324885882255344023b81 commit: a9ce4fa83eab74dae436b085717557bdf73b68e8 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Apr 5 13:45:11 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Apr 5 13:45:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da9ce4fa8 dev-libs/gdl: QAed * drop unnecessary src_prepare * fix minor nitpicks (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- dev-libs/gdl/gdl-3.0.0.ebuild | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/dev-libs/gdl/gdl-3.0.0.ebuild b/dev-libs/gdl/gdl-3.0.0.ebuil= d index 6c95498..0191980 100644 --- a/dev-libs/gdl/gdl-3.0.0.ebuild +++ b/dev-libs/gdl/gdl-3.0.0.ebuild @@ -14,25 +14,16 @@ HOMEPAGE=3D"http://www.gnome.org/" LICENSE=3D"LGPL-2.1" SLOT=3D"3" KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE=3D"+introspection doc" +IUSE=3D"doc +introspection" =20 -# TODO: slotmove gdl:0 to gdl:1 RDEPEND=3D">=3Ddev-libs/glib-2:2 >=3Dx11-libs/gtk+-3.0.0:3[introspection?] >=3Ddev-libs/libxml2-2.4:2 introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" DEPEND=3D"${RDEPEND} - sys-devel/gettext dev-util/pkgconfig + >=3Dsys-devel/gettext-0.17 >=3Ddev-util/intltool-0.40.1 doc? ( >=3Ddev-util/gtk-doc-1.4 )" =20 DOCS=3D"AUTHORS ChangeLog MAINTAINERS NEWS README" - -src_prepare() { - # Fix parallel installation issue - grep -lre 'layout\.ui' . | xargs sed -ie 's/layout\.ui/layout-3\.ui/' |= | die - mv gdl/layout{,-3}.ui || die - - gnome2_src_prepare -}