diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-12 07:22:24 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-12 07:22:24 +0000 |
commit | 3fe14bac1760b78c12fb8bcbb433bfcc2e98adcc (patch) | |
tree | 14542a65c77fcbfe1127f136c9ab8313a0e10866 /net-libs | |
parent | x86 stable, wrt bug #436432 (diff) | |
download | gentoo-2-3fe14bac1760b78c12fb8bcbb433bfcc2e98adcc.tar.gz gentoo-2-3fe14bac1760b78c12fb8bcbb433bfcc2e98adcc.tar.bz2 gentoo-2-3fe14bac1760b78c12fb8bcbb433bfcc2e98adcc.zip |
Bump to 0.5.3 remove older.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-logger-qt/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild (renamed from net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.1.ebuild) | 18 |
2 files changed, 18 insertions, 8 deletions
diff --git a/net-libs/telepathy-logger-qt/ChangeLog b/net-libs/telepathy-logger-qt/ChangeLog index d774cb78e131..cfa98c334c6c 100644 --- a/net-libs/telepathy-logger-qt/ChangeLog +++ b/net-libs/telepathy-logger-qt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/telepathy-logger-qt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/ChangeLog,v 1.10 2013/04/11 15:19:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/ChangeLog,v 1.11 2013/04/12 07:22:24 scarabeus Exp $ + +*telepathy-logger-qt-0.5.3 (12 Apr 2013) + + 12 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> + +telepathy-logger-qt-0.5.3.ebuild, -telepathy-logger-qt-0.5.1.ebuild: + Bump to 0.5.3 remove older. *telepathy-logger-qt-0.6.0 (11 Apr 2013) diff --git a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.1.ebuild b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild index ca3386b28878..9fa36ec1e37a 100644 --- a/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.1.ebuild +++ b/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.1.ebuild,v 1.1 2012/11/22 02:40:35 dastergon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-logger-qt/telepathy-logger-qt-0.5.3.ebuild,v 1.1 2013/04/12 07:22:24 scarabeus Exp $ -EAPI=4 +EAPI=5 -inherit kde4-base python +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit kde4-base python-r1 DESCRIPTION="Qt4 bindings for the Telepathy logger" HOMEPAGE="https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt" @@ -29,7 +31,9 @@ DEPEND="${RDEPEND} sys-devel/flex " -pkg_setup() { - python_set_active_version 2 - python_pkg_setup +src_configure() { + local mycmakeargs=( + -DBUILD_SHARED_LIBS=ON + ) + kde4-base_src_configure } |