summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-01-29 17:50:50 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-01-29 17:50:50 +0000
commitae5720494eb3feb659901d89af03da101ee4777f (patch)
tree38be32b9bbc3858f30a388f06138f411a3e3c182 /net-im
parentStable on sparc wrt security bug #79844. (diff)
downloadgentoo-2-ae5720494eb3feb659901d89af03da101ee4777f.tar.gz
gentoo-2-ae5720494eb3feb659901d89af03da101ee4777f.tar.bz2
gentoo-2-ae5720494eb3feb659901d89af03da101ee4777f.zip
Proper usage of kde eclasses, to make sure KDEDIR is defined (#33079).
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq/ChangeLog8
-rw-r--r--net-im/licq/licq-1.2.7.ebuild16
-rw-r--r--net-im/licq/licq-1.3.0-r1.ebuild16
-rw-r--r--net-im/licq/licq-1.3.0.ebuild16
4 files changed, 24 insertions, 32 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index d26a4a7c4f0e..1112f1de43c7 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/licq
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.50 2004/11/04 15:17:06 voxus Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.51 2005/01/29 17:50:50 greg_g Exp $
+
+ 29 Jan 2005; Gregorio Guidi <greg_g@gentoo.org> licq-1.2.7.ebuild,
+ licq-1.3.0-r1.ebuild, licq-1.3.0.ebuild:
+ Proper usage of kde eclasses, to make sure KDEDIR is defined (#33079).
*licq-1.3.0-r1 (04 Nov 2004)
diff --git a/net-im/licq/licq-1.2.7.ebuild b/net-im/licq/licq-1.2.7.ebuild
index 47c24515eca4..e7c8001f979e 100644
--- a/net-im/licq/licq-1.2.7.ebuild
+++ b/net-im/licq/licq-1.2.7.ebuild
@@ -1,8 +1,8 @@
-# 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/licq/licq-1.2.7.ebuild,v 1.17 2004/06/29 12:22:48 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.7.ebuild,v 1.18 2005/01/29 17:50:50 greg_g Exp $
-inherit eutils
+inherit eutils kde-functions
DESCRIPTION="ICQ Client with v8 support"
HOMEPAGE="http://www.licq.org/"
@@ -64,13 +64,9 @@ src_compile() {
# First, the Qt plug-in
if use qt
then
- # A hack to build against the latest QT:
- local v
- for v in /usr/qt/[0-9]
- do
- [ -d "${v}" ] && export QTDIR="${v}"
- done
- use kde && kde_src_compile myconf
+ set-qtdir 3
+ set-kdedir 3
+
use kde && myconf="${myconf} --with-kde"
# note! watch the --prefix=/usr placement;
diff --git a/net-im/licq/licq-1.3.0-r1.ebuild b/net-im/licq/licq-1.3.0-r1.ebuild
index a74e51bc3959..54bd9cfcd7b5 100644
--- a/net-im/licq/licq-1.3.0-r1.ebuild
+++ b/net-im/licq/licq-1.3.0-r1.ebuild
@@ -1,8 +1,8 @@
-# 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/licq/licq-1.3.0-r1.ebuild,v 1.1 2004/11/04 15:17:06 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0-r1.ebuild,v 1.2 2005/01/29 17:50:50 greg_g Exp $
-inherit eutils
+inherit eutils kde-functions
DESCRIPTION="ICQ Client with v8 support"
HOMEPAGE="http://www.licq.org/"
@@ -76,13 +76,9 @@ src_compile() {
# First, the Qt plug-in
if use qt
then
- # A hack to build against the latest QT:
- local v
- for v in /usr/qt/[0-9]
- do
- [ -d "${v}" ] && export QTDIR="${v}"
- done
-# use kde && kde_src_compile myconf
+ set-qtdir 3
+ set-kdedir 3
+
use kde && myconf="${myconf} --with-kde"
# note! watch the --prefix=/usr placement;
diff --git a/net-im/licq/licq-1.3.0.ebuild b/net-im/licq/licq-1.3.0.ebuild
index 837fc4d408f5..665997f1e345 100644
--- a/net-im/licq/licq-1.3.0.ebuild
+++ b/net-im/licq/licq-1.3.0.ebuild
@@ -1,8 +1,8 @@
-# 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/licq/licq-1.3.0.ebuild,v 1.3 2004/10/29 14:04:02 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.4 2005/01/29 17:50:50 greg_g Exp $
-inherit eutils
+inherit eutils kde-functions
DESCRIPTION="ICQ Client with v8 support"
HOMEPAGE="http://www.licq.org/"
@@ -76,13 +76,9 @@ src_compile() {
# First, the Qt plug-in
if use qt
then
- # A hack to build against the latest QT:
- local v
- for v in /usr/qt/[0-9]
- do
- [ -d "${v}" ] && export QTDIR="${v}"
- done
-# use kde && kde_src_compile myconf
+ set-qtdir 3
+ set-kdedir 3
+
use kde && myconf="${myconf} --with-kde"
# note! watch the --prefix=/usr placement;