diff options
Diffstat (limited to 'dev-ruby/qt4-qtruby/qt4-qtruby-1.4.6.ebuild')
-rw-r--r-- | dev-ruby/qt4-qtruby/qt4-qtruby-1.4.6.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-ruby/qt4-qtruby/qt4-qtruby-1.4.6.ebuild b/dev-ruby/qt4-qtruby/qt4-qtruby-1.4.6.ebuild deleted file mode 100644 index 331bd8a078d3..000000000000 --- a/dev-ruby/qt4-qtruby/qt4-qtruby-1.4.6.ebuild +++ /dev/null @@ -1,37 +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/qt4-qtruby/qt4-qtruby-1.4.6.ebuild,v 1.1 2006/08/23 12:30:44 caleb Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="Ruby bindings for QT4" -HOMEPAGE="http://rubyforge.org/projects/korundum" -SRC_URI="http://rubyforge.org/frs/download.php/11755/qt4-qtruby-1.4.6.tgz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" -DEPEND=">=virtual/ruby-1.8 - !kde-base/qtruby - =x11-libs/qt-4*" - -# This is not currently able to install alongside the Qt3 version of QtRuby - -SLOT="0" - -src_unpack() { - unpack $A - cd ${S} -} - - -src_compile() { - myconf="--with-qt-dir=/usr --with-qt-libraries=/usr/$(get_libdir)/qt4 --with-qt-includes=/usr/include/qt4" - myconf="${myconf} --with-threshold=5" - econf ${myconf} || die - emake -j1 || die -} - -src_install() { - make DESTDIR=${D} install || die -} |