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/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild | |
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/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild')
-rw-r--r-- | dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild b/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild new file mode 100644 index 000000000000..a3fab2dbd6c2 --- /dev/null +++ b/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomedb-sharp/gnomedb-sharp-1.0.8.ebuild,v 1.1 2005/03/15 17:57:26 latexer Exp $ + +inherit gtk-sharp-component + +SLOT="1" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="${DEPEND} + >=dev-dotnet/gtk-sharp-${PV} + =dev-dotnet/art-sharp-${PV}* + =dev-dotnet/gda-sharp-${PV}* + =dev-dotnet/gnome-sharp-${PV}* + >=gnome-extra/libgnomedb-1.0.0" + +GTK_SHARP_COMPONENT_BUILD_DEPS="art gda gnome" |