diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-04-02 01:16:51 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-04-02 01:16:51 +0000 |
commit | 7f345c2a81c89c93a46be819726833e4debfdbe9 (patch) | |
tree | 8730d990684acdb057180c0a446255c5982304cd /dev-dotnet/gda-sharp | |
parent | Add the preview release of the gtk-sharp-2.0 stuff. (diff) | |
download | gentoo-2-7f345c2a81c89c93a46be819726833e4debfdbe9.tar.gz gentoo-2-7f345c2a81c89c93a46be819726833e4debfdbe9.tar.bz2 gentoo-2-7f345c2a81c89c93a46be819726833e4debfdbe9.zip |
Add the preview release of the gtk-sharp-2.0 stuff.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-dotnet/gda-sharp')
-rw-r--r-- | dev-dotnet/gda-sharp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/gda-sharp/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/gda-sharp/files/digest-gda-sharp-1.9.2 | 2 | ||||
-rw-r--r-- | dev-dotnet/gda-sharp/gda-sharp-1.9.2.ebuild | 15 |
4 files changed, 25 insertions, 1 deletions
diff --git a/dev-dotnet/gda-sharp/ChangeLog b/dev-dotnet/gda-sharp/ChangeLog index 0b6f672cac50..9142c98e74c5 100644 --- a/dev-dotnet/gda-sharp/ChangeLog +++ b/dev-dotnet/gda-sharp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/gda-sharp # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gda-sharp/ChangeLog,v 1.10 2005/03/23 01:29:03 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gda-sharp/ChangeLog,v 1.11 2005/04/02 01:13:42 latexer Exp $ + +*gda-sharp-1.9.2 (02 Apr 2005) + + 02 Apr 2005; Peter Johanson <latexer@gentoo.org> +gda-sharp-1.9.2.ebuild: + Add the preview release of the gtk-sharp-2.0 stuff. 22 Mar 2005; Peter Johanson <latexer@gentoo.org> gda-sharp-1.0.4.ebuild, gda-sharp-1.0.6.ebuild, gda-sharp-1.0.8.ebuild: diff --git a/dev-dotnet/gda-sharp/Manifest b/dev-dotnet/gda-sharp/Manifest index 6fdcab857f3d..f9238d3fb535 100644 --- a/dev-dotnet/gda-sharp/Manifest +++ b/dev-dotnet/gda-sharp/Manifest @@ -3,6 +3,8 @@ MD5 7f6a8832b020d40624ae40a5043f4f43 gda-sharp-1.0.8.ebuild 374 MD5 703326acb068dc16eb4e0507816869e4 gda-sharp-1.0.4.ebuild 407 MD5 114e43750e637aa630138fa2bbe12b98 ChangeLog 1196 MD5 a60fdfbce7c7cfc52187ff86a7f8bbf8 metadata.xml 222 +MD5 f074c75c09d7a7796ba4f1cdaf2b3703 gda-sharp-1.9.2.ebuild 305 MD5 b63c29f6761c048a9d7943713c15c78c files/digest-gda-sharp-1.0.4 147 MD5 ff5a2a47c3e1d785fc179c922857e409 files/digest-gda-sharp-1.0.6 147 MD5 3af46f2e9fbd6a7f642bc1ef502d50ca files/digest-gda-sharp-1.0.8 147 +MD5 d1dddb54802e684259aedfd27a11af15 files/digest-gda-sharp-1.9.2 147 diff --git a/dev-dotnet/gda-sharp/files/digest-gda-sharp-1.9.2 b/dev-dotnet/gda-sharp/files/digest-gda-sharp-1.9.2 new file mode 100644 index 000000000000..d260f726c7b7 --- /dev/null +++ b/dev-dotnet/gda-sharp/files/digest-gda-sharp-1.9.2 @@ -0,0 +1,2 @@ +MD5 b7c5afab5f736ffa4011974302831363 gtk-sharp-1.9.2.tar.gz 2159808 +MD5 e66fae7398bdbd4c5840d572d918fb93 gtk-sharp-1.9.2-configurable.diff.gz 1391 diff --git a/dev-dotnet/gda-sharp/gda-sharp-1.9.2.ebuild b/dev-dotnet/gda-sharp/gda-sharp-1.9.2.ebuild new file mode 100644 index 000000000000..54b77f3466b8 --- /dev/null +++ b/dev-dotnet/gda-sharp/gda-sharp-1.9.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gda-sharp/gda-sharp-1.9.2.ebuild,v 1.1 2005/04/02 01:13:42 latexer Exp $ + +inherit gtk-sharp-component + +SLOT="2" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="${DEPEND} + >=gnome-extra/libgda-1.0.0" + +GTK_SHARP_COMPONENT_SLOT="2" +GTK_SHARP_COMPONENT_SLOT_DEC="-2.0" |