diff options
author | Olivier Crête <tester@gentoo.org> | 2005-12-20 14:05:54 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-12-20 14:05:54 +0000 |
commit | 2007ebba731caad0f9eab4e5800d284e32300017 (patch) | |
tree | 0773ebf2f41df99b9134e57bb0bf9eed2aee583a /net-im | |
parent | updated faad dep (diff) | |
download | historical-2007ebba731caad0f9eab4e5800d284e32300017.tar.gz historical-2007ebba731caad0f9eab4e5800d284e32300017.tar.bz2 historical-2007ebba731caad0f9eab4e5800d284e32300017.zip |
Completely removed vv USE flag
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/Manifest | 20 | ||||
-rw-r--r-- | net-im/gaim/gaim-2.0.0_beta1.ebuild | 4 |
3 files changed, 21 insertions, 8 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index df6678b440a7..f34dc0914187 100644 --- a/net-im/gaim/ChangeLog +++ b/net-im/gaim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gaim # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.374 2005/12/20 03:05:48 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.375 2005/12/20 14:05:53 tester Exp $ + + 20 Dec 2005; Olivier Crête <tester@gentoo.org> gaim-2.0.0_beta1.ebuild: + Completely removed vv USE flag 20 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild: fixed inherit mono eclass diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index 63e16de10527..894cb4bee087 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,7 +1,17 @@ -MD5 fa35663e15c928a2d3c98288023d463c ChangeLog 54357 -MD5 55807d838af0375bc41eabe3534fdda8 files/digest-gaim-1.5.0 64 -MD5 2c4a27af96f02fda96088c16ba7391e2 files/digest-gaim-2.0.0_beta1 69 -MD5 afc682711efed5d09a9229bd06a7a13b files/gaim-0.76-xinput.patch 644 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 375e4842d0812bfba079e1b2539c7b17 gaim-1.5.0.ebuild 4181 -MD5 895f5d251f845335b447584e7a2ba59a gaim-2.0.0_beta1.ebuild 4596 MD5 6727d140d07549b6be4b0ca9886e2514 metadata.xml 414 +MD5 14a0dd56eeee58619f34936417359d51 ChangeLog 54464 +MD5 12626653ef7113ed485dee81da7dd8e1 gaim-2.0.0_beta1.ebuild 4595 +MD5 55807d838af0375bc41eabe3534fdda8 files/digest-gaim-1.5.0 64 +MD5 afc682711efed5d09a9229bd06a7a13b files/gaim-0.76-xinput.patch 644 +MD5 2c4a27af96f02fda96088c16ba7391e2 files/digest-gaim-2.0.0_beta1 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDqA/NmOfEJZHYOKcRAkStAJ4tVaekXmPJ2jAlIgGY28rmt48g1ACeMTfa +4G/grQr3vc6aOWE31NHGMi0= +=MjDK +-----END PGP SIGNATURE----- diff --git a/net-im/gaim/gaim-2.0.0_beta1.ebuild b/net-im/gaim/gaim-2.0.0_beta1.ebuild index 5a75ff4886d6..9511ce59b9f2 100644 --- a/net-im/gaim/gaim-2.0.0_beta1.ebuild +++ b/net-im/gaim/gaim-2.0.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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_beta1.ebuild,v 1.4 2005/12/20 03:05:48 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-2.0.0_beta1.ebuild,v 1.5 2005/12/20 14:05:54 tester Exp $ inherit flag-o-matic eutils toolchain-funcs debug multilib mono @@ -122,7 +122,7 @@ src_compile() { use krb4 && myconf="${myconf} --with-krb4" use mono && myconf="${myconf} --enable-mono" use dbus && myconf="${myconf} --enable-dbus" - use vv && myconf="${myconf} --enable-vv" + #use vv && myconf="${myconf} --enable-vv" use tcltk || myconf="${myconf} --disable-tcl --disable-tk" if use gnutls ; then |