diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-17 17:54:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-17 17:54:40 +0000 |
commit | 3beceba493895db3b573afcfaeb328818e913242 (patch) | |
tree | 31c303df42e011b8f84003d41661a20f84f421be /dev-dotnet/gdk-sharp | |
parent | Version bump with lots of bugfixes. Remove old. (diff) | |
download | gentoo-2-3beceba493895db3b573afcfaeb328818e913242.tar.gz gentoo-2-3beceba493895db3b573afcfaeb328818e913242.tar.bz2 gentoo-2-3beceba493895db3b573afcfaeb328818e913242.zip |
Version bump with lots of bugfixes. Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/gdk-sharp')
-rw-r--r-- | dev-dotnet/gdk-sharp/ChangeLog | 10 | ||||
-rw-r--r-- | dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild (renamed from dev-dotnet/gdk-sharp/gdk-sharp-2.12.8.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-dotnet/gdk-sharp/ChangeLog b/dev-dotnet/gdk-sharp/ChangeLog index e4fdac809230..7e328a38f11c 100644 --- a/dev-dotnet/gdk-sharp/ChangeLog +++ b/dev-dotnet/gdk-sharp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-dotnet/gdk-sharp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gdk-sharp/ChangeLog,v 1.8 2009/09/27 16:30:55 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gdk-sharp/ChangeLog,v 1.9 2010/06/17 17:54:40 pacho Exp $ + +*gdk-sharp-2.12.10 (17 Jun 2010) + + 17 Jun 2010; Pacho Ramos <pacho@gentoo.org> -gdk-sharp-2.12.8.ebuild, + +gdk-sharp-2.12.10.ebuild: + Version bump with lots of bugfixes. Remove old. 27 Sep 2009; nixnut <nixnut@gentoo.org> gdk-sharp-2.12.9.ebuild: ppc stable #283739 diff --git a/dev-dotnet/gdk-sharp/gdk-sharp-2.12.8.ebuild b/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild index e4549539cc33..051ae0caaadb 100644 --- a/dev-dotnet/gdk-sharp/gdk-sharp-2.12.8.ebuild +++ b/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gdk-sharp/gdk-sharp-2.12.8.ebuild,v 1.3 2009/04/04 14:23:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gdk-sharp/gdk-sharp-2.12.10.ebuild,v 1.1 2010/06/17 17:54:40 pacho Exp $ EAPI=2 inherit gtk-sharp-module SLOT="2" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" RESTRICT="test" |