summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2006-10-14 15:22:30 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2006-10-14 15:22:30 +0000
commit493c05c3e5f64ec7b39851a7a5330ccc24c7f6cf (patch)
tree7a9bc6e1bfc5859efd19f5ecbcbef8e7ac19bc10 /net-im/gaim
parentStable on ia64. (diff)
downloadhistorical-493c05c3e5f64ec7b39851a7a5330ccc24c7f6cf.tar.gz
historical-493c05c3e5f64ec7b39851a7a5330ccc24c7f6cf.tar.bz2
historical-493c05c3e5f64ec7b39851a7a5330ccc24c7f6cf.zip
removed pointless patch and added crypt use flag
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'net-im/gaim')
-rw-r--r--net-im/gaim/ChangeLog6
-rw-r--r--net-im/gaim/gaim-2.0.0_beta3-r4.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index a89d2d56584c..b673f77f8d4d 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/gaim
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.412 2006/10/14 04:46:20 gothgirl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.413 2006/10/14 15:22:30 gothgirl Exp $
+
+ 14 Oct 2006; gothgirl <gothgirl@gentoo.org>
+ -files/gaim-2.0.0_beta3-gtkconv.diff, gaim-2.0.0_beta3-r4.ebuild:
+ adding crypt use flag and removing pointless patch
*gaim-2.0.0_beta3-r4 (14 Oct 2006)
diff --git a/net-im/gaim/gaim-2.0.0_beta3-r4.ebuild b/net-im/gaim/gaim-2.0.0_beta3-r4.ebuild
index 2fc5ca461a7c..7384ec816577 100644
--- a/net-im/gaim/gaim-2.0.0_beta3-r4.ebuild
+++ b/net-im/gaim/gaim-2.0.0_beta3-r4.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/gaim/gaim-2.0.0_beta3-r4.ebuild,v 1.1 2006/10/14 04:46:20 gothgirl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta3-r4.ebuild,v 1.2 2006/10/14 15:22:30 gothgirl Exp $
inherit flag-o-matic eutils toolchain-funcs debug multilib mono autotools perl-app
@@ -16,7 +16,8 @@ SRC_URI="mirror://sourceforge/gaim/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="avahi audiofile bonjour cjk dbus debug doc eds gadu gnutls meanwhile mono nas nls perl silc spell startup-notification tcl tk xscreensaver custom-flags ssl msn"
+IUSE="avahi audiofile bonjour cjk crypt dbus debug doc eds gadu gnutls meanwhile mono nas nls perl silc spell startup-notification tcl
+tk xscreensaver custom-flags ssl msn"
RDEPEND="
audiofile? ( media-libs/libao
@@ -53,6 +54,7 @@ DEPEND="$RDEPEND
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
+PDEPEND="crypt? ( x11-plugins/gaim-encryption )"
S="${WORKDIR}/${MY_P}"
@@ -141,7 +143,6 @@ src_unpack() {
epatch "${FILESDIR}"/"${P}"-as-needed.patch
epatch "${FILESDIR}"/"${P}"-avahi-compat.patch
- epatch "${FILESDIR}"/"${P}"-gtkconv.diff
epatch "${DISTDIR}"/"${P}"-dbus.patch.tar.bz2
eautoreconf || die "Failed running eautoreconf"
}