summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-05-25 21:23:15 +0000
committerDan Armak <danarmak@gentoo.org>2005-05-25 21:23:15 +0000
commit2c22cfa8ffcfc73043bf37aeee39170605f0eb4d (patch)
treed056634258bce285b9c3837f09ef42145572f845 /kde-base/kalyptus
parentAdd the missing HOMEPAGE variable so repoman doesn't complain. (diff)
downloadgentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.gz
gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.bz2
gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.zip
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-base/kalyptus')
-rw-r--r--kde-base/kalyptus/ChangeLog8
-rw-r--r--kde-base/kalyptus/Manifest8
-rw-r--r--kde-base/kalyptus/files/digest-kalyptus-3.4.12
-rw-r--r--kde-base/kalyptus/kalyptus-3.4.1.ebuild27
4 files changed, 41 insertions, 4 deletions
diff --git a/kde-base/kalyptus/ChangeLog b/kde-base/kalyptus/ChangeLog
index 7c95df8b3249..327dcda9e6e8 100644
--- a/kde-base/kalyptus/ChangeLog
+++ b/kde-base/kalyptus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kalyptus
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.9 2005/03/18 16:59:57 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/ChangeLog,v 1.10 2005/05/25 21:23:01 danarmak Exp $
+
+*kalyptus-3.4.1 (25 May 2005)
+
+ 25 May 2005; Dan Armak <danarmak@gentoo.org> +kalyptus-3.4.1.ebuild:
+ Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually
+ released. You can't get the tarballs yet.
18 Mar 2005; Daniel Goller <morfic@gentoo.org> kalyptus-3.4.0.ebuild:
Added to ~ppc
diff --git a/kde-base/kalyptus/Manifest b/kde-base/kalyptus/Manifest
index 9760fdf91b4e..9f3ccd08e8ef 100644
--- a/kde-base/kalyptus/Manifest
+++ b/kde-base/kalyptus/Manifest
@@ -1,7 +1,9 @@
-MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
-MD5 500206b9911463c2448ab9d6ec2bb8aa ChangeLog 1767
MD5 67f69a490c47381d82c77c9cde372ce5 kalyptus-3.3.2.ebuild 688
MD5 5389d0202927dd7f836c1981b0258558 kalyptus-3.4.0.ebuild 690
+MD5 fd1f48f4921f6180466c83ff7fae1e72 kalyptus-3.4.1.ebuild 692
+MD5 b9a8ae0b45b5553900a6589dd0fab398 ChangeLog 1988
+MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156
+MD5 c4bcc944c1ceb822f4ecd9b288d77bef files/digest-kalyptus-3.3.2 71
MD5 b49bfb02ebaf3b34e2e5c4c5750429d6 files/digest-kalyptus-3.4.0 71
+MD5 ebf92f288d10fb2438ab4a589e92aad3 files/digest-kalyptus-3.4.1 142
MD5 ffe26fb6d5d193883dfebd69250df2e5 files/no-gtk-glib-check.diff 949
-MD5 c4bcc944c1ceb822f4ecd9b288d77bef files/digest-kalyptus-3.3.2 71
diff --git a/kde-base/kalyptus/files/digest-kalyptus-3.4.1 b/kde-base/kalyptus/files/digest-kalyptus-3.4.1
new file mode 100644
index 000000000000..6e4205dc862e
--- /dev/null
+++ b/kde-base/kalyptus/files/digest-kalyptus-3.4.1
@@ -0,0 +1,2 @@
+MD5 bac87a665ce5e5704f48336122052fb4 kdebindings-3.4.0.tar.bz2 7161497
+MD5 18a4e2c42d34bb86279e691498482951 kdebindings-3.4.1.tar.bz2 7219233
diff --git a/kde-base/kalyptus/kalyptus-3.4.1.ebuild b/kde-base/kalyptus/kalyptus-3.4.1.ebuild
new file mode 100644
index 000000000000..fdb6f4488b69
--- /dev/null
+++ b/kde-base/kalyptus/kalyptus-3.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kalyptus/kalyptus-3.4.1.ebuild,v 1.1 2005/05/25 21:23:01 danarmak Exp $
+
+KMNAME=kdebindings
+KM_MAKEFILESREV=1
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KDE bindings generator for C, ObjC and Java"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="dev-lang/perl"
+PATCHES="$FILESDIR/no-gtk-glib-check.diff"
+
+# Weird build system, weirder errors.
+# You're welcome to fix this in a better way --danarmak
+src_compile () {
+ export S=$S/kalyptus
+ kde-meta_src_compile
+}
+
+src_install() {
+ cd $S/kalyptus
+ make install DESTDIR=$D
+} \ No newline at end of file