public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/
Date: Sun,  6 Feb 2011 21:59:26 +0000 (UTC)	[thread overview]
Message-ID: <0d8fa196a823eba730a488e78958195b36508a1e.mgorny@gentoo> (raw)

commit:     0d8fa196a823eba730a488e78958195b36508a1e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 19:35:19 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 19:35:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=0d8fa196

net-im/ekg2: Update to support polchat, readline, rivchat, sim & sms plugins.

(Portage version: 2.2.0_alpha20/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 net-im/ekg2/Manifest            |    8 ++++----
 net-im/ekg2/ekg2-9999-r1.ebuild |   16 +++++++++++-----
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest
index dfa9d54..e939a7b 100644
--- a/net-im/ekg2/Manifest
+++ b/net-im/ekg2/Manifest
@@ -1,13 +1,13 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-EBUILD ekg2-9999-r1.ebuild 2532 RMD160 9cd1a969afb00f9eef9f5e6d134d6befa0f1790a SHA1 cf3b4c8fd77e8b969008d96083a78436a3c84cc9 SHA256 0d848ad8c63464681e2b78ccb8d931bc1794ad321003e36259c6b435befe74a4
+EBUILD ekg2-9999-r1.ebuild 2746 RMD160 7d41e9db26988ea713b15b008acfcf8d3b9c7c54 SHA1 2c021811a3a07754412a47e7f2a51b1d2fcbb40b SHA256 43c68285ef30e4d15bd9edc0dc54746d54ef8c26e05de55a11f4bea235844ed6
 EBUILD ekg2-9999.ebuild 3043 RMD160 5c341ffaef3759f21a4498d1a1d3fd6842a1e48c SHA1 4b4ab40760dc295d738544ac8bc266d71d6a62b3 SHA256 af3c35f4c9c10924b3c645071493af1f1f9a7acbdb7e086b00318901e841ed90
 MISC metadata.xml 1497 RMD160 7dda4d34b5b8614b9a24339104a55c20f8cd6954 SHA1 81d5e71f44efe1e8eec2a3d4df9f264a834089eb SHA256 50ed21d74768cf010fec4d79e1dccc859e2b285ed62f9e1b1c9055477b70f1db
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk1OrIAACgkQnGSe5QXeB7uK+wCfWF59QKwblHcBK7jlTXBYVznc
-C8gAoIWIEIEinHPMtPn4M3KiuQ5PqTTv
-=4Q5C
+iEYEARECAAYFAk1O9/cACgkQnGSe5QXeB7uRZQCgiyno27ixxn7fe2zakfb3qnHL
+BrcAn1RoxEpK78pTuyUFs9HSJvbR4ULi
+=Jgz0
 -----END PGP SIGNATURE-----

diff --git a/net-im/ekg2/ekg2-9999-r1.ebuild b/net-im/ekg2/ekg2-9999-r1.ebuild
index bf3d0b6..933e4fe 100644
--- a/net-im/ekg2/ekg2-9999-r1.ebuild
+++ b/net-im/ekg2/ekg2-9999-r1.ebuild
@@ -14,17 +14,18 @@ SRC_URI=""
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="gadu gnutls gpm gpg idn inotify jabber minimal ncurses nls perl python rss
-	spell sqlite sqlite3 ssl unicode zlib"
+IUSE="gadu gnutls gpm gpg idn inotify jabber minimal ncurses nls perl python
+	readline rss spell sqlite sqlite3 ssl unicode zlib"
 
 RDEPEND="dev-libs/glib:2
 	gpg? ( app-crypt/gpgme )
 	gadu? ( net-libs/libgadu )
 	idn? ( net-dns/libidn )
 	nls? ( virtual/libintl )
-	rss? ( dev-libs/expat )
 	perl? ( dev-lang/perl )
 	python?	( dev-lang/python )
+	readline? ( sys-libs/readline )
+	rss? ( dev-libs/expat )
 	ssl? ( dev-libs/openssl )
 	zlib? ( sys-libs/zlib )
 
@@ -49,10 +50,10 @@ DOCS=(
 REQUIRED_USE="rss? ( !minimal )"
 
 pkg_setup() {
-	if ! use ncurses; then
+	if ! use ncurses && ! use readline; then
 		ewarn 'ekg2 is being compiled without any frontend, you should consider'
 		ewarn 'enabling at least one of following USEflags:'
-		ewarn '  ncurses.'
+		ewarn '  ncurses, readline.'
 	fi
 
 	if use gnutls && ! use ssl; then
@@ -76,11 +77,16 @@ src_configure() {
 		$(use_enable ncurses)
 		$(use_enable perl)
 		$(use_enable python)
+		$(use_enable readline)
+		$(use_enable ssl sim)
 
 		$(use_enable !minimal autoresponder)
 		$(use_enable !minimal feed)
 		$(use_enable !minimal jogger)
 		$(use_enable !minimal mail)
+		$(use_enable !minimal polchat)
+		$(use_enable !minimal rivchat)
+		$(use_enable !minimal sms)
 
 		# indirect plugin references
 		$(use_with sqlite)



             reply	other threads:[~2011-02-06 21:59 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-06 21:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-30 22:55 [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/ Michał Górny
2011-07-01 13:21 Michał Górny
2011-05-06 14:54 Michał Górny
2011-04-24 18:14 Michał Górny
2011-04-16  7:17 Michał Górny
2011-04-15 21:42 Michał Górny
2011-04-15 21:42 Michał Górny
2011-04-15 21:09 Michał Górny
2011-04-08 18:25 Michał Górny
2011-03-27  9:36 Michał Górny
2011-03-07  0:30 Michał Górny
2011-02-15 14:41 Michał Górny
2011-02-07 18:12 Michał Górny
2011-02-07 18:12 Michał Górny
2011-02-06 21:59 Michał Górny
2011-02-06 12:14 Michał Górny
2011-02-05 12:30 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d8fa196a823eba730a488e78958195b36508a1e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox