diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-21 21:21:13 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-21 21:21:13 +0000 |
commit | e86e1b6ed0c01be85f1c1ec4de3bb993c432648a (patch) | |
tree | c47acbeda769a5b76177ed0736401162b349059f /net-voip/telepathy-sofiasip | |
parent | Mask orphaned media-libs/clibpdf for removal. (diff) | |
download | gentoo-2-e86e1b6ed0c01be85f1c1ec4de3bb993c432648a.tar.gz gentoo-2-e86e1b6ed0c01be85f1c1ec4de3bb993c432648a.tar.bz2 gentoo-2-e86e1b6ed0c01be85f1c1ec4de3bb993c432648a.zip |
Remove old version that does not work with recent telepathy-glib
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-voip/telepathy-sofiasip')
-rw-r--r-- | net-voip/telepathy-sofiasip/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild | 33 | ||||
-rw-r--r-- | net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild | 3 |
3 files changed, 7 insertions, 35 deletions
diff --git a/net-voip/telepathy-sofiasip/ChangeLog b/net-voip/telepathy-sofiasip/ChangeLog index 3fbbe597d20c..525fa42ad98d 100644 --- a/net-voip/telepathy-sofiasip/ChangeLog +++ b/net-voip/telepathy-sofiasip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-voip/telepathy-sofiasip # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.4 2009/08/08 02:51:16 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.5 2009/08/21 21:21:13 tester Exp $ + + 21 Aug 2009; Olivier Crête <tester@gentoo.org> + -telepathy-sofiasip-0.5.14.ebuild, telepathy-sofiasip-0.5.17.ebuild: + Remove old version that does not work with recent telepathy-glib 08 Aug 2009; Olivier Crête <tester@gentoo.org> telepathy-sofiasip-0.5.17.ebuild: diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild deleted file mode 100644 index 6f7b0e37a24a..000000000000 --- a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.14.ebuild,v 1.1 2009/01/13 21:03:57 tester Exp $ - -DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library." -HOMEPAGE="http://sourceforge.net/projects/tp-sofiasip/" -SRC_URI="mirror://sourceforge/tp-sofiasip/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="debug" - -RDEPEND=">=net-libs/sofia-sip-1.12.10 - >=net-libs/telepathy-glib-0.7.17 - >=dev-libs/glib-2.16 - sys-apps/dbus - dev-libs/dbus-glib" - -DEPEND="${RDEPEND} - dev-libs/libxslt - dev-lang/python" - -src_compile() { - econf $(use_enable debug) || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild index 9ed683b341f7..ca0f88c862d8 100644 --- a/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild +++ b/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild,v 1.5 2009/08/09 14:19:15 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.5.17.ebuild,v 1.6 2009/08/21 21:21:13 tester Exp $ inherit autotools @@ -29,6 +29,7 @@ src_unpack() { cd "${S}" sed -i -e "s/python2.5/python2.6 python2.5/" configure.ac + rm ltmain.sh m4/libtool.m4 m4/lt*.m4 eautoreconf } |