summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-05-08 11:04:14 +0000
committerPacho Ramos <pacho@gentoo.org>2011-05-08 11:04:14 +0000
commit037b9add0bc3c34553a108803587e0a2913b75a9 (patch)
tree021a4eb50a97b77d4a9da464ca11d3bbbd2f3620 /net-im
parentRemove old. (diff)
downloadgentoo-2-037b9add0bc3c34553a108803587e0a2913b75a9.tar.gz
gentoo-2-037b9add0bc3c34553a108803587e0a2913b75a9.tar.bz2
gentoo-2-037b9add0bc3c34553a108803587e0a2913b75a9.zip
Version bump, remove old.
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-logger/ChangeLog8
-rw-r--r--net-im/telepathy-logger/telepathy-logger-0.2.9.ebuild (renamed from net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild)10
2 files changed, 11 insertions, 7 deletions
diff --git a/net-im/telepathy-logger/ChangeLog b/net-im/telepathy-logger/ChangeLog
index a1a4e60e6e6d..190450142fcf 100644
--- a/net-im/telepathy-logger/ChangeLog
+++ b/net-im/telepathy-logger/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/telepathy-logger
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v 1.11 2011/04/02 17:09:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v 1.12 2011/05/08 11:04:14 pacho Exp $
+
+*telepathy-logger-0.2.9 (08 May 2011)
+
+ 08 May 2011; Pacho Ramos <pacho@gentoo.org> -telepathy-logger-0.2.5.ebuild,
+ +telepathy-logger-0.2.9.ebuild:
+ Version bump, remove old.
*telepathy-logger-0.2.8 (02 Apr 2011)
diff --git a/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild b/net-im/telepathy-logger/telepathy-logger-0.2.9.ebuild
index d6554056b44d..b6da5834108f 100644
--- a/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild
+++ b/net-im/telepathy-logger/telepathy-logger-0.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild,v 1.1 2011/03/25 23:10:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/telepathy-logger-0.2.9.ebuild,v 1.1 2011/05/08 11:04:14 pacho Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -14,26 +14,23 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc +introspection test"
+IUSE="doc +introspection"
RDEPEND=">=dev-libs/glib-2.25.11:2
>=sys-apps/dbus-1.1
>=dev-libs/dbus-glib-0.82
- >=net-libs/telepathy-glib-0.11.7
+ >=net-libs/telepathy-glib-0.14.0
dev-libs/libxml2
dev-libs/libxslt
dev-db/sqlite:3
-
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
doc? ( >=dev-util/gtk-doc-1.10 )
- test? ( dev-python/twisted )
"
pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
python_set_active_version 2
}
@@ -61,5 +58,6 @@ src_test() {
src_install() {
base_src_install
+ dodoc AUTHORS ChangeLog NEWS README || die
find "${ED}" -name "*.la" -delete || die "la files removal failed"
}