diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-05-19 17:08:18 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-05-19 17:08:18 +0000 |
commit | 3ec8bb91f16a976db346f89739d6faecf998097e (patch) | |
tree | eedee90f6a222bca64c9aa5c43ec58283cd31227 /dev-dotnet/gda-sharp | |
parent | Add new boo local flag for monodevelop (diff) | |
download | gentoo-2-3ec8bb91f16a976db346f89739d6faecf998097e.tar.gz gentoo-2-3ec8bb91f16a976db346f89739d6faecf998097e.tar.bz2 gentoo-2-3ec8bb91f16a976db346f89739d6faecf998097e.zip |
Bump.
(Portage version: 2.0.51.22-r1)
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-2.5.5 | 2 | ||||
-rw-r--r-- | dev-dotnet/gda-sharp/gda-sharp-2.5.5.ebuild | 15 |
4 files changed, 25 insertions, 1 deletions
diff --git a/dev-dotnet/gda-sharp/ChangeLog b/dev-dotnet/gda-sharp/ChangeLog index 3b45a8d984c5..e807d9ad02c6 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.17 2005/05/13 01:33:06 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gda-sharp/ChangeLog,v 1.18 2005/05/19 17:03:22 latexer Exp $ + +*gda-sharp-2.5.5 (18 May 2005) + + 18 May 2005; Peter Johanson <latexer@gentoo.org> +gda-sharp-2.5.5.ebuild: + Bump. 13 May 2005; Peter Johanson <latexer@gentoo.org> -gda-sharp-1.0.4.ebuild: Clean up a bit. diff --git a/dev-dotnet/gda-sharp/Manifest b/dev-dotnet/gda-sharp/Manifest index 00064119a440..c3df2120a4df 100644 --- a/dev-dotnet/gda-sharp/Manifest +++ b/dev-dotnet/gda-sharp/Manifest @@ -1,10 +1,12 @@ MD5 d0703b11672916e5e2321c3af8768e73 gda-sharp-1.0.6.ebuild 371 MD5 651f1907b809dcffd8be4db5063e8779 gda-sharp-1.0.8.ebuild 375 +MD5 f65e25a57969b3335b6cd7575d6d3aef gda-sharp-2.5.5.ebuild 409 MD5 6976ae05058c98b9a91ac9ab7848b8a4 ChangeLog 1990 MD5 a60fdfbce7c7cfc52187ff86a7f8bbf8 metadata.xml 222 MD5 f65e25a57969b3335b6cd7575d6d3aef gda-sharp-1.9.2.ebuild 409 MD5 21e6b59550e16d2f6eaf7a03ec1c20a1 gda-sharp-1.9.3.ebuild 409 MD5 5cfa297a7f6aecf598f80c14317aa293 gda-sharp-1.9.3.1.ebuild 411 +MD5 d3c03463afacd40a934397a076f9bf9b files/digest-gda-sharp-2.5.5 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-2.5.5 b/dev-dotnet/gda-sharp/files/digest-gda-sharp-2.5.5 new file mode 100644 index 000000000000..ad834c5fdb01 --- /dev/null +++ b/dev-dotnet/gda-sharp/files/digest-gda-sharp-2.5.5 @@ -0,0 +1,2 @@ +MD5 9ba5939aa604555a7c9eadbdcce44a52 gtk-sharp-2.5.5.tar.gz 2175385 +MD5 9cda427d7c40ed5fa33c39f623ad30b3 gtk-sharp-2.5.5-configurable.diff.gz 1466 diff --git a/dev-dotnet/gda-sharp/gda-sharp-2.5.5.ebuild b/dev-dotnet/gda-sharp/gda-sharp-2.5.5.ebuild new file mode 100644 index 000000000000..33212551a453 --- /dev/null +++ b/dev-dotnet/gda-sharp/gda-sharp-2.5.5.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-2.5.5.ebuild,v 1.1 2005/05/19 17:03:22 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" |