diff options
author | 2005-11-22 22:14:16 +0000 | |
---|---|---|
committer | 2005-11-22 22:14:16 +0000 | |
commit | ec50b1ccda877b635377e8dc5b79019eb1859906 (patch) | |
tree | 155d2c4d6c4be39c89ebb4baf7a5ebc2096a2c82 /kde-base/korundum | |
parent | version bump (diff) | |
download | historical-ec50b1ccda877b635377e8dc5b79019eb1859906.tar.gz historical-ec50b1ccda877b635377e8dc5b79019eb1859906.tar.bz2 historical-ec50b1ccda877b635377e8dc5b79019eb1859906.zip |
KDE 3.5.0 (not yet released, p.masked)
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'kde-base/korundum')
-rw-r--r-- | kde-base/korundum/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/korundum/files/digest-korundum-3.5.0 | 1 | ||||
-rw-r--r-- | kde-base/korundum/korundum-3.5.0.ebuild | 34 |
3 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/korundum/ChangeLog b/kde-base/korundum/ChangeLog index ac30ce5d6ea3..9c095c698e6d 100644 --- a/kde-base/korundum/ChangeLog +++ b/kde-base/korundum/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/korundum # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.19 2005/11/12 15:49:31 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/korundum/ChangeLog,v 1.20 2005/11/22 22:14:10 danarmak Exp $ + +*korundum-3.5.0 (22 Nov 2005) + + 33 Nov 2005; Dan Armak <danarmak@gentoo.org> +korundum-3.5.0.ebuild: + Ebuilds for KDE 3.5.0 final. It is not yet released, and is package.masked. *korundum-3.5.0_rc1 (12 Nov 2005) diff --git a/kde-base/korundum/files/digest-korundum-3.5.0 b/kde-base/korundum/files/digest-korundum-3.5.0 new file mode 100644 index 000000000000..c43095c4d375 --- /dev/null +++ b/kde-base/korundum/files/digest-korundum-3.5.0 @@ -0,0 +1 @@ +MD5 137924318ff5fc49cee3c82ee0ce5cf5 kdebindings-3.5.0.tar.bz2 5387839 diff --git a/kde-base/korundum/korundum-3.5.0.ebuild b/kde-base/korundum/korundum-3.5.0.ebuild new file mode 100644 index 000000000000..1522b135984c --- /dev/null +++ b/kde-base/korundum/korundum-3.5.0.ebuild @@ -0,0 +1,34 @@ +# 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.5.0.ebuild,v 1.1 2005/11/22 22:14:10 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="~amd64 ~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 +} + |