summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-20 15:10:33 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-20 15:10:33 +0000
commit9da1993bc08d04a2ae798b9d7f8189cf64109611 (patch)
tree22f9489e620ffcbf795f8a8ad0d793716819b542 /net-im/licq
parentDisabled building of check_radius. See bug #45139. (diff)
downloadhistorical-9da1993bc08d04a2ae798b9d7f8189cf64109611.tar.gz
historical-9da1993bc08d04a2ae798b9d7f8189cf64109611.tar.bz2
historical-9da1993bc08d04a2ae798b9d7f8189cf64109611.zip
added gpgme support (crypt use flag)
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/ChangeLog8
-rw-r--r--net-im/licq/Manifest6
-rw-r--r--net-im/licq/files/digest-licq-1.3.0_pre-r1 (renamed from net-im/licq/files/digest-licq-1.3.0_pre)0
-rw-r--r--net-im/licq/licq-1.3.0_pre-r1.ebuild (renamed from net-im/licq/licq-1.3.0_pre.ebuild)11
4 files changed, 15 insertions, 10 deletions
diff --git a/net-im/licq/ChangeLog b/net-im/licq/ChangeLog
index 170345a367e3..0108c2d8c60b 100644
--- a/net-im/licq/ChangeLog
+++ b/net-im/licq/ChangeLog
@@ -1,6 +1,12 @@
# 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.40 2004/08/20 13:47:37 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/ChangeLog,v 1.41 2004/08/20 15:10:33 voxus Exp $
+
+*licq-1.3.0_pre (20 Aug 2004)
+
+ 20 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org> -licq-1.3.0_pre.ebuild,
+ +licq-1.3.0_pre-r1.ebuild:
+ Fixed gpgme support.
*licq-1.3.0_pre (20 Aug 2004)
diff --git a/net-im/licq/Manifest b/net-im/licq/Manifest
index fe7e3801329a..83f1cabe062d 100644
--- a/net-im/licq/Manifest
+++ b/net-im/licq/Manifest
@@ -1,8 +1,8 @@
MD5 481c2244bfa25938051e82c760aba1b9 licq-1.2.7.ebuild 3494
-MD5 1fcdf37bbc96dc8a15efc873d19c81c9 ChangeLog 5846
-MD5 10cf2a1d0530c3e4e232d677be178c8f licq-1.3.0_pre.ebuild 3853
+MD5 ed1204e8e2b2754a507a68d02def949e licq-1.3.0_pre-r1.ebuild 3819
+MD5 763bf43c8b1709524063465999652ca9 ChangeLog 6008
MD5 c18e90be9c36c7efb06211733ad765ff files/1.2.7-debugflag.patch 396
MD5 5f64e4b71c311ff7b6489953fc8bf1f9 files/1.2.7-nptl.patch 1178
MD5 3795e526fdf015e985be17fca698e2d1 files/digest-licq-1.2.7 64
MD5 8cc9f21e0153522e2b9a7ac4b4dd023b files/1.3.0-upgradepath.patch 547
-MD5 5079eefd8c78bf30104105bf933436cd files/digest-licq-1.3.0_pre 68
+MD5 5079eefd8c78bf30104105bf933436cd files/digest-licq-1.3.0_pre-r1 68
diff --git a/net-im/licq/files/digest-licq-1.3.0_pre b/net-im/licq/files/digest-licq-1.3.0_pre-r1
index c750dc0bb3eb..c750dc0bb3eb 100644
--- a/net-im/licq/files/digest-licq-1.3.0_pre
+++ b/net-im/licq/files/digest-licq-1.3.0_pre-r1
diff --git a/net-im/licq/licq-1.3.0_pre.ebuild b/net-im/licq/licq-1.3.0_pre-r1.ebuild
index 72f260887a12..99b684bff159 100644
--- a/net-im/licq/licq-1.3.0_pre.ebuild
+++ b/net-im/licq/licq-1.3.0_pre-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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_pre.ebuild,v 1.1 2004/08/20 13:47:37 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.3.0_pre-r1.ebuild,v 1.1 2004/08/20 15:10:33 voxus Exp $
inherit eutils
@@ -12,7 +12,7 @@ RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64"
-IUSE="ssl socks5 qt kde ncurses"
+IUSE="ssl socks5 qt kde ncurses crypt"
# we can't have conditional dependencies so "use kde && inherit kde"
# won't work -- messes up dep caching.
@@ -24,8 +24,8 @@ 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.0.0 )
- ncurses? ( sys-libs/ncurses )"
-# crypt? ( >=app-crypt/gpgme-0.9.0 )"
+ ncurses? ( sys-libs/ncurses )
+ crypt? ( =app-crypt/gpgme-0.3.14-r1 )"
S=${WORKDIR}/${PN}-${PV/_pre/-PRE}
@@ -59,8 +59,7 @@ src_compile() {
local first_conf
use ssl || myconf="${myconf} --disable-openssl"
use socks5 && myconf="${myconf} --enable-socks5"
-# use crypt || support for gpgme-0.9.0 is totally b0rked
- myconf="${myconf} --disable-gpgme"
+ use crypt || myconf="${myconf} --disable-gpgme"
econf ${myconf} || die
emake || die