diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-18 13:15:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-18 13:15:13 +0000 |
commit | 91cf4f158447b8ee754d1942da7cbd013f6f2b40 (patch) | |
tree | 09987f104eaf4a56b81de231b28f644db67852bc /dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild | |
parent | bump to 0.8.0 (diff) | |
download | gentoo-2-91cf4f158447b8ee754d1942da7cbd013f6f2b40.tar.gz gentoo-2-91cf4f158447b8ee754d1942da7cbd013f6f2b40.tar.bz2 gentoo-2-91cf4f158447b8ee754d1942da7cbd013f6f2b40.zip |
bump to 0.8.0
Diffstat (limited to 'dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild')
-rw-r--r-- | dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild b/dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild new file mode 100644 index 000000000000..10e6affe3555 --- /dev/null +++ b/dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-0.8.0.ebuild,v 1.1 2003/11/18 13:13:29 agriffis Exp $ + +inherit ruby-gnome2 + +DESCRIPTION="Ruby Glib2 bindings" +KEYWORDS="~alpha ~x86" +DEPEND="${DEPEND} >=dev-libs/glib-2" +RDEPEND="${RDEPEND} >=dev-libs/glib-2" |