diff options
author | Peter Johanson <latexer@gentoo.org> | 2006-09-07 05:29:31 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2006-09-07 05:29:31 +0000 |
commit | 15fad2477a556cbae62e735feba6514f7e3cfb6d (patch) | |
tree | 7722ac630594d06ed5996731088f817a97ccdb86 /dev-dotnet | |
parent | Bump. (diff) | |
download | gentoo-2-15fad2477a556cbae62e735feba6514f7e3cfb6d.tar.gz gentoo-2-15fad2477a556cbae62e735feba6514f7e3cfb6d.tar.bz2 gentoo-2-15fad2477a556cbae62e735feba6514f7e3cfb6d.zip |
Bump.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/glade-sharp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/glade-sharp/files/digest-glade-sharp-2.10.0 | 6 | ||||
-rw-r--r-- | dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild | 14 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-dotnet/glade-sharp/ChangeLog b/dev-dotnet/glade-sharp/ChangeLog index 7e5337ca3cc2..e23d3dde41a4 100644 --- a/dev-dotnet/glade-sharp/ChangeLog +++ b/dev-dotnet/glade-sharp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-dotnet/glade-sharp # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v 1.48 2006/07/24 01:12:06 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/ChangeLog,v 1.49 2006/09/07 05:29:31 latexer Exp $ + +*glade-sharp-2.10.0 (07 Sep 2006) + + 07 Sep 2006; Peter Johanson <latexer@gentoo.org> + +glade-sharp-2.10.0.ebuild: + Bump. 23 Jul 2006; Olivier Crête <tester@gentoo.org> glade-sharp-2.8.2.ebuild: Stable on amd64 diff --git a/dev-dotnet/glade-sharp/files/digest-glade-sharp-2.10.0 b/dev-dotnet/glade-sharp/files/digest-glade-sharp-2.10.0 new file mode 100644 index 000000000000..a4797d564833 --- /dev/null +++ b/dev-dotnet/glade-sharp/files/digest-glade-sharp-2.10.0 @@ -0,0 +1,6 @@ +MD5 00d1fb21c5edd1b44ce1443695733ede gtk-sharp-2.10.0-configurable.diff.gz 479 +RMD160 fae9b28f384812cc8803f6e2abe5d4ceb4051da4 gtk-sharp-2.10.0-configurable.diff.gz 479 +SHA256 66699f2ef2bd288c6af35a80fbe7441a4349759e685b44a4dca9c77551c0cba6 gtk-sharp-2.10.0-configurable.diff.gz 479 +MD5 84051fdbcf22f035f3c063d3a60cac8a gtk-sharp-2.10.0.tar.gz 2069966 +RMD160 c3f88ab6df73540a68113631affd1e1e5439b088 gtk-sharp-2.10.0.tar.gz 2069966 +SHA256 3965422105ede76e261432123976594cbde0955024bbac0c965a5f7ce9e70d67 gtk-sharp-2.10.0.tar.gz 2069966 diff --git a/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild b/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild new file mode 100644 index 000000000000..5d82db52318d --- /dev/null +++ b/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/glade-sharp/glade-sharp-2.10.0.ebuild,v 1.1 2006/09/07 05:29:31 latexer Exp $ + +inherit gtk-sharp-component + +SLOT="2" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="${DEPEND} >=gnome-base/libglade-2.3.6" + +GTK_SHARP_COMPONENT_SLOT="2" +GTK_SHARP_COMPONENT_SLOT_DEC="-2.0" |