diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-19 17:33:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-19 17:33:06 +0000 |
commit | e0729609ebf14cc2f154ffcdd4cbce6e2349d472 (patch) | |
tree | 2ea4c1d57c9cddaf3661a3a5d88bf4bdba9fcaed /net-im/choqok | |
parent | Forgot to tidy SRC_URI (diff) | |
download | gentoo-2-e0729609ebf14cc2f154ffcdd4cbce6e2349d472.tar.gz gentoo-2-e0729609ebf14cc2f154ffcdd4cbce6e2349d472.tar.bz2 gentoo-2-e0729609ebf14cc2f154ffcdd4cbce6e2349d472.zip |
Rename USE="indicate" to USE="ayatana" to get it covered by the current use.mask.
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.1-r1.ebuild | 10 | ||||
-rw-r--r-- | net-im/choqok/metadata.xml | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index caec3e786dd6..793a944ea813 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/choqok # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.20 2011/10/28 23:26:02 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.21 2011/11/19 17:33:06 ssuominen Exp $ + + 19 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> choqok-1.1-r1.ebuild, + metadata.xml: + Rename USE="indicate" to USE="ayatana" to get it covered by the current + use.mask. 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> -choqok-1.0.ebuild, -choqok-1.1.ebuild: diff --git a/net-im/choqok/choqok-1.1-r1.ebuild b/net-im/choqok/choqok-1.1-r1.ebuild index 609e4aa82323..ed0064b6ca16 100644 --- a/net-im/choqok/choqok-1.1-r1.ebuild +++ b/net-im/choqok/choqok-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.1-r1.ebuild,v 1.1 2011/09/23 21:39:42 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.1-r1.ebuild,v 1.2 2011/11/19 17:33:06 ssuominen Exp $ EAPI=4 @@ -21,19 +21,19 @@ HOMEPAGE="http://choqok.gnufolks.org/" LICENSE="GPL-3" SLOT="4" -IUSE="debug indicate" +IUSE="ayatana debug" DEPEND="dev-libs/qjson >=dev-libs/qoauth-1.0.1 - indicate? ( dev-libs/libindicate-qt ) + ayatana? ( dev-libs/libindicate-qt ) " RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${P}-twitter.patch" ) +PATCHES=( "${FILESDIR}"/${P}-twitter.patch ) src_prepare(){ mycmakeargs=( - $(cmake-utils_use !indicate QTINDICATE_DISABLE) + $(cmake-utils_use !ayatana QTINDICATE_DISABLE) ) kde4-base_src_prepare diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml index 48baac85ac92..0ef0fb435950 100644 --- a/net-im/choqok/metadata.xml +++ b/net-im/choqok/metadata.xml @@ -3,6 +3,6 @@ <pkgmetadata> <herd>kde</herd> <use> - <flag name='indicate'>Support for <pkg>dev-libs/libindicate-qt</pkg> notifications</flag> + <flag name='ayatana'>Build in support for Ayatana notification using the libindicate-qt plugin.</flag> </use> </pkgmetadata> |