pacho       15/05/17 08:53:23

  Modified:             ChangeLog
  Added:                telepathy-logger-0.8.2.ebuild
  Removed:              telepathy-logger-0.8.0.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.70                 net-im/telepathy-logger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-logger/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-logger/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-logger/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   8 Apr 2015 18:03:12 -0000       1.69
+++ ChangeLog   17 May 2015 08:53:23 -0000      1.70
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/telepathy-logger
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v 1.69 
2015/04/08 18:03:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v 1.70 
2015/05/17 08:53:23 pacho Exp $
+
+*telepathy-logger-0.8.2 (17 May 2015)
+
+  17 May 2015; Pacho Ramos <[email protected]> +telepathy-logger-0.8.2.ebuild,
+  -telepathy-logger-0.8.0.ebuild:
+  Version bump, drop old
 
   08 Apr 2015; Michał Górny <[email protected]> telepathy-logger-0.8.0.ebuild,
   telepathy-logger-0.8.1.ebuild:



1.1                  net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/telepathy-logger/telepathy-logger-0.8.2.ebuild?rev=1.1&content-type=text/plain

Index: telepathy-logger-0.8.2.ebuild
===================================================================
# Copyright 1999-2015 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.8.2.ebuild,v 
1.1 2015/05/17 08:53:23 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_7 )

inherit gnome2 python-any-r1 virtualx

DESCRIPTION="Telepathy Logger is a session daemon that should be activated 
whenever telepathy is being used"
HOMEPAGE="http://telepathy.freedesktop.org/wiki/Logger";
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.bz2";

LICENSE="LGPL-2.1+"
SLOT="0/3"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
IUSE="+introspection"

RDEPEND="
        >=dev-libs/glib-2.28:2
        >=sys-apps/dbus-1.1
        >=dev-libs/dbus-glib-0.82
        >=net-libs/telepathy-glib-0.19.2[introspection?]
        dev-libs/libxml2
        dev-libs/libxslt
        dev-db/sqlite:3
        introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
"
DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        >=dev-util/gtk-doc-am-1.10
        >=dev-util/intltool-0.35
        virtual/pkgconfig
"

src_configure() {
        # --enable-debug needed due to 
https://bugs.freedesktop.org/show_bug.cgi?id=83390
        gnome2_src_configure \
                $(use_enable introspection) \
                --enable-debug \
                --enable-public-extensions \
                --disable-coding-style-checks \
                --disable-Werror \
                --disable-static
}

src_test() {
        Xemake check
}




Reply via email to