diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-08-29 08:18:32 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-08-29 08:18:32 +0000 |
commit | db584b7465115aa2e40c5241008b9c39c23f472d (patch) | |
tree | 171a4608fcbb10a88ea226621430224791e2e421 /net-im | |
parent | Drop old (diff) | |
download | gentoo-2-db584b7465115aa2e40c5241008b9c39c23f472d.tar.gz gentoo-2-db584b7465115aa2e40c5241008b9c39c23f472d.tar.bz2 gentoo-2-db584b7465115aa2e40c5241008b9c39c23f472d.zip |
Drop old
(Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-logger/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild | 59 |
2 files changed, 4 insertions, 60 deletions
diff --git a/net-im/telepathy-logger/ChangeLog b/net-im/telepathy-logger/ChangeLog index 0ce7b6c241c5..bac4620aceba 100644 --- a/net-im/telepathy-logger/ChangeLog +++ b/net-im/telepathy-logger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/telepathy-logger # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v 1.57 2013/06/30 21:08:12 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-logger/ChangeLog,v 1.58 2013/08/29 08:18:32 pacho Exp $ + + 29 Aug 2013; Pacho Ramos <pacho@gentoo.org> -telepathy-logger-0.4.0.ebuild: + Drop old 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> telepathy-logger-0.8.0.ebuild: 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 8e9425b75599..000000000000 --- a/net-im/telepathy-logger/telepathy-logger-0.4.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 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.4.0.ebuild,v 1.9 2012/10/28 16:31:29 armin76 Exp $ - -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="+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.18.0[introspection?] - dev-libs/libxml2 - dev-libs/libxslt - dev-db/sqlite:3 - introspection? ( >=dev-libs/gobject-introspection-0.9.6 )" -DEPEND="${RDEPEND} - dev-util/gtk-doc-am - >=dev-util/intltool-0.35 - virtual/pkgconfig" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_configure() { - econf \ - $(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" -} |