summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-04-05 11:48:44 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-04-05 11:48:44 +0000
commit0788f8de246e70fb6281df0b69fab221f4444df6 (patch)
treea0419fe6ec18518e884b083db95fec5c21dd93ad /kde-base/korundum
parentVersion bump for bug 86810. (diff)
downloadhistorical-0788f8de246e70fb6281df0b69fab221f4444df6.tar.gz
historical-0788f8de246e70fb6281df0b69fab221f4444df6.tar.bz2
historical-0788f8de246e70fb6281df0b69fab221f4444df6.zip
Remove KDE rc1 ebuilds.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'kde-base/korundum')
-rw-r--r--kde-base/korundum/files/digest-korundum-3.4.0_rc15
-rw-r--r--kde-base/korundum/korundum-3.4.0_rc1.ebuild34
2 files changed, 0 insertions, 39 deletions
diff --git a/kde-base/korundum/files/digest-korundum-3.4.0_rc1 b/kde-base/korundum/files/digest-korundum-3.4.0_rc1
deleted file mode 100644
index d8f76a9ae456..000000000000
--- a/kde-base/korundum/files/digest-korundum-3.4.0_rc1
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 5c5d32448f4b473201d72613cc2902b5 kdebindings-3.3.90.tar.bz2 7113177
-MD5 06b5bb329c3d7271a36dddd17591c259 kdebindings-3.3.90-3.3.91.tar.xdelta 699870
-MD5 43151e98503f629857597a75c44aabf8 kdebindings-3.3.91-3.3.92.tar.xdelta 1652503
-MD5 aa50884e3588b32ceb0fe4e62af00c74 kdebindings-3.3.92-3.4.0-rc1.tar.xdelta 730557
-MD5 34eac5d32aa7ca17cd709fa1318c5fa5 kdebindings-3.4.0-rc1.tar.bz2 7162784
diff --git a/kde-base/korundum/korundum-3.4.0_rc1.ebuild b/kde-base/korundum/korundum-3.4.0_rc1.ebuild
deleted file mode 100644
index ea9041d790e1..000000000000
--- a/kde-base/korundum/korundum-3.4.0_rc1.ebuild
+++ /dev/null
@@ -1,34 +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/korundum/korundum-3.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:38 danarmak Exp $
-
-KMNAME=kdebindings
-KMCOPYLIB="libsmokeqt smoke/qt libsmokekde smoke/kde"
-KMCOMPILEONLY="qtruby"
-KM_MAKEFILESREV=1
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KDE ruby bindings"
-HOMEPAGE="http://developer.kde.org/language-bindings/ruby/"
-
-KEYWORDS="~x86"
-IUSE=""
-OLDDEPEND=">=virtual/ruby-1.8 ~kde-base/qtruby-$PV ~kde-base/smoke-3.3.1"
-DEPEND=" >=virtual/ruby-1.8
-$(deprange $PV $MAXKDEVER kde-base/qtruby)
-$(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 and qtruby versions.
-SLOT="0"
-src_compile() {
- kde_src_compile myconf
- myconf="$myconf --prefix=/usr"
- kde_src_compile configure make
-}
-