diff options
Diffstat (limited to 'dev-ruby/ruby-zoom/ruby-zoom-0.2.2.ebuild')
-rw-r--r-- | dev-ruby/ruby-zoom/ruby-zoom-0.2.2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ruby/ruby-zoom/ruby-zoom-0.2.2.ebuild b/dev-ruby/ruby-zoom/ruby-zoom-0.2.2.ebuild deleted file mode 100644 index 1f6d3bc250eb..000000000000 --- a/dev-ruby/ruby-zoom/ruby-zoom-0.2.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2006 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.2.ebuild,v 1.1 2006/10/03 05:03:15 pclouds 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/6940/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86" - -DEPEND="virtual/ruby - dev-libs/yaz" - -USE_RUBY="ruby18" -PATCHES="${FILESDIR}/0.2.0-ldflags.patch" |