summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Berman <tberman@gentoo.org>2003-07-25 13:14:15 +0000
committerTodd Berman <tberman@gentoo.org>2003-07-25 13:14:15 +0000
commitfebd332cd1ec512b2f7e80eff25f2a58eb162a09 (patch)
tree58c7f7db40cd6e021467419fd657285fc0476d90 /x11-libs/gtk-sharp
parentadding metadata, stable on x86/alpha (diff)
downloadgentoo-2-febd332cd1ec512b2f7e80eff25f2a58eb162a09.tar.gz
gentoo-2-febd332cd1ec512b2f7e80eff25f2a58eb162a09.tar.bz2
gentoo-2-febd332cd1ec512b2f7e80eff25f2a58eb162a09.zip
mono was moved
Diffstat (limited to 'x11-libs/gtk-sharp')
-rw-r--r--x11-libs/gtk-sharp/ChangeLog6
-rw-r--r--x11-libs/gtk-sharp/Manifest10
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild4
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild4
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild4
5 files changed, 16 insertions, 12 deletions
diff --git a/x11-libs/gtk-sharp/ChangeLog b/x11-libs/gtk-sharp/ChangeLog
index 3a2a39c79893..d2fb245896aa 100644
--- a/x11-libs/gtk-sharp/ChangeLog
+++ b/x11-libs/gtk-sharp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/gtk-sharp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.7 2003/07/09 17:14:13 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.8 2003/07/25 13:14:11 tberman Exp $
+
+ 25 Jul 2003; Todd Berman <tberman@gentoo.org> gtk-sharp-0.10.ebuild,
+ gtk-sharp-0.8.ebuild, gtk-sharp-0.9.ebuild:
+ changing mono depend because of lang->dotnet move.
09 Jul 2003; Alastair Tse <liquidx@gentoo.org> gtk-sharp-0.10.ebuild,
gtk-sharp-0.8.ebuild, gtk-sharp-0.9.ebuild:
diff --git a/x11-libs/gtk-sharp/Manifest b/x11-libs/gtk-sharp/Manifest
index 4a8e909361d9..42d9c7d2c67c 100644
--- a/x11-libs/gtk-sharp/Manifest
+++ b/x11-libs/gtk-sharp/Manifest
@@ -1,7 +1,7 @@
-MD5 3494f663293db6cb2bffa299392a8558 ChangeLog 2043
-MD5 3dc18caf0c8e15f7403b6ac879461e07 gtk-sharp-0.8.ebuild 2018
-MD5 f9e584f09caad0171757f0ffe267531e gtk-sharp-0.9.ebuild 2277
-MD5 475d68aa9b200720e0e40efdea724ff3 gtk-sharp-0.10.ebuild 2071
-MD5 1e3d4aa7c5e60923accd3939cafb18f0 files/digest-gtk-sharp-0.9 65
+MD5 2b7be45d477402fb3d66d84e278436cc gtk-sharp-0.9.ebuild 2279
+MD5 fae23f004298b2ee2b118bfbea1db468 gtk-sharp-0.8.ebuild 2020
+MD5 7996af3f62eafd6071e81c3bbd687b66 gtk-sharp-0.10.ebuild 2073
+MD5 2a77486d6229c7072a1dfdf220db9616 ChangeLog 2214
MD5 f0626900297a172f5c9c9d52b84543d4 files/digest-gtk-sharp-0.8 65
+MD5 1e3d4aa7c5e60923accd3939cafb18f0 files/digest-gtk-sharp-0.9 65
MD5 05cf1c80398c13d25625b18ab8e039ea files/digest-gtk-sharp-0.10 66
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild
index ca2d73cf3843..4e0e945d91f3 100644
--- a/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild
+++ b/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild,v 1.3 2003/07/09 17:14:13 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild,v 1.4 2003/07/25 13:14:11 tberman Exp $
# WARNING
# All gst-sharp hacks done in this build are nonfunctional
@@ -19,7 +19,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE="gnome gnomedb libgda"
-RDEPEND=">=dev-lang/mono-0.24
+RDEPEND=">=dev-dotnet/mono-0.24
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
gnome? ( >=gnome-base/libgnomecanvas-2
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild
index d6dea01fea33..6beacb62f900 100644
--- a/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild
+++ b/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild,v 1.3 2003/07/09 17:14:13 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild,v 1.4 2003/07/25 13:14:11 tberman Exp $
# WARNING
# All gst-sharp hacks done in this build are nonfunctional
@@ -19,7 +19,7 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE="gnome"
-RDEPEND=">=dev-lang/mono-0.16
+RDEPEND=">=dev-dotnet/mono-0.16
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
gnome? ( >=gnome-base/libgnomecanvas-2
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild
index f24858fc1a50..e303699e49c4 100644
--- a/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild
+++ b/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild,v 1.3 2003/07/09 17:14:13 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild,v 1.4 2003/07/25 13:14:11 tberman Exp $
# WARNING
# All gst-sharp hacks done in this build are nonfunctional
@@ -20,7 +20,7 @@ SLOT="0"
IUSE="gnome gnomedb"
# since mono and gtk-sharp get released together, we follow the mono version
-RDEPEND=">=dev-lang/mono-0.24
+RDEPEND=">=dev-dotnet/mono-0.24
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
gnome? ( >=gnome-base/libgnomecanvas-2