summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 23:16:59 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 23:16:59 +0000
commit8baac782c991a126298544a0498abc69de786757 (patch)
tree0c1bfc292daa88dc46ac6a86097842fef9adecae /kde-base/qtruby
parentStable for HPPA (bug #288042). (diff)
downloadgentoo-2-8baac782c991a126298544a0498abc69de786757.tar.gz
gentoo-2-8baac782c991a126298544a0498abc69de786757.tar.bz2
gentoo-2-8baac782c991a126298544a0498abc69de786757.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/qtruby')
-rw-r--r--kde-base/qtruby/ChangeLog5
-rw-r--r--kde-base/qtruby/qtruby-3.5.9.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/kde-base/qtruby/ChangeLog b/kde-base/qtruby/ChangeLog
index 1ab20d2ee1cb..57c05f5453e5 100644
--- a/kde-base/qtruby/ChangeLog
+++ b/kde-base/qtruby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/qtruby
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.83 2009/07/24 15:29:09 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/ChangeLog,v 1.84 2009/10/12 23:16:59 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -qtruby-3.5.9.ebuild:
+ KDE 3.5.9 removal
24 Jul 2009; Joseph Jezak <josejx@gentoo.org> qtruby-3.5.10.ebuild:
Marked ppc stable for bug #271889.
diff --git a/kde-base/qtruby/qtruby-3.5.9.ebuild b/kde-base/qtruby/qtruby-3.5.9.ebuild
deleted file mode 100644
index 6b1f05561512..000000000000
--- a/kde-base/qtruby/qtruby-3.5.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/qtruby/qtruby-3.5.9.ebuild,v 1.6 2009/02/24 16:21:57 jmbsvicetto Exp $
-
-KMNAME=kdebindings
-KMCOPYLIB="libsmokeqt smoke/qt"
-KM_MAKEFILESREV=1
-EAPI="1"
-
-inherit kde-meta
-
-DESCRIPTION="Ruby bindings for QT"
-HOMEPAGE="http://techbase.kde.org/Development/Languages/Ruby"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="
- dev-ruby/rubygems
- >=kde-base/smoke-${PV}:${SLOT}
- >=virtual/ruby-1.8"
-RDEPEND="${DEPEND}"
-
-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
-}