summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-20 12:31:17 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-20 12:31:17 +0000
commit699402199a9f07398c0073c773db98956c8453bf (patch)
tree19973140d3930870705cf31bcc3775bb2e8dcc3f /net-libs/telepathy-qt4
parentVersion bump including upstream fixes to not require mm-common at buildtime e... (diff)
downloadgentoo-2-699402199a9f07398c0073c773db98956c8453bf.tar.gz
gentoo-2-699402199a9f07398c0073c773db98956c8453bf.tar.bz2
gentoo-2-699402199a9f07398c0073c773db98956c8453bf.zip
Version bump. Drop all older.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/telepathy-qt4')
-rw-r--r--net-libs/telepathy-qt4/ChangeLog10
-rw-r--r--net-libs/telepathy-qt4/telepathy-qt4-0.5.0.ebuild37
-rw-r--r--net-libs/telepathy-qt4/telepathy-qt4-0.5.15.ebuild (renamed from net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild)4
-rw-r--r--net-libs/telepathy-qt4/telepathy-qt4-0.5.6.ebuild34
-rw-r--r--net-libs/telepathy-qt4/telepathy-qt4-0.5.8.ebuild39
5 files changed, 11 insertions, 113 deletions
diff --git a/net-libs/telepathy-qt4/ChangeLog b/net-libs/telepathy-qt4/ChangeLog
index aa234e9792c1..9b880a3d6ef1 100644
--- a/net-libs/telepathy-qt4/ChangeLog
+++ b/net-libs/telepathy-qt4/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/telepathy-qt4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.6 2011/03/23 08:23:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.7 2011/04/20 12:31:17 scarabeus Exp $
+
+*telepathy-qt4-0.5.15 (20 Apr 2011)
+
+ 20 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -telepathy-qt4-0.5.0.ebuild, -telepathy-qt4-0.5.6.ebuild,
+ -telepathy-qt4-0.5.8.ebuild, -telepathy-qt4-0.5.12.ebuild,
+ +telepathy-qt4-0.5.15.ebuild:
+ Version bump. Drop all older.
*telepathy-qt4-0.5.12 (23 Mar 2011)
diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.5.0.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.5.0.ebuild
deleted file mode 100644
index 534c90fd15c2..000000000000
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.0.ebuild,v 1.1 2010/11/18 14:57:43 chiiph Exp $
-
-PYTHON_DEPEND="2"
-
-EAPI="2"
-inherit python base cmake-utils
-
-DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="http://telepathy.freedesktop.org/"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-dbus:4"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- dev-util/pkgconfig
- net-libs/telepathy-farsight"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- mycmakeargs="-DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1 "
- if use debug; then
- mycmakeargs+="-DCMAKE_BUILD_TYPE=Debug"
- fi
- cmake-utils_src_configure
-}
diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.5.15.ebuild
index 64486d163882..623c7e793c1b 100644
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild
+++ b/net-libs/telepathy-qt4/telepathy-qt4-0.5.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild,v 1.1 2011/03/23 08:23:47 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.15.ebuild,v 1.1 2011/04/20 12:31:17 scarabeus Exp $
PYTHON_DEPEND="2"
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
PATCHES=(
- "${FILESDIR}/${PV}_automagicness.patch"
+ "${FILESDIR}/0.5.12_automagicness.patch"
)
pkg_setup() {
diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.5.6.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.5.6.ebuild
deleted file mode 100644
index b7642d9666ba..000000000000
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.5.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.6.ebuild,v 1.1 2011/02/13 11:38:25 scarabeus Exp $
-
-PYTHON_DEPEND="2"
-
-EAPI=3
-inherit python base cmake-utils
-
-DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="http://telepathy.freedesktop.org/"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-dbus:4"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- dev-util/pkgconfig
- net-libs/telepathy-farsight"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=( "-DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1" )
- cmake-utils_src_configure
-}
diff --git a/net-libs/telepathy-qt4/telepathy-qt4-0.5.8.ebuild b/net-libs/telepathy-qt4/telepathy-qt4-0.5.8.ebuild
deleted file mode 100644
index 4c860217f31c..000000000000
--- a/net-libs/telepathy-qt4/telepathy-qt4-0.5.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.8.ebuild,v 1.1 2011/03/04 12:56:43 tampakrap Exp $
-
-PYTHON_DEPEND="2"
-
-EAPI=3
-inherit python base cmake-utils
-
-DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
-HOMEPAGE="http://telepathy.freedesktop.org/"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug glib gstreamer"
-
-RDEPEND="
- glib? (
- net-libs/telepathy-glib
- net-libs/telepathy-farsight
- )
- gstreamer? ( media-libs/gstreamer )
- x11-libs/qt-core:4[glib?]
- x11-libs/qt-dbus:4"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- dev-util/pkgconfig"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_configure() {
- local mycmakeargs=( "-DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1" )
- cmake-utils_src_configure
-}