diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-09-21 20:47:26 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-09-21 20:47:26 +0000 |
commit | 10a84192c271bba8360109d371467c95cc9a60a5 (patch) | |
tree | 2d32389ee29344bc83ecb83fbd3409de1f11c548 /net-im/indicator-messages | |
parent | Drop unneeded intltool fix. (diff) | |
download | gentoo-2-10a84192c271bba8360109d371467c95cc9a60a5.tar.gz gentoo-2-10a84192c271bba8360109d371467c95cc9a60a5.tar.bz2 gentoo-2-10a84192c271bba8360109d371467c95cc9a60a5.zip |
Version bump.
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'net-im/indicator-messages')
-rw-r--r-- | net-im/indicator-messages/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/indicator-messages/indicator-messages-0.3.11.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-im/indicator-messages/ChangeLog b/net-im/indicator-messages/ChangeLog index 74beb7668c91..59545acbd5d2 100644 --- a/net-im/indicator-messages/ChangeLog +++ b/net-im/indicator-messages/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/indicator-messages # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/ChangeLog,v 1.3 2010/08/24 12:25:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/ChangeLog,v 1.4 2010/09/21 20:47:26 eva Exp $ + +*indicator-messages-0.3.11 (21 Sep 2010) + + 21 Sep 2010; Gilles Dartiguelongue <eva@gentoo.org> + +indicator-messages-0.3.11.ebuild: + Version bump. 24 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org> -indicator-messages-0.1.6.ebuild: diff --git a/net-im/indicator-messages/indicator-messages-0.3.11.ebuild b/net-im/indicator-messages/indicator-messages-0.3.11.ebuild new file mode 100644 index 000000000000..e11d35c818d8 --- /dev/null +++ b/net-im/indicator-messages/indicator-messages-0.3.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/indicator-messages-0.3.11.ebuild,v 1.1 2010/09/21 20:47:26 eva Exp $ + +EAPI=2 +GCONF_DEBUG=no +inherit gnome2 versionator + +DESCRIPTION="A small applet to display information from various applications consistently in the panel" +HOMEPAGE="https://launchpad.net/indicator-applet/" +SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="nls" + +RDEPEND=">=dev-libs/glib-2.18:2 + >=x11-libs/gtk+-2.12:2 + >=dev-libs/libindicate-0.3 + >=dev-libs/libindicator-0.3.5 + >=dev-libs/libdbusmenu-0.2.8[gtk]" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( dev-util/intltool )" + +pkg_setup() { + G2CONF="$(use_enable nls) + --disable-dependency-tracking" + DOCS="AUTHORS" +} |