diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-30 12:52:54 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-30 12:52:54 +0000 |
commit | d75e2d7263cae9a7c5952678698a44fccad8f7ca (patch) | |
tree | a443a92e811fc66f5593ebcf1e5c2729f97b241f /net-libs | |
parent | Add apache2 and fastcgi USE flags and clean up the ebuild. (diff) | |
download | gentoo-2-d75e2d7263cae9a7c5952678698a44fccad8f7ca.tar.gz gentoo-2-d75e2d7263cae9a7c5952678698a44fccad8f7ca.tar.bz2 gentoo-2-d75e2d7263cae9a7c5952678698a44fccad8f7ca.zip |
Version bump, remove old.
(Portage version: 2.2_rc19/cvs/Linux 2.6.27-gentoo-r2 x86_64)
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.14.ebuild | 44 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.7.20.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.7.16.ebuild) | 4 |
3 files changed, 10 insertions, 47 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 5389939bfe8b..cfbe56baa7f4 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.22 2008/12/24 10:03:16 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.23 2008/12/30 12:52:54 coldwind Exp $ + +*telepathy-glib-0.7.20 (30 Dec 2008) + + 30 Dec 2008; Santiago M. Mola <coldwind@gentoo.org> + -telepathy-glib-0.7.14.ebuild, -telepathy-glib-0.7.16.ebuild, + +telepathy-glib-0.7.20.ebuild: + Version bump, remove old. 24 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> telepathy-glib-0.7.18.ebuild: diff --git a/net-libs/telepathy-glib/telepathy-glib-0.7.14.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.14.ebuild deleted file mode 100644 index 7729754a5f08..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.7.14.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 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.14.ebuild,v 1.1 2008/08/21 10:33:29 coldwind Exp $ - -DESCRIPTION="GLib binding 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="~amd64 ~x86" -IUSE="debug doc" - -# Requires glib 2.16 despite what says configure.ac -# http://bugs.freedesktop.org/show_bug.cgi?id=17213 -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.5 )" - -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.16.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.7.20.ebuild index 28620e778f86..3fb7b52a6918 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.7.16.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.7.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.16.ebuild,v 1.1 2008/10/03 17:46:18 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.20.ebuild,v 1.1 2008/12/30 12:52:54 coldwind Exp $ DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." HOMEPAGE="http://telepathy.freedesktop.org" @@ -8,7 +8,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2.16 |