diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-04-10 13:24:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-04-10 13:24:21 +0000 |
commit | b7136a239200bf17c407e0cf70dd557ba454e90b (patch) | |
tree | 354baa96072617e7cf6256dd844e2760aeb39500 /net-im | |
parent | Version bump with translation updates, remove old. (diff) | |
download | gentoo-2-b7136a239200bf17c407e0cf70dd557ba454e90b.tar.gz gentoo-2-b7136a239200bf17c407e0cf70dd557ba454e90b.tar.bz2 gentoo-2-b7136a239200bf17c407e0cf70dd557ba454e90b.zip |
Version bump, remove old.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-mission-control/ChangeLog | 10 | ||||
-rw-r--r-- | net-im/telepathy-mission-control/telepathy-mission-control-5.2.5.ebuild | 40 | ||||
-rw-r--r-- | net-im/telepathy-mission-control/telepathy-mission-control-5.7.9.ebuild (renamed from net-im/telepathy-mission-control/telepathy-mission-control-5.7.6.ebuild) | 8 |
3 files changed, 13 insertions, 45 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog index 164dba2b80a9..c8d7e10073aa 100644 --- a/net-im/telepathy-mission-control/ChangeLog +++ b/net-im/telepathy-mission-control/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-im/telepathy-mission-control # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.45 2011/04/05 05:49:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.46 2011/04/10 13:24:21 pacho Exp $ + +*telepathy-mission-control-5.7.9 (10 Apr 2011) + + 10 Apr 2011; Pacho Ramos <pacho@gentoo.org> + -telepathy-mission-control-5.2.5.ebuild, + -telepathy-mission-control-5.7.6.ebuild, + +telepathy-mission-control-5.7.9.ebuild: + Version bump, remove old. 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> telepathy-mission-control-5.2.5.ebuild: diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.2.5.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.2.5.ebuild deleted file mode 100644 index 3f469aa7ec34..000000000000 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.2.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.2.5.ebuild,v 1.12 2011/04/05 05:49:22 ulm Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="Telepathy Mission Control" -HOMEPAGE="http://telepathy.freedesktop.org" -SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-mission-control/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86" -IUSE="test" - -RDEPEND=">=net-libs/telepathy-glib-0.7.32 - >=dev-libs/dbus-glib-0.51 - >=gnome-base/gconf-2" -# gnome-keyring? ( >=gnome-base/gnome-keyring-2.22 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-libs/libxslt - test? ( dev-lang/python - dev-python/twisted-words )" - -src_prepare() { - # See upstream bug #29334 - sed -e 's:account-manager/avatar-refresh.py::' \ - -e 's:account-manager/make-valid.py::' \ - -e 's:crash-recovery/crash-recovery.py::' \ - -e 's:dispatcher/create-at-startup.py::' \ - -i test/twisted/Makefile.am test/twisted/Makefile.in || die 'sed failed' -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog -} diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.6.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.7.9.ebuild index c365f74561f0..ffe2246e93ed 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.6.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.7.9.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.7.6.ebuild,v 1.1 2011/03/09 11:33:08 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.7.9.ebuild,v 1.1 2011/04/10 13:24:21 pacho Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" inherit python -DESCRIPTION="Telepathy Mission Control" -HOMEPAGE="http://telepathy.freedesktop.org" +DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework." +HOMEPAGE="http://mission-control.sourceforge.net/" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" @@ -48,5 +48,5 @@ src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog || die - find "${D}" -name '*.la' -exec rm -f '{}' + || die + find "${ED}" -name '*.la' -exec rm -f '{}' + || die } |