summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-06-24 00:29:47 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-06-24 00:29:47 +0000
commit2e605950e199f2e88727a22b2e827371c7cb04cb (patch)
tree4d64e5a72b6bc47344858654ff9cddbc1f06bcd5 /net-im/licq
parentUSE flag qt->qt3/qt4 change (diff)
downloadgentoo-2-2e605950e199f2e88727a22b2e827371c7cb04cb.tar.gz
gentoo-2-2e605950e199f2e88727a22b2e827371c7cb04cb.tar.bz2
gentoo-2-2e605950e199f2e88727a22b2e827371c7cb04cb.zip
USE flag qt->qt3/qt4 change
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/ChangeLog6
-rw-r--r--net-im/licq/files/digest-licq-1.3.22
-rw-r--r--net-im/licq/licq-1.2.7.ebuild14
-rw-r--r--net-im/licq/licq-1.3.0.ebuild14
-rw-r--r--net-im/licq/licq-1.3.2-r1.ebuild12
-rw-r--r--net-im/licq/licq-1.3.2.ebuild12
6 files changed, 33 insertions, 27 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index 32cb642f61d7..a1256270b0ff 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/licq
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.75 2006/04/01 06:04:22 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.76 2006/06/24 00:29:47 cardoe Exp $
+
+ 24 Jun 2006; Doug Goldstein <cardoe@gentoo.org> licq-1.2.7.ebuild,
+ licq-1.3.0.ebuild, licq-1.3.2.ebuild, licq-1.3.2-r1.ebuild:
+ USE flag qt->qt3/qt4 change
01 Apr 2006; Mark Loeser <halcy0n@gentoo.org>
+files/licq-1.3.2-gcc41.patch, licq-1.3.2-r1.ebuild:
diff --git a/net-im/licq/files/digest-licq-1.3.2 b/net-im/licq/files/digest-licq-1.3.2
index 38bccae79e8a..6c1f06b4f555 100644
--- a/net-im/licq/files/digest-licq-1.3.2
+++ b/net-im/licq/files/digest-licq-1.3.2
@@ -1 +1,3 @@
MD5 0471bb8fed91eefb23dfe153c9a4a806 licq-1.3.2.tar.bz2 3980117
+RMD160 19242437cce5ec3fd9bde6be50a4e29a8654950b licq-1.3.2.tar.bz2 3980117
+SHA256 3c6ec77d42973c93a9d1926a3aa444ff0388263f38a19c9b51e1337cde60f8bc licq-1.3.2.tar.bz2 3980117
diff --git a/net-im/licq/licq-1.2.7.ebuild b/net-im/licq/licq-1.2.7.ebuild
index 4d75499677d5..c6e9b8069473 100644
--- a/net-im/licq/licq-1.2.7.ebuild
+++ b/net-im/licq/licq-1.2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.19 2005/07/07 04:52:24 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.2.7.ebuild,v 1.20 2006/06/24 00:29:47 cardoe Exp $
inherit eutils kde-functions
@@ -11,7 +11,7 @@ SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="x86 ppc sparc alpha ia64 ~amd64"
-IUSE="ssl socks5 qt kde ncurses"
+IUSE="ssl socks5 qt3 kde ncurses"
# we can't have conditional dependencies so "use kde && inherit kde"
# won't work -- messes up dep caching.
@@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( =x11-libs/qt-3* )
+ qt3? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses )"
src_unpack() {
@@ -37,7 +37,7 @@ src_unpack() {
${T}/licq.conf.h > ${S}/src/licq.conf.h
eend $?
else
- if ! use qt
+ if ! use qt3
then
ebegin "Setting console plugin as default..."
cp ${S}/src/licq.conf.h ${T}
@@ -62,7 +62,7 @@ src_compile() {
# Create the various plug-ins
# First, the Qt plug-in
- if use qt
+ if use qt3
then
set-qtdir 3
set-kdedir 3
@@ -108,7 +108,7 @@ src_install() {
dodoc ChangeLog INSTALL README* doc/*
# Install the plug-ins
- if use qt
+ if use qt3
then
cd ${S}/plugins/qt-gui
make DESTDIR=${D} install || die
diff --git a/net-im/licq/licq-1.3.0.ebuild b/net-im/licq/licq-1.3.0.ebuild
index 8b0a9cd52acc..cdd20f199759 100644
--- a/net-im/licq/licq-1.3.0.ebuild
+++ b/net-im/licq/licq-1.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 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.10 2005/12/16 14:12:28 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0.ebuild,v 1.11 2006/06/24 00:29:47 cardoe Exp $
inherit eutils kde-functions
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P/_pre/-PRE}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ia64 ppc sparc x86"
-IUSE="ssl socks5 qt kde ncurses crypt"
+IUSE="ssl socks5 qt3 kde ncurses crypt"
# we can't have conditional dependencies so "use kde && inherit kde"
# won't work -- messes up dep caching.
@@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses crypt"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( =x11-libs/qt-3* )
+ qt3? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses dev-libs/cdk )
crypt? ( =app-crypt/gpgme-0.3.14-r1 )"
@@ -39,7 +39,7 @@ src_unpack() {
${T}/licq.conf.h > ${S}/src/licq.conf.h
eend $?
else
- if ! use qt
+ if ! use qt3
then
ebegin "Setting console plugin as default..."
cp ${S}/src/licq.conf.h ${T}
@@ -76,7 +76,7 @@ src_compile() {
# Create the various plug-ins
# First, the Qt plug-in
- if use qt
+ if use qt3
then
set-qtdir 3
set-kdedir 3
@@ -122,7 +122,7 @@ src_install() {
dodoc ChangeLog INSTALL README* doc/*
# Install the plug-ins
- if use qt
+ if use qt3
then
cd ${S}/plugins/qt-gui
make DESTDIR=${D} install || die
diff --git a/net-im/licq/licq-1.3.2-r1.ebuild b/net-im/licq/licq-1.3.2-r1.ebuild
index c305c164ae4f..e889db2d148a 100644
--- a/net-im/licq/licq-1.3.2-r1.ebuild
+++ b/net-im/licq/licq-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.3 2006/04/01 06:04:22 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2-r1.ebuild,v 1.4 2006/06/24 00:29:47 cardoe Exp $
inherit eutils kde-functions multilib
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64"
-IUSE="ssl socks5 qt kde ncurses crypt msn"
+IUSE="ssl socks5 qt3 kde ncurses crypt msn"
# we can't have conditional dependencies so "use kde && inherit kde"
# won't work -- messes up dep caching.
@@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses crypt msn"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( =x11-libs/qt-3* )
+ qt3? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses >=dev-libs/cdk-4.9.11.20031210-r1 )
crypt? ( >=app-crypt/gpgme-1.0.0 )"
@@ -43,7 +43,7 @@ src_unpack() {
${T}/licq.conf.h > ${S}/src/licq.conf.h
eend $?
else
- if ! use qt
+ if ! use qt3
then
ebegin "Setting console plugin as default..."
cp ${S}/src/licq.conf.h ${T}
@@ -101,7 +101,7 @@ src_compile() {
# Create the various plug-ins
# First, the Qt plug-in
- if use qt
+ if use qt3
then
set-qtdir 3
set-kdedir 3
@@ -166,7 +166,7 @@ src_install() {
dodoc ChangeLog INSTALL README* doc/*
# Install the plug-ins
- if use qt
+ if use qt3
then
cd ${S}/plugins/qt-gui
make DESTDIR=${D} install || die
diff --git a/net-im/licq/licq-1.3.2.ebuild b/net-im/licq/licq-1.3.2.ebuild
index 650f80da670a..45581e19921b 100644
--- a/net-im/licq/licq-1.3.2.ebuild
+++ b/net-im/licq/licq-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2.ebuild,v 1.5 2006/03/10 05:38:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.2.ebuild,v 1.6 2006/06/24 00:29:47 cardoe Exp $
inherit eutils kde-functions multilib
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86"
-IUSE="ssl socks5 qt kde ncurses crypt msn"
+IUSE="ssl socks5 qt3 kde ncurses crypt msn"
# we can't have conditional dependencies so "use kde && inherit kde"
# won't work -- messes up dep caching.
@@ -22,7 +22,7 @@ IUSE="ssl socks5 qt kde ncurses crypt msn"
RDEPEND="kde? ( >=kde-base/kdelibs-3.0 )"
DEPEND="kde? ( >=kde-base/kdelibs-3.0 )
ssl? ( >=dev-libs/openssl-0.9.6 )
- qt? ( =x11-libs/qt-3* )
+ qt3? ( =x11-libs/qt-3* )
ncurses? ( sys-libs/ncurses >=dev-libs/cdk-4.9.11.20031210-r1 )
crypt? ( >=app-crypt/gpgme-1.0.0 )"
@@ -42,7 +42,7 @@ src_unpack() {
${T}/licq.conf.h > ${S}/src/licq.conf.h
eend $?
else
- if ! use qt
+ if ! use qt3
then
ebegin "Setting console plugin as default..."
cp ${S}/src/licq.conf.h ${T}
@@ -98,7 +98,7 @@ src_compile() {
# Create the various plug-ins
# First, the Qt plug-in
- if use qt
+ if use qt3
then
set-qtdir 3
set-kdedir 3
@@ -163,7 +163,7 @@ src_install() {
dodoc ChangeLog INSTALL README* doc/*
# Install the plug-ins
- if use qt
+ if use qt3
then
cd ${S}/plugins/qt-gui
make DESTDIR=${D} install || die