diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-03-21 16:30:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-03-21 16:30:49 +0000 |
commit | 679d5efd34a8f5651655b56203be72edc9c564a4 (patch) | |
tree | 152b1d3507c1e325bb649c5b6a21f312747ae0a0 /net-im/ekg2 | |
parent | dev-libs/quazip: Fix EPREFIX typo (diff) | |
download | gentoo-2-679d5efd34a8f5651655b56203be72edc9c564a4.tar.gz gentoo-2-679d5efd34a8f5651655b56203be72edc9c564a4.tar.bz2 gentoo-2-679d5efd34a8f5651655b56203be72edc9c564a4.zip |
Remove USE=inotify, make it automagically detected per-system.
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'net-im/ekg2')
-rw-r--r-- | net-im/ekg2/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-0.3.1-r1.ebuild | 8 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-9999.ebuild | 8 | ||||
-rw-r--r-- | net-im/ekg2/metadata.xml | 2 |
4 files changed, 14 insertions, 12 deletions
diff --git a/net-im/ekg2/ChangeLog b/net-im/ekg2/ChangeLog index e4d3ad12ceac..1cc4cc78ed88 100644 --- a/net-im/ekg2/ChangeLog +++ b/net-im/ekg2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/ekg2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.50 2012/12/17 00:37:17 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ChangeLog,v 1.51 2013/03/21 16:30:49 mgorny Exp $ + + 21 Mar 2013; Michał Górny <mgorny@gentoo.org> ekg2-0.3.1-r1.ebuild, + ekg2-9999.ebuild, metadata.xml: + Remove USE=inotify, make it automagically detected per-system. 17 Dec 2012; Michał Górny <mgorny@gentoo.org> ekg2-0.3.1-r1.ebuild, ekg2-9999.ebuild: diff --git a/net-im/ekg2/ekg2-0.3.1-r1.ebuild b/net-im/ekg2/ekg2-0.3.1-r1.ebuild index c3ece0c44f88..e8d28e4088f4 100644 --- a/net-im/ekg2/ekg2-0.3.1-r1.ebuild +++ b/net-im/ekg2/ekg2-0.3.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.4 2012/12/17 00:37:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-0.3.1-r1.ebuild,v 1.5 2013/03/21 16:30:49 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://pl.ekg2.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gadu gif gnutls gpg gpm gsm gtk idn inotify jpeg ncurses nls +IUSE="gadu gif gnutls gpg gpm gsm gtk idn jpeg ncurses nls oracle perl python readline rss spell sqlite sqlite3 ssl threads unicode xmpp xosd zlib" @@ -83,7 +83,6 @@ src_configure() { $(use_with gsm libgsm) $(use_with gtk) $(use_with idn libidn) - $(use_with inotify) $(use xmpp && echo '--with-expat' || use_with rss expat) $(use_with jpeg libjpeg) $(use_with ncurses) @@ -100,6 +99,7 @@ src_configure() { $(use_with zlib) $(use_enable nls) $(use_enable unicode) + --with-inotify --without-ioctld --disable-remote --enable-skip-relative-plugins-dir diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index 99e5d8450389..200cfd38f15e 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-9999.ebuild,v 1.5 2012/12/17 00:37:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg2/ekg2-9999.ebuild,v 1.6 2013/03/21 16:30:49 mgorny Exp $ EAPI=5 @@ -22,7 +22,7 @@ SRC_URI="http://pl.ekg2.org/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gadu gpm gpg gtk inotify minimal ncurses nls nntp openssl +IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl perl python readline rss spell sqlite sqlite2 ssl xmpp unicode zlib" RDEPEND="dev-libs/glib:2 @@ -98,7 +98,7 @@ src_configure() { # optional deps $(use_with gpm) - $(use_with inotify) + # do not pass --with-inotify as it will fail if check fails $(use_with spell aspell) $(use_with ssl gnutls) $(use_with zlib) diff --git a/net-im/ekg2/metadata.xml b/net-im/ekg2/metadata.xml index 7fa65569e13e..70c61f7364d6 100644 --- a/net-im/ekg2/metadata.xml +++ b/net-im/ekg2/metadata.xml @@ -31,8 +31,6 @@ <pkg>net-libs/libgadu</pkg>).</flag> <flag name='gpg'>Enable jabber message encryption through <pkg>app-crypt/gpgme</pkg>.</flag> - <flag name='inotify'>Enable inotify-based filesystem monitoring support - for xmsg&mail plugins.</flag> <flag name='minimal'>Disable building extra plugins with no additional deps.</flag> <flag name='openssl'>Support encryption in sim plugin, using OpenSSL.</flag> |