diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-02-23 02:10:42 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-02-23 02:10:42 +0000 |
commit | 113eaa64a712d204bf5c3093e29df23a1d1d4aee (patch) | |
tree | a5e2f58be928c9b1d2fcad49e098af7ace102e81 /net-im | |
parent | ia64 lovin (diff) | |
download | historical-113eaa64a712d204bf5c3093e29df23a1d1d4aee.tar.gz historical-113eaa64a712d204bf5c3093e29df23a1d1d4aee.tar.bz2 historical-113eaa64a712d204bf5c3093e29df23a1d1d4aee.zip |
Adding deps/disable for tcltk support
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gaim/Manifest | 12 | ||||
-rw-r--r-- | net-im/gaim/gaim-1.1.3-r1.ebuild | 9 |
3 files changed, 16 insertions, 10 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog index a36ddd6eb5ef..d12da91acb25 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.302 2005/02/21 19:30:08 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.303 2005/02/23 02:10:42 rizzo Exp $ + + 22 Feb 2005; Don Seiler <rizzo@gentoo.org> gaim-1.1.3-r1.ebuild: + Adding deps/disable for tcltk support *gaim-1.1.3-r1 (21 Feb 2005) diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest index cdebbe5e6ade..0680b0ac5d46 100644 --- a/net-im/gaim/Manifest +++ b/net-im/gaim/Manifest @@ -1,9 +1,9 @@ -MD5 c4adceae3de02c8d4366cfdf1b6ade37 ChangeLog 45543 -MD5 8ee86b531b08047e75a4db5671eb9395 gaim-1.1.2.ebuild 3633 -MD5 19b3cafbbe380403d46cccc45a984b80 metadata.xml 481 -MD5 0c604306e858cbd0c4c1aaeae693de5a gaim-1.1.3-r1.ebuild 3972 +MD5 f1d7a9e57a121e0f67082a1aeb07f022 ChangeLog 45651 MD5 0af3b32b8e049a3361208eee7b701724 gaim-1.1.3.ebuild 3638 -MD5 63540ba1527c8935186ff9fd54d166a5 files/digest-gaim-1.1.2 64 -MD5 afc682711efed5d09a9229bd06a7a13b files/gaim-0.76-xinput.patch 644 +MD5 19b3cafbbe380403d46cccc45a984b80 metadata.xml 481 +MD5 8ee86b531b08047e75a4db5671eb9395 gaim-1.1.2.ebuild 3633 +MD5 f2d76c2463da37334868c11bb1485aa9 gaim-1.1.3-r1.ebuild 4078 MD5 e33ebae8e6ff204c3fdce739b35d426c files/digest-gaim-1.1.3 64 MD5 e33ebae8e6ff204c3fdce739b35d426c files/digest-gaim-1.1.3-r1 64 +MD5 afc682711efed5d09a9229bd06a7a13b files/gaim-0.76-xinput.patch 644 +MD5 63540ba1527c8935186ff9fd54d166a5 files/digest-gaim-1.1.2 64 diff --git a/net-im/gaim/gaim-1.1.3-r1.ebuild b/net-im/gaim/gaim-1.1.3-r1.ebuild index c3cf7d96edde..202ca7f51beb 100644 --- a/net-im/gaim/gaim-1.1.3-r1.ebuild +++ b/net-im/gaim/gaim-1.1.3-r1.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-1.1.3-r1.ebuild,v 1.1 2005/02/21 19:30:08 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-1.1.3-r1.ebuild,v 1.2 2005/02/23 02:10:42 rizzo Exp $ inherit flag-o-matic eutils gcc debug @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="nls perl spell nas cjk gnutls silc eds krb4 debug" +IUSE="nls perl spell nas cjk gnutls silc eds krb4 tcltk debug" DEPEND=">=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 @@ -27,7 +27,9 @@ DEPEND=">=x11-libs/gtk+-2.0 !gnutls? ( >=dev-libs/nss-3.9.2-r2 ) silc? ( >=net-im/silc-toolkit-0.9.12-r3 ) eds? ( gnome-extra/evolution-data-server ) - krb4? ( >=app-crypt/mit-krb5-1.3.6-r1 )" + krb4? ( >=app-crypt/mit-krb5-1.3.6-r1 ) + tcltk? ( dev-lang/tcl + dev-lang/tk )" # List of plugins # app-accessibility/festival-gaim @@ -102,6 +104,7 @@ src_compile() { use nas && myconf="${myconf} --enable-nas" || myconf="${myconf} --disable-nas" use eds || myconf="${myconf} --disable-gevolution" use krb4 && myconf="${myconf} --with-krb4" + use tcltk || myconf="${myconf} --disable-tcl --disable-tk" if use gnutls ; then einfo "Disabling NSS, using GnuTLS" |