diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-03-12 21:00:26 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-03-12 21:00:26 +0000 |
commit | 7280717cd77eb0c2c75a998afb1dc33f1b86bcb3 (patch) | |
tree | 7cdc0de232f171d8e4dd163d4462943bce23f84c /kde-base | |
parent | x86 stable and version cleanup (Manifest recommit) (diff) | |
download | gentoo-2-7280717cd77eb0c2c75a998afb1dc33f1b86bcb3.tar.gz gentoo-2-7280717cd77eb0c2c75a998afb1dc33f1b86bcb3.tar.bz2 gentoo-2-7280717cd77eb0c2c75a998afb1dc33f1b86bcb3.zip |
version cleanup
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdebindings/files/digest-kdebindings-3.1.4 | 1 | ||||
-rw-r--r-- | kde-base/kdebindings/kdebindings-3.1.4.ebuild | 54 |
2 files changed, 0 insertions, 55 deletions
diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.1.4 b/kde-base/kdebindings/files/digest-kdebindings-3.1.4 deleted file mode 100644 index 54f3c6a5aced..000000000000 --- a/kde-base/kdebindings/files/digest-kdebindings-3.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 6cb5e1575c764b0babc674930c9e59a9 kdebindings-3.1.4.tar.bz2 6176056 diff --git a/kde-base/kdebindings/kdebindings-3.1.4.ebuild b/kde-base/kdebindings/kdebindings-3.1.4.ebuild deleted file mode 100644 index cc4451cb78e3..000000000000 --- a/kde-base/kdebindings/kdebindings-3.1.4.ebuild +++ /dev/null @@ -1,54 +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.1.4.ebuild,v 1.8 2004/01/19 04:03:24 caleb Exp $ -# TODO: add gnustep, objc bindings -inherit kde-dist - -IUSE="mozilla java python" -DESCRIPTION="KDE library bindings for languages other than c++" -KEYWORDS="~x86 sparc ppc amd64" - -newdepend "=kde-base/kdebase-${PV}* - =x11-libs/gtk+-1.2* - dev-lang/perl - python? ( dev-lang/python ) - java? ( virtual/jdk ) - =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" - -# obj bindings are officially broken -#myconf="$myconf --enable-objc" - -# we need to have csant (from pnet, from portable.NET) in portage for qtsharp -export DO_NOT_COMPILE="$DO_NOT_COMPILE qtsharp" - -export LIBPYTHON="`python-config`" - -# fix bug #14756 fex. Doesn't compile well with -j2. -export MAKEOPTS="$MAKEOPTS -j1" - -src_unpack() -{ - kde_src_unpack - - if [ -z "`use mozilla`" ]; then - # disable mozilla bindings/xpart, because configure doesn't seem to do so - # even when it doesn't detect the mozilla headers - cd ${S}/xparts - cp Makefile.am Makefile.am.orig - sed -e 's:mozilla::' Makefile.am.orig > Makefile.am - fi - - # qt 3.2.1 fix, bug #29095 - cd ${S}/smoke/qt - epatch ${FILESDIR}/x_QFont.cpp.diff - epatch ${FILESDIR}/x_QHBox.cpp.diff - epatch ${FILESDIR}/x_Qt.cpp.diff - - cd ${S} && aclocal -} - |