summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-04-23 10:33:27 +0000
committerPacho Ramos <pacho@gentoo.org>2012-04-23 10:33:27 +0000
commitfac083860a2a82ecec3f9b0b03c8b962ba159b23 (patch)
treea5922b3df51db7470720130fa66d6b3523278861 /net-voip/telepathy-salut
parentRemove old version (diff)
downloadgentoo-2-fac083860a2a82ecec3f9b0b03c8b962ba159b23.tar.gz
gentoo-2-fac083860a2a82ecec3f9b0b03c8b962ba159b23.tar.bz2
gentoo-2-fac083860a2a82ecec3f9b0b03c8b962ba159b23.zip
Version bump, remove old.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'net-voip/telepathy-salut')
-rw-r--r--net-voip/telepathy-salut/ChangeLog9
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.5.0.ebuild55
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.5.1.ebuild55
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.8.0.ebuild (renamed from net-voip/telepathy-salut/telepathy-salut-0.5.2.ebuild)13
4 files changed, 18 insertions, 114 deletions
diff --git a/net-voip/telepathy-salut/ChangeLog b/net-voip/telepathy-salut/ChangeLog
index 1c50b1337e7c..526d3aa8e3d7 100644
--- a/net-voip/telepathy-salut/ChangeLog
+++ b/net-voip/telepathy-salut/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-voip/telepathy-salut
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v 1.37 2012/03/25 17:31:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/ChangeLog,v 1.38 2012/04/23 10:33:27 pacho Exp $
+
+*telepathy-salut-0.8.0 (23 Apr 2012)
+
+ 23 Apr 2012; Pacho Ramos <pacho@gentoo.org> +telepathy-salut-0.8.0.ebuild,
+ -telepathy-salut-0.5.0.ebuild, -telepathy-salut-0.5.1.ebuild,
+ -telepathy-salut-0.5.2.ebuild:
+ Version bump, remove old.
25 Mar 2012; Raúl Porcel <armin76@gentoo.org> telepathy-salut-0.6.0.ebuild:
alpha/ia64/sparc stable wrt #393007
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.5.0.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.5.0.ebuild
deleted file mode 100644
index 727f3bc8e505..000000000000
--- a/net-voip/telepathy-salut/telepathy-salut-0.5.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.5.0.ebuild,v 1.7 2011/10/05 18:00:01 xarthisius Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit base python eutils
-
-DESCRIPTION="A link-local XMPP connection manager for Telepathy"
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86"
-IUSE="test"
-
-RDEPEND="dev-libs/libxml2
- >=dev-libs/glib-2.24:2
- >=sys-apps/dbus-1.1.0
- >=net-libs/telepathy-glib-0.13.12
- >=net-dns/avahi-0.6.22
- net-libs/libsoup:2.4
- sys-apps/util-linux"
-DEPEND="${RDEPEND}
- app-text/xmldiff
- test? (
- >=dev-libs/check-0.9.4
- net-libs/libgsasl
- dev-python/twisted-words )
- dev-libs/libxslt
- dev-util/pkgconfig"
-# FIXME: needs xmppstream python module
-# >=net-dns/avahi-0.6.22[python]
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- python_set_active_version 2
-}
-
-src_prepare() {
- # Fix uninitialized variable, upstream bug #37701
- epatch "${FILESDIR}/${PN}-0.5.0-uninitialized.patch"
-
- python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- econf \
- --disable-plugins \
- --disable-Werror
- #--docdir=/usr/share/doc/${PF}
- #$(use_enable test avahi-tests)
-}
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.5.1.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.5.1.ebuild
deleted file mode 100644
index d6598b9bf7cc..000000000000
--- a/net-voip/telepathy-salut/telepathy-salut-0.5.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.5.1.ebuild,v 1.6 2011/10/30 17:34:02 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-
-inherit base python eutils
-
-DESCRIPTION="A link-local XMPP connection manager for Telepathy"
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux"
-IUSE="test"
-
-RDEPEND="dev-libs/libxml2
- >=dev-libs/glib-2.24:2
- >=sys-apps/dbus-1.1.0
- >=net-libs/telepathy-glib-0.13.12
- >=net-dns/avahi-0.6.22[dbus]
- net-libs/libsoup:2.4
- sys-apps/util-linux"
-DEPEND="${RDEPEND}
- app-text/xmldiff
- test? (
- >=dev-libs/check-0.9.4
- net-libs/libgsasl
- dev-python/twisted-words )
- dev-libs/libxslt
- dev-util/pkgconfig"
-# FIXME: needs xmppstream python module
-# >=net-dns/avahi-0.6.22[python]
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- python_set_active_version 2
-}
-
-src_prepare() {
- # Fix uninitialized variable, upstream bug #37701
- epatch "${FILESDIR}/${PN}-0.5.0-uninitialized.patch"
-
- python_convert_shebangs -r 2 .
-}
-
-src_configure() {
- econf \
- --disable-plugins \
- --disable-Werror
- #--docdir=/usr/share/doc/${PF}
- #$(use_enable test avahi-tests)
-}
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.5.2.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.0.ebuild
index 7d81e37dde7b..319514477095 100644
--- a/net-voip/telepathy-salut/telepathy-salut-0.5.2.ebuild
+++ b/net-voip/telepathy-salut/telepathy-salut-0.8.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.5.2.ebuild,v 1.1 2011/10/15 23:40:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-salut/telepathy-salut-0.8.0.ebuild,v 1.1 2012/04/23 10:33:27 pacho Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
@@ -19,7 +19,7 @@ IUSE="test"
RDEPEND="dev-libs/libxml2
>=dev-libs/glib-2.24:2
>=sys-apps/dbus-1.1.0
- >=net-libs/telepathy-glib-0.13.12
+ >=net-libs/telepathy-glib-0.17.1
>=net-dns/avahi-0.6.22[dbus]
net-libs/libsoup:2.4
sys-apps/util-linux"
@@ -50,6 +50,13 @@ src_configure() {
econf \
--disable-plugins \
--disable-Werror \
+ --disable-static \
+ --disable-avahi-tests \
--docdir=/usr/share/doc/${PF}
#$(use_enable test avahi-tests)
}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
+}