diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-10-28 22:17:05 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-10-28 22:17:05 +0000 |
commit | fcedb14bbdacedb2a6ac934a8c235526a86d0bf7 (patch) | |
tree | fb8957a68428ab112c361f1fd88cf58b965cb1ef /sys-apps/dbus | |
parent | new version (diff) | |
download | historical-fcedb14bbdacedb2a6ac934a8c235526a86d0bf7.tar.gz historical-fcedb14bbdacedb2a6ac934a8c235526a86d0bf7.tar.bz2 historical-fcedb14bbdacedb2a6ac934a8c235526a86d0bf7.zip |
mark x86
Diffstat (limited to 'sys-apps/dbus')
-rw-r--r-- | sys-apps/dbus/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dbus/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/dbus/dbus-0.22-r1.ebuild | 13 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sys-apps/dbus/ChangeLog b/sys-apps/dbus/ChangeLog index 1d9056f873f2..7f696f406fed 100644 --- a/sys-apps/dbus/ChangeLog +++ b/sys-apps/dbus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dbus # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.17 2004/10/19 21:20:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.18 2004/10/28 22:17:05 foser Exp $ + + 29 Oct 2004; foser <foser@gentoo.org> dbus-0.22-r1.ebuild : + Disable mono USE, so we can mark stable 21 Oct 2004; Aron Griffis <agriffis@gentoo.org> dbus-0.22-r1.ebuild: add ~ia64 diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest index fd2659d6d580..fe16c708b957 100644 --- a/sys-apps/dbus/Manifest +++ b/sys-apps/dbus/Manifest @@ -1,6 +1,6 @@ -MD5 e424f553e82a776386768a6f49326e26 ChangeLog 2765 +MD5 a3ee6218307390858a50ed11f8c0d845 dbus-0.22-r1.ebuild 2860 +MD5 121b3c74967d2443e95523ae7a5023aa ChangeLog 2867 MD5 5b5bcd9c1a432b2c8157b0004a073f72 metadata.xml 224 -MD5 99841121b16fa1684dc6d622fc878fdc dbus-0.22-r1.ebuild 2847 MD5 5ad50ae94f784548fc0d6f1364ce23bb files/dbus 544 MD5 032a780f5d3dd0c743f2b932424fd39c files/dbus-0.22-python_int64.patch 5448 MD5 b0cc4f0bb3505fb083602b48c09f25a6 files/digest-dbus-0.22-r1 62 diff --git a/sys-apps/dbus/dbus-0.22-r1.ebuild b/sys-apps/dbus/dbus-0.22-r1.ebuild index b83776878d6b..ea665b7ddcbb 100644 --- a/sys-apps/dbus/dbus-0.22-r1.ebuild +++ b/sys-apps/dbus/dbus-0.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r1.ebuild,v 1.3 2004/10/19 21:20:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-0.22-r1.ebuild,v 1.4 2004/10/28 22:17:05 foser Exp $ # because of the experimental nature debug by default inherit debug eutils mono python @@ -8,7 +8,7 @@ inherit debug eutils mono python # FIXME : fix docs # FIXME : qt (#65504) #IUSE="X gtk qt python mono doc xml2" -IUSE="X gtk python mono xml2" +IUSE="X gtk python xml2" DESCRIPTION="A message bus system, a simple way for applications to talk to eachother" HOMEPAGE="http://www.freedesktop.org/software/dbus/" @@ -16,7 +16,7 @@ SRC_URI="http://www.freedesktop.org/software/dbus/releases/${P}.tar.gz" SLOT="0" LICENSE="|| ( GPL-2 AFL-2.1 )" -KEYWORDS="~x86 ~ppc ~amd64 ~ia64" +KEYWORDS="x86 ~ppc ~amd64 ~ia64" RDEPEND=">=dev-libs/glib-2 xml2? ( >=dev-libs/libxml2-2.6 ) @@ -24,8 +24,8 @@ RDEPEND=">=dev-libs/glib-2 X? ( virtual/x11 ) gtk? ( >=x11-libs/gtk+-2 ) python? ( >=dev-lang/python-2.2 - >=dev-python/pyrex-0.9 ) - mono? ( >=dev-dotnet/mono-0.95 )" + >=dev-python/pyrex-0.9 )" +# mono? ( >=dev-dotnet/mono-0.95 )" # qt? ( >=x11-libs/qt-3 ) DEPEND="${RDEPEND} @@ -59,7 +59,7 @@ src_compile() { `use_enable X x` \ `use_enable gtk` \ `use_enable python` \ - `use_enable mono` \ + --disable-mono \ --disable-qt \ --enable-glib \ --enable-verbose-mode \ @@ -74,6 +74,7 @@ src_compile() { ${myconf} \ || die +# `use_enable mono` \ # `use_enable qt` \ # `use_enable doc doxygen-docs` \ # `use_enable doc xml-docs` \ |