diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-09-17 23:05:49 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-09-17 23:05:49 +0000 |
commit | 32cbba784c4c5cffe26b41e826a055dc3fc550b5 (patch) | |
tree | 6a145e835a59ec812f3fecfdd33d7329e431c4c8 /kde-base/kalyptus/kalyptus-3.4.2.ebuild | |
parent | Remove KDE 3.4. (diff) | |
download | historical-32cbba784c4c5cffe26b41e826a055dc3fc550b5.tar.gz historical-32cbba784c4c5cffe26b41e826a055dc3fc550b5.tar.bz2 historical-32cbba784c4c5cffe26b41e826a055dc3fc550b5.zip |
Remove KDE 3.4.
Package-Manager: portage-2.1.1
Diffstat (limited to 'kde-base/kalyptus/kalyptus-3.4.2.ebuild')
-rw-r--r-- | kde-base/kalyptus/kalyptus-3.4.2.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-base/kalyptus/kalyptus-3.4.2.ebuild b/kde-base/kalyptus/kalyptus-3.4.2.ebuild deleted file mode 100644 index 1f5e70f59ce0..000000000000 --- a/kde-base/kalyptus/kalyptus-3.4.2.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.2.ebuild,v 1.6 2005/12/13 03:36:20 chriswhite Exp $ - -KMNAME=kdebindings -KM_MAKEFILESREV=1 -MAXKDEVER=3.4.3 -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE bindings generator for C, ObjC and Java" -KEYWORDS="amd64 ppc sparc 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 -} |