diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-03-18 15:11:33 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-03-18 15:11:33 +0000 |
commit | 336b1a6ce6397223f5e63554a1387aee5f56f190 (patch) | |
tree | 1e9f0c2befae2bf082df02b0356b739d6908fcfb /net-im/kadu/kadu-0.3.8.ebuild | |
parent | + cvs branch update (diff) | |
download | gentoo-2-336b1a6ce6397223f5e63554a1387aee5f56f190.tar.gz gentoo-2-336b1a6ce6397223f5e63554a1387aee5f56f190.tar.bz2 gentoo-2-336b1a6ce6397223f5e63554a1387aee5f56f190.zip |
Totally rewritten ebuild, added support to new modules, precompiled headers and new icons sets
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-im/kadu/kadu-0.3.8.ebuild')
-rw-r--r-- | net-im/kadu/kadu-0.3.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/kadu/kadu-0.3.8.ebuild b/net-im/kadu/kadu-0.3.8.ebuild index 8295301d7fc0..15b3aa0e9eb7 100644 --- a/net-im/kadu/kadu-0.3.8.ebuild +++ b/net-im/kadu/kadu-0.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.3.8.ebuild,v 1.4 2004/09/06 18:01:09 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.3.8.ebuild,v 1.5 2005/03/18 15:11:32 sekretarz Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="kde debug kadu-voice kadu-modules" +IUSE="kde debug voice extramodules" DEPEND=">=x11-libs/qt-3.0.1 kde? ( kde-base/arts )" @@ -24,8 +24,8 @@ src_compile() { filter-flags -fno-rtti local myconf - use kadu-voice || myconf="${myconf} --disable-voice" - use kadu-modules || myconf="${myconf} --disable-modules" + use kadu || myconf="${myconf} --disable-voice" + use extramodules || myconf="${myconf} --disable-modules" use debug && myconf="${myconf} --enable-debug" econf ${myconf} || die emake || die |