diff options
author | Olivier Crête <tester@gentoo.org> | 2009-09-14 20:32:59 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-09-14 20:32:59 +0000 |
commit | 6e9f8f644f8b551bca3da94750fc283e509a8860 (patch) | |
tree | be634ef546a30acb18fc82afd4288981aca3058c | |
parent | Make poppler dependency explicit, http://forums.gentoo.org/viewtopic.php?p=59... (diff) | |
download | gentoo-2-6e9f8f644f8b551bca3da94750fc283e509a8860.tar.gz gentoo-2-6e9f8f644f8b551bca3da94750fc283e509a8860.tar.bz2 gentoo-2-6e9f8f644f8b551bca3da94750fc283e509a8860.zip |
Version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.7.36.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.7.33.ebuild) | 22 |
2 files changed, 10 insertions, 20 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 52c7e3b59250..64eb158bac88 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.34 2009/08/21 21:15:54 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.35 2009/09/14 20:32:59 tester Exp $ + +*telepathy-glib-0.7.36 (14 Sep 2009) + + 14 Sep 2009; Olivier Crête <tester@gentoo.org> + -telepathy-glib-0.7.33.ebuild, +telepathy-glib-0.7.36.ebuild: + Version bump *telepathy-glib-0.7.34 (21 Aug 2009) diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.33.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.36.ebuild index fad0f7eb7eff..3cd94e8fe856 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.7.33.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.7.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.33.ebuild,v 1.3 2009/08/06 21:58:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.36.ebuild,v 1.1 2009/09/14 20:32:59 tester Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc" +IUSE="debug" RDEPEND=">=dev-libs/glib-2.16 >=dev-libs/dbus-glib-0.73 @@ -21,26 +21,10 @@ RDEPEND=">=dev-libs/glib-2.16 DEPEND="${RDEPEND} dev-libs/libxslt - >=dev-util/pkgconfig-0.21 - dev-util/gtk-doc-am - doc? ( >=dev-util/gtk-doc-1.10 )" - -src_prepare() { - # Make test suite pass, upstream bug #23164 - epatch "${FILESDIR}/${P}-fix-test.patch" - - # Do not build tests if not needed - epatch "${FILESDIR}/${P}-nobuildtest.patch" - - # needed to build on a libtool-1 system, bug #243822 - rm m4/lt* m4/libtool.m4 ltmain.sh - - eautoreconf -} + >=dev-util/pkgconfig-0.21" src_configure() { econf \ - $(use_enable doc gtk-doc) \ $(use_enable debug) \ $(use_enable debug backtrace) \ $(use_enable debug handle-leak-debug) \ |