summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/licq/ChangeLog9
-rw-r--r--net-im/licq/licq-1.8.0-r1.ebuild (renamed from net-im/licq/licq-1.8.0.ebuild)4
2 files changed, 10 insertions, 3 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index bc5d4ec3e614..34afaa496700 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-im/licq
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.124 2013/09/09 13:47:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.125 2013/09/10 08:44:35 polynomial-c Exp $
+
+*licq-1.8.0-r1 (10 Sep 2013)
+
+ 10 Sep 2013; Lars Wendler <polynomial-c@gentoo.org> -licq-1.8.0.ebuild,
+ +licq-1.8.0-r1.ebuild:
+ In version 1.8.0 icq protocol support was plugin-ized. Build it by default
+ (bug #484450).
09 Sep 2013; Lars Wendler <polynomial-c@gentoo.org> licq-1.8.0.ebuild:
Removed ncurses USE flag as console plugin was removed from licq.
diff --git a/net-im/licq/licq-1.8.0.ebuild b/net-im/licq/licq-1.8.0-r1.ebuild
index 9c451d4ac361..239eb66ce799 100644
--- a/net-im/licq/licq-1.8.0.ebuild
+++ b/net-im/licq/licq-1.8.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.8.0.ebuild,v 1.2 2013/09/09 13:47:20 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.8.0-r1.ebuild,v 1.1 2013/09/10 08:44:35 polynomial-c Exp $
EAPI=5
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
src_prepare() {
#epatch "${FILESDIR}"/${PN}-1.5.1-find-libcdk.patch
- local licq_plugins="auto-reply rms"
+ local licq_plugins="auto-reply icq rms"
use msn && licq_plugins+=" msn"
use xosd && licq_plugins+=" osd"
use aosd && licq_plugins+=" aosd"