summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2005-12-20 03:05:48 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2005-12-20 03:05:48 +0000
commit91e34bf1fa2c4883a89adaeb1ed2ee676506b564 (patch)
tree7cf3a90bf9263553204a59facfd1ed9439f542a4 /net-im
parentadded ~mips keyword, bug #116099 (diff)
downloadhistorical-91e34bf1fa2c4883a89adaeb1ed2ee676506b564.tar.gz
historical-91e34bf1fa2c4883a89adaeb1ed2ee676506b564.tar.bz2
historical-91e34bf1fa2c4883a89adaeb1ed2ee676506b564.zip
fixed inherit mono eclass
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/ChangeLog8
-rw-r--r--net-im/gaim/Manifest4
-rw-r--r--net-im/gaim/gaim-2.0.0_beta1.ebuild6
3 files changed, 12 insertions, 6 deletions
diff --git a/net-im/gaim/ChangeLog b/net-im/gaim/ChangeLog
index 863c1a7fb400..df6678b440a7 100644
--- a/net-im/gaim/ChangeLog
+++ b/net-im/gaim/ChangeLog
@@ -1,6 +1,12 @@
# 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.373 2005/12/19 21:07:11 gothgirl Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/ChangeLog,v 1.374 2005/12/20 03:05:48 gothgirl Exp $
+
+ 20 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild:
+ fixed inherit mono eclass
+
+ 19 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild:
+ added inherit mono to fix sandbox violation
19 Dec 2005; <gothgirl@gentoo.org> gaim-2.0.0_beta1.ebuild:
removing ~amd64 keyword due to mono use being masked
diff --git a/net-im/gaim/Manifest b/net-im/gaim/Manifest
index 10b4ed02814f..63e16de10527 100644
--- a/net-im/gaim/Manifest
+++ b/net-im/gaim/Manifest
@@ -1,7 +1,7 @@
-MD5 01a09994f0ed790a33ee240aaa14995f ChangeLog 54157
+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
MD5 375e4842d0812bfba079e1b2539c7b17 gaim-1.5.0.ebuild 4181
-MD5 1016118761ed40c97c0e2444ae7240f9 gaim-2.0.0_beta1.ebuild 4594
+MD5 895f5d251f845335b447584e7a2ba59a gaim-2.0.0_beta1.ebuild 4596
MD5 6727d140d07549b6be4b0ca9886e2514 metadata.xml 414
diff --git a/net-im/gaim/gaim-2.0.0_beta1.ebuild b/net-im/gaim/gaim-2.0.0_beta1.ebuild
index 1bf2b7a2c7d5..5a75ff4886d6 100644
--- a/net-im/gaim/gaim-2.0.0_beta1.ebuild
+++ b/net-im/gaim/gaim-2.0.0_beta1.ebuild
@@ -1,8 +1,8 @@
# 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.3 2005/12/19 21:07:11 gothgirl Exp $
+# $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 $
-inherit flag-o-matic eutils toolchain-funcs debug multilib
+inherit flag-o-matic eutils toolchain-funcs debug multilib mono
MY_P=${P/_beta/beta}
S=${WORKDIR}/${MY_P}
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/gaim/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-IUSE="nls perl spell nas cjk gnutls silc eds krb4 tcltk debug dbus vv mono"
+IUSE="nls perl spell nas cjk gnutls silc eds krb4 tcltk debug dbus mono"
RDEPEND=">=x11-libs/gtk+-2.0
>=dev-libs/glib-2.0