summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-16 21:05:24 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-16 21:05:24 +0000
commit9aa6c7a6f224a4897109deedb7a12191a4a4cc5c (patch)
treecbda5e3293205507a1b220fdc7864f0f94f7bbc0 /kde-base/korundum
parentBump to 3.5.6 (prerelease). (diff)
downloadgentoo-2-9aa6c7a6f224a4897109deedb7a12191a4a4cc5c.tar.gz
gentoo-2-9aa6c7a6f224a4897109deedb7a12191a4a4cc5c.tar.bz2
gentoo-2-9aa6c7a6f224a4897109deedb7a12191a4a4cc5c.zip
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/korundum')
-rw-r--r--kde-base/korundum/ChangeLog9
-rw-r--r--kde-base/korundum/files/digest-korundum-3.5.63
-rw-r--r--kde-base/korundum/korundum-3.5.6.ebuild35
3 files changed, 45 insertions, 2 deletions
diff --git a/kde-base/korundum/ChangeLog b/kde-base/korundum/ChangeLog
index 8ad9c62d7ab8..1a8b7bd1f721 100644
--- a/kde-base/korundum/ChangeLog
+++ b/kde-base/korundum/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/korundum
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.53 2006/12/03 19:22:56 corsair Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.54 2007/01/16 21:05:24 flameeyes Exp $
+
+*korundum-3.5.6 (16 Jan 2007)
+
+ 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +korundum-3.5.6.ebuild:
+ Bump to 3.5.6 (prerelease).
03 Dec 2006; Markus Rothe <corsair@gentoo.org> korundum-3.5.5.ebuild:
Stable on ppc64
diff --git a/kde-base/korundum/files/digest-korundum-3.5.6 b/kde-base/korundum/files/digest-korundum-3.5.6
new file mode 100644
index 000000000000..68a27e497ff5
--- /dev/null
+++ b/kde-base/korundum/files/digest-korundum-3.5.6
@@ -0,0 +1,3 @@
+MD5 d26b5f54f062b765a949d66657c2ab3c kdebindings-3.5.6.tar.bz2 5421905
+RMD160 3c6547c5eb4baa9efe0e94473d4daf4e14514f80 kdebindings-3.5.6.tar.bz2 5421905
+SHA256 9fad26d5827d996cbd88d9267883b5bc444f228d9fc8e0312db56e5f6d7363d8 kdebindings-3.5.6.tar.bz2 5421905
diff --git a/kde-base/korundum/korundum-3.5.6.ebuild b/kde-base/korundum/korundum-3.5.6.ebuild
new file mode 100644
index 000000000000..e57dba8856e3
--- /dev/null
+++ b/kde-base/korundum/korundum-3.5.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/korundum-3.5.6.ebuild,v 1.1 2007/01/16 21:05:24 flameeyes 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="~amd64 ~ppc ~ppc64 ~sparc ~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 3.5.2 $MAXKDEVER kde-base/smoke)"
+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 and qtruby versions.
+SLOT="0"
+src_compile() {
+ kde_src_compile myconf
+ myconf="$myconf --prefix=/usr"
+ kde_src_compile configure make
+}
+