summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-11-02 12:57:17 +0200
committerMart Raudsepp <leio@gentoo.org>2018-11-02 13:13:09 +0200
commit88180a4898d0a33456397735c6c99e38958920ef (patch)
tree11146a3c06aa895a3b0accc47c0b139ee8534eb1
parentnet-libs/libsoup: add explicit build dep on glib-utils (diff)
downloadgentoo-88180a48.tar.gz
gentoo-88180a48.tar.bz2
gentoo-88180a48.zip
net-im/telepathy-logger: remove old
Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
-rw-r--r--net-im/telepathy-logger/Manifest1
-rw-r--r--net-im/telepathy-logger/telepathy-logger-0.8.1.ebuild49
2 files changed, 0 insertions, 50 deletions
diff --git a/net-im/telepathy-logger/Manifest b/net-im/telepathy-logger/Manifest
index e521560e8360..3fe5d4f99f86 100644
--- a/net-im/telepathy-logger/Manifest
+++ b/net-im/telepathy-logger/Manifest
@@ -1,2 +1 @@
-DIST telepathy-logger-0.8.1.tar.bz2 569680 BLAKE2B b2b12c02ff39e0c66150692de0fbd1b9c3db8679a170d15a876e51be1acfa8dc974ca4973052d6976a4673d4ac0cae181bfbbca8b24620d730b8ded4bb608a33 SHA512 8c4a8b4fc6f8d98378bfa3008bcc7d921a7bdf659144bd60827d9bdd234644738224a17e5b39099b6b3df224cad8f1d03b9fed3e25b37a14d079eb22b13d5a30
DIST telepathy-logger-0.8.2.tar.bz2 562670 BLAKE2B 357d717136fe099ee3788bcd004d3eb14e83520c39a8412f4586181e0a1c98ac21be26931759b8f0439ab6f2f9b32aaf6cbf586619ab0fe40ef0f9581b301a29 SHA512 f3eda26133a4c38eeb79b01cbe3b7801a5eb773e8b4e6ce621c47d3ca701025364c6b2b890caea00104f01ba85ae891a6fad82d7a9dc487fd7a980221cede451
diff --git a/net-im/telepathy-logger/telepathy-logger-0.8.1.ebuild b/net-im/telepathy-logger/telepathy-logger-0.8.1.ebuild
deleted file mode 100644
index f35448d9d60f..000000000000
--- a/net-im/telepathy-logger/telepathy-logger-0.8.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="https://telepathy.freedesktop.org/wiki/Logger"
-SRC_URI="https://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 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
-}