Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: a9ce4fa83eab74dae436b085717557bdf73b68e8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 13:45:11 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 13:45:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a9ce4fa8
dev-libs/gdl: QAed
* drop unnecessary src_prepare
* fix minor nitpicks
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, 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.ebuild
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="http://www.gnome.org/"
LICENSE="LGPL-2.1"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="+introspection doc"
+IUSE="doc +introspection"
-# TODO: slotmove gdl:0 to gdl:1
RDEPEND=">=dev-libs/glib-2:2
>=x11-libs/gtk+-3.0.0:3[introspection?]
>=dev-libs/libxml2-2.4:2
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
- sys-devel/gettext
dev-util/pkgconfig
+ >=sys-devel/gettext-0.17
>=dev-util/intltool-0.40.1
doc? ( >=dev-util/gtk-doc-1.4 )"
DOCS="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
-}
|
|