summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-29 16:17:56 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-29 16:17:56 +0000
commita9e6a8135091ee4ff33466583d0b9ad264a4a625 (patch)
tree5d6e8ec8b98d81a2f19f82ff3dc3f845c9cd4869 /kde-base/qtruby/qtruby-3.4.1.ebuild
parentDrop old versions. (diff)
downloadgentoo-2-a9e6a8135091ee4ff33466583d0b9ad264a4a625.tar.gz
gentoo-2-a9e6a8135091ee4ff33466583d0b9ad264a4a625.tar.bz2
gentoo-2-a9e6a8135091ee4ff33466583d0b9ad264a4a625.zip
Drop old versions.
(Portage version: 2.1_rc3) (Signed Manifest commit)
Diffstat (limited to 'kde-base/qtruby/qtruby-3.4.1.ebuild')
-rw-r--r--kde-base/qtruby/qtruby-3.4.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/qtruby/qtruby-3.4.1.ebuild b/kde-base/qtruby/qtruby-3.4.1.ebuild
deleted file mode 100644
index 99f514b9270b..000000000000
--- a/kde-base/qtruby/qtruby-3.4.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.4.1.ebuild,v 1.4 2005/07/09 19:12:20 weeve Exp $
-
-KMNAME=kdebindings
-KMCOPYLIB="libsmokeqt smoke/qt"
-KM_MAKEFILESREV=1
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="Ruby bindings for QT"
-HOMEPAGE="http://developer.kde.org/language-bindings/ruby/"
-
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-DEPEND=" >=virtual/ruby-1.8
-$(deprange $PV $MAXKDEVER kde-base/smoke)"
-
-PATCHES="$FILESDIR/no-gtk-glib-check.diff"
-
-# Because this installs into /usr/lib/ruby/..., it doesn't have SLOT=X.Y like the rest of KDE,
-# and it installs into /usr entirely.
-# Note that it still depends on a specific range of (slotted) smoke versions.
-SLOT="0"
-src_compile() {
- kde_src_compile myconf
- myconf="$myconf --prefix=/usr"
- kde_src_compile configure make
-}