summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kalyptus/kalyptus-3.4.0_rc1.ebuild')
-rw-r--r--kde-base/kalyptus/kalyptus-3.4.0_rc1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-base/kalyptus/kalyptus-3.4.0_rc1.ebuild b/kde-base/kalyptus/kalyptus-3.4.0_rc1.ebuild
deleted file mode 100644
index 039023ac0250..000000000000
--- a/kde-base/kalyptus/kalyptus-3.4.0_rc1.ebuild
+++ /dev/null
@@ -1,27 +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/kalyptus/kalyptus-3.4.0_rc1.ebuild,v 1.1 2005/02/27 20:21:30 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"
-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