diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-10-14 15:22:30 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-10-14 15:22:30 +0000 |
commit | 0a0f3fe09bdaf78e50029ec6bf8925e7062018c5 (patch) | |
tree | 5190f499cd6d126a8679c36468e1c8f2d88d9c26 /net-im | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-0a0f3fe09bdaf78e50029ec6bf8925e7062018c5.tar.gz gentoo-2-0a0f3fe09bdaf78e50029ec6bf8925e7062018c5.tar.bz2 gentoo-2-0a0f3fe09bdaf78e50029ec6bf8925e7062018c5.zip |
removed pointless patch and added crypt use flag
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta3-r4.ebuild | 7 |
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" } |