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 1PxHg6-0002x4-CI for garchives@archives.gentoo.org; Wed, 09 Mar 2011 11:35:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1901E050E; Wed, 9 Mar 2011 11:34:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7BA26E0527 for ; Wed, 9 Mar 2011 11:34:40 +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 3A6711BC0DD for ; Wed, 9 Mar 2011 11:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 929718006E for ; Wed, 9 Mar 2011 11:34:39 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-util/devhelp/devhelp-2.91.90.ebuild dev-util/devhelp/devhelp-2.91.91.2.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: be45f85322ff07768fea466646ae11d7e9f48c69 Date: Wed, 9 Mar 2011 11:34:39 +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: d4d4360c7d971e44206e1e0dac5e318b commit: be45f85322ff07768fea466646ae11d7e9f48c69 Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Mar 8 14:01:35 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Mar 9 11:21:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dbe45f853 dev-util/devhelp: 2.91.90 =E2=86=92 2.91.91.2 --- ...elp-2.91.90.ebuild =3D> devhelp-2.91.91.2.ebuild} | 14 +++++++-----= -- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-util/devhelp/devhelp-2.91.90.ebuild b/dev-util/devhelp/d= evhelp-2.91.91.2.ebuild similarity index 79% rename from dev-util/devhelp/devhelp-2.91.90.ebuild rename to dev-util/devhelp/devhelp-2.91.91.2.ebuild index e4d06db..aafe155 100644 --- a/dev-util/devhelp/devhelp-2.91.90.ebuild +++ b/dev-util/devhelp/devhelp-2.91.91.2.ebuild @@ -16,10 +16,10 @@ SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE=3D"" =20 -RDEPEND=3D">=3Dgnome-base/gconf-2.6 +RDEPEND=3D">=3Dgnome-base/gconf-2.6:2 >=3Ddev-libs/glib-2.25.11:2 - x11-libs/gtk+:3 - x11-libs/libwnck + >=3Dx11-libs/gtk+-3.0.2:3 + x11-libs/libwnck:3 net-libs/webkit-gtk:3" DEPEND=3D"${RDEPEND} sys-devel/gettext @@ -39,18 +39,18 @@ src_prepare() { gnome2_src_prepare =20 # disable pyc compiling - rm py-compile - ln -s $(type -P true) py-compile + ln -sfn $(type -P true) py-compile } =20 pkg_postinst() { gnome2_pkg_postinst python_need_rebuild - python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins + python_mod_optimize /usr/$(get_libdir)/gedit/plugins + # Keep this around so that users get reminded to delete this preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1 } =20 pkg_postrm() { gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins + python_mod_cleanup /usr/$(get_libdir)/gedit/plugins }