diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-04 11:43:53 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-04 11:43:53 +0000 |
commit | 42e370dc76cbc1c95c1dcce1a8d9edf3881e2dc9 (patch) | |
tree | 642ccf88346ecef86af93e7743610173fd56aebf /net-im | |
parent | New addition, ebuild by me (diff) | |
download | gentoo-2-42e370dc76cbc1c95c1dcce1a8d9edf3881e2dc9.tar.gz gentoo-2-42e370dc76cbc1c95c1dcce1a8d9edf3881e2dc9.tar.bz2 gentoo-2-42e370dc76cbc1c95c1dcce1a8d9edf3881e2dc9.zip |
Version bump, drop old
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
3 files changed, 60 insertions, 56 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog index 8db14c587bb7..0f6a5d719003 100644 --- a/net-im/telepathy-mission-control/ChangeLog +++ b/net-im/telepathy-mission-control/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/telepathy-mission-control # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.87 2013/04/01 18:25:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.88 2013/05/04 11:43:53 pacho Exp $ + +*telepathy-mission-control-5.14.1 (04 May 2013) + + 04 May 2013; Pacho Ramos <pacho@gentoo.org> + +telepathy-mission-control-5.14.1.ebuild, + -telepathy-mission-control-5.12.3.ebuild: + Version bump, drop old 01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> telepathy-mission-control-5.14.0-r1.ebuild: diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.12.3.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.12.3.ebuild deleted file mode 100644 index 4beac4223951..000000000000 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.12.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 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.12.3.ebuild,v 1.6 2012/12/08 21:40:51 ago Exp $ - -EAPI="4" -GNOME2_LA_PUNT="yes" -PYTHON_DEPEND="2:2.5" - -inherit python gnome2 - -DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework." -HOMEPAGE="http://telepathy.freedesktop.org/wiki/Mission%20Control" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="connman gnome-keyring networkmanager +upower" -# IUSE="test" - -RDEPEND=">=net-libs/telepathy-glib-0.17.5 - >=dev-libs/dbus-glib-0.82 - >=dev-libs/glib-2.30:2 - connman? ( net-misc/connman ) - gnome-keyring? ( gnome-base/libgnome-keyring ) - networkmanager? ( >=net-misc/networkmanager-0.7 ) - upower? ( >=sys-power/upower-0.9.11 )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-libs/libxslt" -# test? ( dev-python/twisted-words )" - -# Tests are broken, see upstream bug #29334 -# upstream doesn't want it enabled everywhere -RESTRICT="test" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_configure() { - # creds is not available and no support mcd-plugins for now - econf --disable-static\ - --disable-mcd-plugins \ - --disable-schemas-compile \ - $(use_enable gnome-keyring) \ - $(use_with connman connectivity connman) \ - $(use_with networkmanager connectivity nm) \ - $(use_enable upower) -} diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild new file mode 100644 index 000000000000..c620d323faa1 --- /dev/null +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.14.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 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.14.1.ebuild,v 1.1 2013/05/04 11:43:53 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +PYTHON_COMPAT=( python2_{5,6,7} ) + +inherit gnome2 python-any-r1 + +DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework" +HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-mission-control/" +SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="connman debug gnome-keyring networkmanager +upower" # test +REQUIRED_USE="?? ( connman networkmanager )" + +RDEPEND=" + >=dev-libs/dbus-glib-0.82 + >=dev-libs/glib-2.30:2 + >=sys-apps/dbus-0.95 + >=net-libs/telepathy-glib-0.19 + connman? ( net-misc/connman ) + gnome-keyring? ( gnome-base/libgnome-keyring ) + networkmanager? ( >=net-misc/networkmanager-0.7 ) + upower? ( >=sys-power/upower-0.9.11 ) +" +DEPEND="${RDEPEND} + dev-libs/libxslt + >=dev-util/gtk-doc-am-1.17 + virtual/pkgconfig +" +# test? ( dev-python/twisted-words )" + +# Tests are broken, see upstream bug #29334 and #64212 +# upstream doesn't want it enabled everywhere (#29334#c12) +RESTRICT="test" + +src_configure() { + # creds is not available + gnome2_src_configure \ + --disable-static \ + $(use_enable debug) \ + $(use_enable gnome-keyring) \ + $(use_with connman connectivity connman) \ + $(use_with networkmanager connectivity nm) \ + $(use_enable upower) +} |