summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Berman <tberman@gentoo.org>2004-02-13 19:30:04 +0000
committerTodd Berman <tberman@gentoo.org>2004-02-13 19:30:04 +0000
commit60bf9520782e77a6acc31229d123e280c08411fe (patch)
tree2a07d48162c00b01fa93b9ccf73381479842b067 /x11-libs/gtk-sharp
parentnew ebuild (Manifest recommit) (diff)
downloadgentoo-2-60bf9520782e77a6acc31229d123e280c08411fe.tar.gz
gentoo-2-60bf9520782e77a6acc31229d123e280c08411fe.tar.bz2
gentoo-2-60bf9520782e77a6acc31229d123e280c08411fe.zip
removing 0.14 and marking 0.15 stable
Diffstat (limited to 'x11-libs/gtk-sharp')
-rw-r--r--x11-libs/gtk-sharp/ChangeLog8
-rw-r--r--x11-libs/gtk-sharp/files/digest-gtk-sharp-0.141
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.14.ebuild74
-rw-r--r--x11-libs/gtk-sharp/gtk-sharp-0.15.ebuild4
4 files changed, 9 insertions, 78 deletions
diff --git a/x11-libs/gtk-sharp/ChangeLog b/x11-libs/gtk-sharp/ChangeLog
index cfe88750ae8f..c3bd8de02394 100644
--- a/x11-libs/gtk-sharp/ChangeLog
+++ b/x11-libs/gtk-sharp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/gtk-sharp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.13 2004/02/08 19:27:00 tberman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.14 2004/02/13 19:30:03 tberman Exp $
+
+*gtk-sharp-0.15 (13 Feb 2004)
+
+ 13 Feb 2004; Todd Berman <tberman@gentoo.org> gtk-sharp-0.14.ebuild,
+ gtk-sharp-0.15.ebuild:
+ removing 0.14, marking 0.15 stable on x86
*gtk-sharp-0.16 (08 Feb 2004)
diff --git a/x11-libs/gtk-sharp/files/digest-gtk-sharp-0.14 b/x11-libs/gtk-sharp/files/digest-gtk-sharp-0.14
deleted file mode 100644
index d004b412d270..000000000000
--- a/x11-libs/gtk-sharp/files/digest-gtk-sharp-0.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bad1f3b208c69eddf2540132ce6b550d gtk-sharp-0.14.tar.gz 1358045
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.14.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.14.ebuild
deleted file mode 100644
index e3df4d6c7d97..000000000000
--- a/x11-libs/gtk-sharp/gtk-sharp-0.14.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2004 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.14.ebuild,v 1.2 2004/02/02 07:00:15 tberman Exp $
-
-# WARNING
-# All gst-sharp hacks done in this build are nonfunctional
-# Do not try to use them, they don't work. Not for me, not for anybody.
-# They're just here for future reference
-#
-# foser <foser@gentoo.org>
-
-inherit eutils mono
-
-DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://gtk-sharp.sourceforge.net/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="gnome gnomedb libgda gtkhtml"
-
-RDEPEND=">=dev-dotnet/mono-0.24
- >=x11-libs/gtk+-2.2
- >=gnome-base/libglade-2
- gnome? ( >=gnome-base/libgnomecanvas-2.2
- >=gnome-base/libgnomeui-2.2 )
- libgda? ( >=gnome-extra/libgda-0.11 )
- gnomedb? ( >=gnome-extra/libgnomedb-0.11 )
- gtkhtml? ( >=gnome-extra/libgtkhtml-3* )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-KEYWORDS="x86 -ppc"
-
-src_unpack() {
- unpack ${A}
-
- # disable building of samples (#16015)
- cd ${S}
-# mv Makefile.in Makefile.in.old
-# sed -e "s:sample::" Makefile.in.old > Makefile.in
-
- # patch gst-sharp stuff
- # epatch ${FILESDIR}/${P}-gst_sharp.patch
-}
-
-src_compile() {
-
- econf || die "./configure failed"
-
- MAKEOPTS="-j1" MONO_PATH=${S} emake || die
-
- # gst-sharp hacks
- # cd ${S}/gst/
- # epatch ${FILESDIR}/${P}-generated_fix.patch
- # rm gst-sharp.dll
- # make || die "Died making gst-sharp bindings"
-}
-
-src_install () {
- # Path for the installation of the libs is hardcoded in the Makefile,
- # so we need to change it - Is being changed, check every release
- for i in $(find . -iname Makefile); do cp $i ${i}.orig; sed -e "s:${DESTDIR}/usr:${D}/usr:" -e "${D}/usr/bin:${DESTDIR}/usr/bin:" < $i.orig > $i; done
-
- # one of the samples require gconf schemas, and it'll violate sandbox
- GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" einstall || die
-
- # gst-sharp install
- # cd ${S}/gst/
- # make install || die "Gst-sharp install failed"
-
- dodoc HACKING README* ChangeLog
-}
diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.15.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.15.ebuild
index 3492e66f14f8..0b3e335efa95 100644
--- a/x11-libs/gtk-sharp/gtk-sharp-0.15.ebuild
+++ b/x11-libs/gtk-sharp/gtk-sharp-0.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.15.ebuild,v 1.1 2004/02/02 07:00:15 tberman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.15.ebuild,v 1.2 2004/02/13 19:30:03 tberman Exp $
# WARNING
# All gst-sharp hacks done in this build are nonfunctional
@@ -31,7 +31,7 @@ RDEPEND=">=dev-dotnet/mono-0.24
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-KEYWORDS="~x86 -ppc"
+KEYWORDS="x86 -ppc"
src_unpack() {
unpack ${A}