diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-06-02 16:05:33 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-06-02 16:05:33 +0000 |
commit | 14288e2a1d0d65eb8662939b16aa3552799593db (patch) | |
tree | 13a8f68f78aef80c3e454e893a553d2367a4f59c /x11-libs | |
parent | Fix use invocation (diff) | |
download | historical-14288e2a1d0d65eb8662939b16aa3552799593db.tar.gz historical-14288e2a1d0d65eb8662939b16aa3552799593db.tar.bz2 historical-14288e2a1d0d65eb8662939b16aa3552799593db.zip |
Beta2!
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk-sharp/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/files/digest-gtk-sharp-0.93 | 1 | ||||
-rw-r--r-- | x11-libs/gtk-sharp/gtk-sharp-0.93.ebuild | 56 |
4 files changed, 66 insertions, 2 deletions
diff --git a/x11-libs/gtk-sharp/ChangeLog b/x11-libs/gtk-sharp/ChangeLog index 5e94c3090d31..654ac173d497 100644 --- a/x11-libs/gtk-sharp/ChangeLog +++ b/x11-libs/gtk-sharp/ChangeLog @@ -1,6 +1,11 @@ # 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.20 2004/05/07 04:09:12 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/ChangeLog,v 1.21 2004/06/02 16:05:33 latexer Exp $ + +*gtk-sharp-0.93 (02 Jun 2004) + + 02 Jun 2004; Peter Johanson <latexer@gentoo.org> gtk-sharp-0.93.ebuild: + Beta2. You know you love it. 07 May 2004; Peter Johanson <latexer@gentoo.org> gtk-sharp-0.91.1.ebuild: Fixed installation location of the GAPI Metadata perl module, and cleaned out diff --git a/x11-libs/gtk-sharp/Manifest b/x11-libs/gtk-sharp/Manifest index d1dba0838e4b..44430fb9b1c9 100644 --- a/x11-libs/gtk-sharp/Manifest +++ b/x11-libs/gtk-sharp/Manifest @@ -1,10 +1,12 @@ MD5 3dac75996cb065b1846ff241f237a23c gtk-sharp-0.91.1.ebuild 1583 +MD5 c34fccaf155050cb4d1b4306e033c134 gtk-sharp-0.93.ebuild 1670 MD5 af57f499325ee378e28e37935b5b66b8 gtk-sharp-0.16.ebuild 2100 MD5 d0d2165a48bf6f8eb0758177e9b6762b gtk-sharp-0.18.ebuild 1862 -MD5 71ae89fb221f26f91e890cbfec215f3e ChangeLog 4069 +MD5 91182070b0f0e8f9616b74ae8e9e21a3 ChangeLog 4206 MD5 e06909c47712ae995f4879eefb22e38b metadata.xml 160 MD5 ab4a1dcdf1571d52282f8821f60075dc gtk-sharp-0.17.ebuild 2101 MD5 d9f80b7be9ee3f9e1ef22ff3846fe5c8 files/digest-gtk-sharp-0.91.1 69 MD5 273d60af7843baca6374edc4f3ec65e8 files/digest-gtk-sharp-0.16 67 MD5 5e6e1867516aaa4535b53c985741b340 files/digest-gtk-sharp-0.17 67 MD5 075d0176088d722fa54696c994616f80 files/digest-gtk-sharp-0.18 67 +MD5 20ac11101783b76d9721c6e38ae60aaa files/digest-gtk-sharp-0.93 67 diff --git a/x11-libs/gtk-sharp/files/digest-gtk-sharp-0.93 b/x11-libs/gtk-sharp/files/digest-gtk-sharp-0.93 new file mode 100644 index 000000000000..80225e581f0d --- /dev/null +++ b/x11-libs/gtk-sharp/files/digest-gtk-sharp-0.93 @@ -0,0 +1 @@ +MD5 b8a1a3a0fc75142fd3867976cd9254c1 gtk-sharp-0.93.tar.gz 1356305 diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.93.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.93.ebuild new file mode 100644 index 000000000000..f0a3d162ebab --- /dev/null +++ b/x11-libs/gtk-sharp/gtk-sharp-0.93.ebuild @@ -0,0 +1,56 @@ +# 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.93.ebuild,v 1.1 2004/06/02 16:05:33 latexer Exp $ + +inherit eutils mono + +DESCRIPTION="Gtk# is a C# language binding for the GTK2 toolkit and GNOME libraries" +SRC_URI="http://www.go-mono.com/archive/beta2/${P}.tar.gz" +HOMEPAGE="http://gtk-sharp.sourceforge.net/" + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="gnome gnomedb libgda gtkhtml" + +RDEPEND=">=sys-apps/sed-4.0 + >=dev-dotnet/mono-0.95 + >=x11-libs/gtk+-2.2 + >=gnome-base/libglade-2 + >=gnome-base/ORBit2-2.8.3 + gnome? ( >=gnome-base/libgnomecanvas-2.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/libgnomeprintui-2.2 ) + libgda? ( >=gnome-extra/libgda-0.11 ) + gnomedb? ( >=gnome-extra/libgnomedb-0.11 ) + gtkhtml? ( >=gnome-extra/libgtkhtml-3.0.10 )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +KEYWORDS="~x86" + +src_unpack() { + unpack ${A} + + # disable building of samples (#16015) + cd ${S} + sed -i -e "s:sample::" Makefile.in + + # This solves issues with trying to use a monodoc that might be broken + # monodoc-0.16 depends on this verion of gtk-sharp, so we don't end up using + # the monodoc stuff (which is extraneous anyway) unless we have a working + # version around and this is a recompile of gtk-sharp. + sed -i -e "s:^\(MONODOC_REQUIRED_VERSION=\).*:\10.16:" configure +} + +src_compile() { + econf || die "./configure failed" + MAKEOPTS="-j1" MONO_PATH=${S} emake || die +} + +src_install () { + # one of the samples require gconf schemas, and it'll violate sandbox + GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" einstall || die + + dodoc README* ChangeLog +} |