* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-logger/
@ 2011-02-27 17:07 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2011-02-27 17:07 UTC (permalink / raw
To: gentoo-commits
commit: 33cd530cbdeebcd502b483108b2f96295ade19e4
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 17:03:01 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 17:06:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=33cd530c
net-im/telepathy-logger: fix testsuite env
---
.../telepathy-logger/telepathy-logger-0.2.1.ebuild | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild
index f913864..e4b3049 100644
--- a/net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild
+++ b/net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild
@@ -52,6 +52,8 @@ src_configure() {
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
+ mkdir -p "${T}/home/cache"
+ export XDG_CACHE_HOME="${T}/home/cache"
Xemake check || die "make check failed"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-logger/
@ 2011-03-06 9:37 Nirbheek Chauhan
0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan @ 2011-03-06 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 57519e18ca59191db47e2bf40a5cb384f5c3011e
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 09:36:56 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 09:36:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=57519e18
net-im/telepathy-logger: bump to 0.2.5
---
...-0.2.1.ebuild => telepathy-logger-0.2.5.ebuild} | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild
similarity index 91%
rename from net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild
rename to net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild
index e4b3049..cf3a693 100644
--- a/net-im/telepathy-logger/telepathy-logger-0.2.1.ebuild
+++ b/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild
@@ -13,8 +13,8 @@ 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 test"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="doc +introspection test"
RDEPEND=">=dev-libs/glib-2.25.11:2
>=sys-apps/dbus-1.1
@@ -23,6 +23,8 @@ RDEPEND=">=dev-libs/glib-2.25.11:2
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-logger/
@ 2011-03-26 20:22 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2011-03-26 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 30892d26b687305e58596eca39f2fca22a1ed56e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 19:26:32 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 19:26:32 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=30892d26
net-im/telepathy-logger: moved to gentoo-x86
---
.../telepathy-logger/telepathy-logger-0.2.5.ebuild | 65 --------------------
1 files changed, 0 insertions(+), 65 deletions(-)
diff --git a/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild b/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild
deleted file mode 100644
index cf3a693..0000000
--- a/net-im/telepathy-logger/telepathy-logger-0.2.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.1.7.ebuild,v 1.6 2011/02/23 23:20:41 hwoarang Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit base python 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"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="doc +introspection test"
-
-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
- 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
-}
-
-src_prepare() {
- base_src_prepare
- python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- econf \
- $(use_enable doc gtk-doc) \
- --enable-debug \
- --enable-public-extensions \
- --disable-coding-style-checks \
- --disable-Werror \
- --disable-static
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- mkdir -p "${T}/home/cache"
- export XDG_CACHE_HOME="${T}/home/cache"
- Xemake check || die "make check failed"
-}
-
-src_install() {
- base_src_install
- find "${ED}" -name "*.la" -delete || die "la files removal failed"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-logger/
@ 2012-04-06 3:14 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2012-04-06 3:14 UTC (permalink / raw
To: gentoo-commits
commit: e2ffdf8f6730368b50739d26316ffeccaf70ab42
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 03:08:05 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 6 03:08:05 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e2ffdf8f
net-im/telepathy-logger: add 0.4.0
Needed for empathy-3.4.0.1
---
.../telepathy-logger/telepathy-logger-0.4.0.ebuild | 63 ++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild b/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild
new file mode 100644
index 0000000..44e24c3
--- /dev/null
+++ b/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="2:2.5"
+
+inherit gnome2-utils python 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"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
+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.15.6[introspection?]
+ 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 )
+"
+
+DOCS=(AUTHORS ChangeLog NEWS README)
+
+pkg_setup() {
+ python_set_active_version 2
+ python_pkg_setup
+}
+
+src_prepare() {
+ python_convert_shebangs -r 2 .
+}
+
+src_configure() {
+ econf \
+ $(use_enable doc gtk-doc) \
+ $(use_enable introspection) \
+ --enable-debug \
+ --enable-public-extensions \
+ --disable-coding-style-checks \
+ --disable-Werror \
+ --disable-static
+}
+
+src_test() {
+ gnome2_environment_reset
+ Xemake check || die "make check failed"
+}
+
+src_install() {
+ default
+ find "${D}" -name "*.la" -delete || die "la files removal failed"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-logger/
@ 2012-05-05 0:47 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2012-05-05 0:47 UTC (permalink / raw
To: gentoo-commits
commit: e0802826fb2ca78f2319f9e5673682133fffe014
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat May 5 00:47:04 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat May 5 00:47:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e0802826
net-im/telepathy-logger: in gx86
---
.../telepathy-logger/telepathy-logger-0.4.0.ebuild | 63 --------------------
1 files changed, 0 insertions(+), 63 deletions(-)
diff --git a/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild b/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild
deleted file mode 100644
index 44e24c3..0000000
--- a/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.5"
-
-inherit gnome2-utils python 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"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-linux"
-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.15.6[introspection?]
- 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 )
-"
-
-DOCS=(AUTHORS ChangeLog NEWS README)
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- econf \
- $(use_enable doc gtk-doc) \
- $(use_enable introspection) \
- --enable-debug \
- --enable-public-extensions \
- --disable-coding-style-checks \
- --disable-Werror \
- --disable-static
-}
-
-src_test() {
- gnome2_environment_reset
- Xemake check || die "make check failed"
-}
-
-src_install() {
- default
- find "${D}" -name "*.la" -delete || die "la files removal failed"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-05 0:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 20:22 [gentoo-commits] proj/gnome:master commit in: net-im/telepathy-logger/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-05-05 0:47 Alexandre Restovtsev
2012-04-06 3:14 Alexandre Restovtsev
2011-03-06 9:37 Nirbheek Chauhan
2011-02-27 17:07 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox