summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-09 17:14:21 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-09 17:14:21 +0000
commit46dc7c55ab69c56c683b8c60f00d2990aeeb426e (patch)
tree3c791a334c749588bc9372e36619acbffa5d224c /x11-libs/gtk-sharp
parentdep cleanup (diff)
downloadhistorical-46dc7c55ab69c56c683b8c60f00d2990aeeb426e.tar.gz
historical-46dc7c55ab69c56c683b8c60f00d2990aeeb426e.tar.bz2
historical-46dc7c55ab69c56c683b8c60f00d2990aeeb426e.zip
dep cleanup
Diffstat (limited to 'x11-libs/gtk-sharp')
-rw-r--r--x11-libs/gtk-sharp/ChangeLog6
-rw-r--r--x11-libs/gtk-sharp/Manifest8
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.10.ebuild7
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild6
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild7
5 files changed, 23 insertions, 11 deletions
diff --git a/x11-libs/gtk-sharp/ChangeLog b/x11-libs/gtk-sharp/ChangeLog
index 2fe72ca320ed..3a2a39c79893 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.6 2003/07/08 10:37:33 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.7 2003/07/09 17:14:13 liquidx Exp $
+
+ 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> gtk-sharp-0.10.ebuild,
+ gtk-sharp-0.8.ebuild, gtk-sharp-0.9.ebuild:
+ added pkgconfig deps
08 Jul 2003; Alastair Tse <liquidx@gentoo.org> gtk-sharp-0.10.ebuild:
disable installing schemas to prevent sandbox violations
diff --git a/x11-libs/gtk-sharp/Manifest b/x11-libs/gtk-sharp/Manifest
index 533295b617af..4a8e909361d9 100644
--- a/x11-libs/gtk-sharp/Manifest
+++ b/x11-libs/gtk-sharp/Manifest
@@ -1,7 +1,7 @@
-MD5 6979acc0e10150865a59467f01864a26 ChangeLog 1901
-MD5 34b2d8fe7a829a506ab7f20597528e1e gtk-sharp-0.8.ebuild 1977
-MD5 f53d654052d514a164362ecc77dc3a72 gtk-sharp-0.9.ebuild 2232
-MD5 c2bca7e4a01b7dbe83877117631ee1ba gtk-sharp-0.10.ebuild 2028
+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 f0626900297a172f5c9c9d52b84543d4 files/digest-gtk-sharp-0.8 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 16bbbd95c3ca..ca2d73cf3843 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.2 2003/07/08 10:37:33 liquidx Exp $
+# $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 $
# 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"
-DEPEND=">=dev-lang/mono-0.24
+RDEPEND=">=dev-lang/mono-0.24
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
gnome? ( >=gnome-base/libgnomecanvas-2
@@ -27,6 +27,9 @@ DEPEND=">=dev-lang/mono-0.24
libgda? ( >=gnome-extra/libgda-0.11 )
gnomedb? ( >=gnome-extra/libgnomedb-0.11 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
KEYWORDS="~x86 -ppc"
src_unpack() {
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.8.ebuild
index 41630b820cbc..d6dea01fea33 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.2 2003/02/28 16:55:00 liquidx Exp $
+# $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 $
# WARNING
# All gst-sharp hacks done in this build are nonfunctional
@@ -19,11 +19,13 @@ LICENSE="LGPL-2.1"
SLOT="0"
IUSE="gnome"
-DEPEND=">=dev-lang/mono-0.16
+RDEPEND=">=dev-lang/mono-0.16
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
gnome? ( >=gnome-base/libgnomecanvas-2
>=gnome-base/libgnomeui-2 )"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
KEYWORDS="x86 -ppc"
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild
index 3973b2108979..f24858fc1a50 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.2 2003/05/09 17:44:14 foser Exp $
+# $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 $
# WARNING
# All gst-sharp hacks done in this build are nonfunctional
@@ -20,12 +20,15 @@ SLOT="0"
IUSE="gnome gnomedb"
# since mono and gtk-sharp get released together, we follow the mono version
-DEPEND=">=dev-lang/mono-0.24
+RDEPEND=">=dev-lang/mono-0.24
>=x11-libs/gtk+-2
>=gnome-base/libglade-2
gnome? ( >=gnome-base/libgnomecanvas-2
>=gnome-base/libgnomeui-2 )
gnomedb? ( >=gnome-extra/libgnomedb-0.11 )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
KEYWORDS="~x86 -ppc"