summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-10-19 21:54:31 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-10-19 21:54:31 +0000
commitf4ba45a44cf13e0d5c41ba3d40e10df345a98495 (patch)
treed77e8342e2ddb2fa326e44e6d8e86e53fb134a80 /kde-base/kalyptus
parentBump to KDE 3.5.8. (diff)
downloadgentoo-2-f4ba45a44cf13e0d5c41ba3d40e10df345a98495.tar.gz
gentoo-2-f4ba45a44cf13e0d5c41ba3d40e10df345a98495.tar.bz2
gentoo-2-f4ba45a44cf13e0d5c41ba3d40e10df345a98495.zip
Bump to KDE 3.5.8.
(Portage version: 2.1.3.15)
Diffstat (limited to 'kde-base/kalyptus')
-rw-r--r--kde-base/kalyptus/ChangeLog8
-rw-r--r--kde-base/kalyptus/files/digest-kalyptus-3.5.83
-rw-r--r--kde-base/kalyptus/kalyptus-3.5.8.ebuild29
3 files changed, 39 insertions, 1 deletions
diff --git a/kde-base/kalyptus/ChangeLog b/kde-base/kalyptus/ChangeLog
index 98136203d153..7fce4ded9f37 100644
--- a/kde-base/kalyptus/ChangeLog
+++ b/kde-base/kalyptus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kalyptus
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.48 2007/05/24 11:10:29 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.49 2007/10/19 21:54:30 philantrop Exp $
+
+*kalyptus-3.5.8 (19 Oct 2007)
+
+ 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+ +kalyptus-3.5.8.ebuild:
+ Bump to KDE 3.5.8.
24 May 2007; Carsten Lohrke <carlo@gentoo.org> kalyptus-3.5.4.ebuild:
Adjust MAXKDEVER.
diff --git a/kde-base/kalyptus/files/digest-kalyptus-3.5.8 b/kde-base/kalyptus/files/digest-kalyptus-3.5.8
new file mode 100644
index 000000000000..4968662d1c8f
--- /dev/null
+++ b/kde-base/kalyptus/files/digest-kalyptus-3.5.8
@@ -0,0 +1,3 @@
+MD5 b5980331e09c34dcea64297046746cc3 kdebindings-3.5.8.tar.bz2 3492800
+RMD160 dfab98ca8d9c30344ef2732f03deea87d15a9c74 kdebindings-3.5.8.tar.bz2 3492800
+SHA256 39b8449aaf0bee81a701b0915c4d742149ef37450483cce3133c6163ea3a732c kdebindings-3.5.8.tar.bz2 3492800
diff --git a/kde-base/kalyptus/kalyptus-3.5.8.ebuild b/kde-base/kalyptus/kalyptus-3.5.8.ebuild
new file mode 100644
index 000000000000..7e58330284b2
--- /dev/null
+++ b/kde-base/kalyptus/kalyptus-3.5.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/kalyptus-3.5.8.ebuild,v 1.1 2007/10/19 21:54:30 philantrop Exp $
+
+KMNAME=kdebindings
+KM_MAKEFILESREV=1
+MAXKDEVER=${PV}
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KDE bindings generator for multiple languages."
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+DEPEND="dev-lang/perl"
+
+S="${S}/kalyptus"
+
+# Weird build system, weirder errors.
+# You're welcome to fix this in a better way --danarmak
+# Still weird, but changed. :)
+src_compile () {
+ make -f Makefile.cvs
+ ./configure --prefix=$(kde-config --prefix)
+ make
+}
+
+src_install() {
+ make install DESTDIR="$D"
+}