summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdebindings/kdebindings-3.0.5b.ebuild')
-rw-r--r--kde-base/kdebindings/kdebindings-3.0.5b.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-base/kdebindings/kdebindings-3.0.5b.ebuild b/kde-base/kdebindings/kdebindings-3.0.5b.ebuild
deleted file mode 100644
index 77eea569ffd1..000000000000
--- a/kde-base/kdebindings/kdebindings-3.0.5b.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.0.5b.ebuild,v 1.4 2004/01/19 04:03:24 caleb Exp $
-# TODO: add gnustep bindings
-inherit kde-dist
-
-IUSE="mozilla java python"
-DESCRIPTION="KDE $PV - kde library bindings for languages other than c++"
-KEYWORDS="x86 ppc ~alpha sparc"
-PATCHES="${FILESDIR}/${P}-qt31.diff"
-
-newdepend ">=kde-base/kdebase-${PV}
- =x11-libs/gtk+-1.2*
- dev-lang/perl
- python? ( dev-lang/python )
- java? ( virtual/jdk )
- =x11-libs/gtk+-1.2*
- =dev-libs/glib-1.2*
- >=kde-base/kdenetwork-${PV}
- mozilla? ( net-www/mozilla )"
-
-use python || myconf="$myconf --without-python"
-use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java"
-#myconf="$myconf --enable-objc"
-
-export LIBPYTHON="`python-config`"
-
-src_unpack()
-{
- kde_src_unpack
-
- if [ -z "`use mozilla`" ]; then
- # disable mozilla bindings/xpart
- cd ${S}
- cp configure configure.orig
- sed -e 's:mozilla_incldirs=:# mozilla_incldirs=:' configure.orig > configure
- chmod +x configure
- fi
-}