diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-03-15 17:57:26 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-03-15 17:57:26 +0000 |
commit | 51a4cb54f51a6bd162486ab12adbbdcb36a944e3 (patch) | |
tree | c25a53f9a3e03fea065edcc28db7ea47c153ce5c /dev-dotnet/gda-sharp | |
parent | remove old ebuild (diff) | |
download | gentoo-2-51a4cb54f51a6bd162486ab12adbbdcb36a944e3.tar.gz gentoo-2-51a4cb54f51a6bd162486ab12adbbdcb36a944e3.tar.bz2 gentoo-2-51a4cb54f51a6bd162486ab12adbbdcb36a944e3.zip |
Bump
(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.0.8 | 2 | ||||
-rw-r--r-- | dev-dotnet/gda-sharp/gda-sharp-1.0.8.ebuild | 13 |
4 files changed, 23 insertions, 1 deletions
diff --git a/dev-dotnet/gda-sharp/ChangeLog b/dev-dotnet/gda-sharp/ChangeLog index 7b096a05f0cc..e93107dfd89d 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.7 2005/03/15 00:15:04 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gda-sharp/ChangeLog,v 1.8 2005/03/15 17:56:45 latexer Exp $ + +*gda-sharp-1.0.8 (15 Mar 2005) + + 15 Mar 2005; Peter Johanson <latexer@gentoo.org> +gda-sharp-1.0.8.ebuild: + Bump 14 Mar 2005; Peter Johanson <latexer@gentoo.org> gda-sharp-1.0.4.ebuild: Mark stable on x86 diff --git a/dev-dotnet/gda-sharp/Manifest b/dev-dotnet/gda-sharp/Manifest index 938fa2af2f8b..7d76700ab801 100644 --- a/dev-dotnet/gda-sharp/Manifest +++ b/dev-dotnet/gda-sharp/Manifest @@ -1,6 +1,8 @@ MD5 8e8614c22c3c192aa1e60e4daef855a1 gda-sharp-1.0.6.ebuild 374 +MD5 8e8614c22c3c192aa1e60e4daef855a1 gda-sharp-1.0.8.ebuild 374 MD5 223d137a2f1f51a97d10b285aedb0541 gda-sharp-1.0.4.ebuild 376 MD5 cead49cc1f9c0dbc4720afd4a8eab4bb ChangeLog 801 MD5 a60fdfbce7c7cfc52187ff86a7f8bbf8 metadata.xml 222 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 diff --git a/dev-dotnet/gda-sharp/files/digest-gda-sharp-1.0.8 b/dev-dotnet/gda-sharp/files/digest-gda-sharp-1.0.8 new file mode 100644 index 000000000000..0215bae568db --- /dev/null +++ b/dev-dotnet/gda-sharp/files/digest-gda-sharp-1.0.8 @@ -0,0 +1,2 @@ +MD5 89d835b161e2f84604d1f4747e7ffda3 gtk-sharp-1.0.8.tar.gz 1841365 +MD5 5e3ec56d4b4f3e99a6fb7ed4f4d8c4b6 gtk-sharp-1.0.8-configurable.diff.gz 1620 diff --git a/dev-dotnet/gda-sharp/gda-sharp-1.0.8.ebuild b/dev-dotnet/gda-sharp/gda-sharp-1.0.8.ebuild new file mode 100644 index 000000000000..10430cfdfdc7 --- /dev/null +++ b/dev-dotnet/gda-sharp/gda-sharp-1.0.8.ebuild @@ -0,0 +1,13 @@ +# 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.0.8.ebuild,v 1.1 2005/03/15 17:56:45 latexer Exp $ + +inherit gtk-sharp-component + +SLOT="1" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="${DEPEND} + >=dev-dotnet/gtk-sharp-${PV} + >=gnome-extra/libgda-1.0.0" |