diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-21 21:15:54 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-21 21:15:54 +0000 |
commit | 94bfe520ad355cd1d6558c4520177452d93315e2 (patch) | |
tree | ce07aa4a1c093cd6d17041eb9fff6ac2e9ed72e1 /net-libs | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-94bfe520ad355cd1d6558c4520177452d93315e2.tar.gz gentoo-2-94bfe520ad355cd1d6558c4520177452d93315e2.tar.bz2 gentoo-2-94bfe520ad355cd1d6558c4520177452d93315e2.zip |
Version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.7.25.ebuild | 42 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.7.29.ebuild | 42 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.7.34.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild) | 16 |
4 files changed, 14 insertions, 95 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 1aa4a4ef4f68..52c7e3b59250 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,13 @@ # 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.33 2009/08/06 21:58:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.34 2009/08/21 21:15:54 tester Exp $ + +*telepathy-glib-0.7.34 (21 Aug 2009) + + 21 Aug 2009; Olivier Crête <tester@gentoo.org> + -telepathy-glib-0.7.25.ebuild, -telepathy-glib-0.7.29.ebuild, + -telepathy-glib-0.7.31.ebuild, +telepathy-glib-0.7.34.ebuild: + Version bump 06 Aug 2009; Olivier Crête <tester@gentoo.org> telepathy-glib-0.7.33.ebuild: diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.25.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.25.ebuild deleted file mode 100644 index f1a5528a9087..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.7.25.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.25.ebuild,v 1.3 2009/04/04 17:50:19 solar Exp $ - -DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." -HOMEPAGE="http://telepathy.freedesktop.org" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~arm ~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug doc" - -RDEPEND=">=dev-libs/glib-2.16 - >=dev-libs/dbus-glib-0.73 - >=dev-lang/python-2.3" - -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/pkgconfig-0.21 - doc? ( >=dev-util/gtk-doc-1.10 )" - -src_compile() { - econf \ - $(use_enable doc gtk-doc) \ - $(use_enable debug) \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_test() { - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.29.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.29.ebuild deleted file mode 100644 index 7db4704936e7..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.7.29.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.29.ebuild,v 1.1 2009/04/09 22:46:16 tester Exp $ - -DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." -HOMEPAGE="http://telepathy.freedesktop.org" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~arm ~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug doc" - -RDEPEND=">=dev-libs/glib-2.16 - >=dev-libs/dbus-glib-0.73 - >=dev-lang/python-2.3" - -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/pkgconfig-0.21 - doc? ( >=dev-util/gtk-doc-1.10 )" - -src_compile() { - econf \ - $(use_enable doc gtk-doc) \ - $(use_enable debug) \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_test() { - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.34.ebuild index c2f47500af81..213d87add751 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.7.34.ebuild @@ -1,8 +1,10 @@ # 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.31.ebuild,v 1.2 2009/06/18 13:02:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.34.ebuild,v 1.1 2009/08/21 21:15:54 tester Exp $ -inherit libtool +EAPI="2" + +inherit autotools eutils libtool DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." HOMEPAGE="http://telepathy.freedesktop.org" @@ -20,22 +22,16 @@ 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_unpack() { - unpack ${A} - cd "${S}" - elibtoolize # for sane .so versionning on BSD -} - -src_compile() { +src_configure() { econf \ $(use_enable doc gtk-doc) \ $(use_enable debug) \ $(use_enable debug backtrace) \ $(use_enable debug handle-leak-debug) \ || die "econf failed" - emake || die "emake failed" } src_test() { |