diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-08-25 09:07:42 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-08-25 09:07:42 +0000 |
commit | 915100bb9388b98d263373c0b2eac0cf9cc2da44 (patch) | |
tree | dec0c2bc1af070d568599d1c860252767fac1320 /dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild | |
parent | Stable on x86 and amd64 (diff) | |
download | gentoo-2-915100bb9388b98d263373c0b2eac0cf9cc2da44.tar.gz gentoo-2-915100bb9388b98d263373c0b2eac0cf9cc2da44.tar.bz2 gentoo-2-915100bb9388b98d263373c0b2eac0cf9cc2da44.zip |
Initial import. Added because app-misc/alexandria depends on it.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild')
-rw-r--r-- | dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild b/dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild new file mode 100644 index 000000000000..a5114cefe603 --- /dev/null +++ b/dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-zoom/ruby-zoom-0.2.0.ebuild,v 1.1 2005/08/25 09:07:42 citizen428 Exp $ + +inherit ruby + +IUSE="" + +DESCRIPTION="A Ruby binding to the Z39.50 Object-Orientation Model (ZOOM)" +HOMEPAGE="http://ruby-zoom.rubyforge.org/" +SRC_URI="http://rubyforge.org/frs/download.php/5601/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/ruby + dev-libs/yaz" + +USE_RUBY="ruby18" |