diff options
author | 2004-09-09 18:59:02 +0000 | |
---|---|---|
committer | 2004-09-09 18:59:02 +0000 | |
commit | a23aa0843166b18ceb8d720309c04e3ef65d185e (patch) | |
tree | da86c100679ecca6df4d81f53d7fc7c4764b826a /kde-base | |
parent | Stable on sparc to finally solve #36478 (Manifest recommit) (diff) | |
download | gentoo-2-a23aa0843166b18ceb8d720309c04e3ef65d185e.tar.gz gentoo-2-a23aa0843166b18ceb8d720309c04e3ef65d185e.tar.bz2 gentoo-2-a23aa0843166b18ceb8d720309c04e3ef65d185e.zip |
remove old version
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdebindings/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kdebindings/files/digest-kdebindings-3.2.1 | 1 | ||||
-rw-r--r-- | kde-base/kdebindings/kdebindings-3.2.1.ebuild | 55 |
3 files changed, 4 insertions, 57 deletions
diff --git a/kde-base/kdebindings/ChangeLog b/kde-base/kdebindings/ChangeLog index 6f541c294a37..2cb152fe4144 100644 --- a/kde-base/kdebindings/ChangeLog +++ b/kde-base/kdebindings/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kdebindings # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/ChangeLog,v 1.71 2004/08/30 15:45:01 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/ChangeLog,v 1.72 2004/09/09 18:59:02 caleb Exp $ + + 09 Sep 2004; Caleb Tennis <caleb@gentoo.org> -kdebindings-3.2.1.ebuild: + remove old version 30 Aug 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> kdebindings-3.1.5.ebuild, kdebindings-3.2.0.ebuild, diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.2.1 b/kde-base/kdebindings/files/digest-kdebindings-3.2.1 deleted file mode 100644 index 36d2ad84a9c5..000000000000 --- a/kde-base/kdebindings/files/digest-kdebindings-3.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d9bd456cb3896bf652a21c66a8f6260f kdebindings-3.2.1.tar.bz2 10831837 diff --git a/kde-base/kdebindings/kdebindings-3.2.1.ebuild b/kde-base/kdebindings/kdebindings-3.2.1.ebuild deleted file mode 100644 index 4638e056a809..000000000000 --- a/kde-base/kdebindings/kdebindings-3.2.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.2.1.ebuild,v 1.7 2004/08/30 15:45:01 pvdabeel Exp $ -# TODO: add gnustep, objc bindings - -inherit kde-dist flag-o-matic - -DESCRIPTION="KDE library bindings for languages other than c++" - -KEYWORDS="~x86 ppc sparc hppa ~amd64" -IUSE="mozilla java python ruby gtk" - -DEPEND="=kde-base/kdebase-${PV} - ~kde-base/kdenetwork-${PV} - gtk? ( =x11-libs/gtk+-1.2* ) - =dev-libs/glib-1.2* - python? ( dev-lang/python ) - java? ( virtual/jdk ) - ruby? ( virtual/ruby ) - mozilla? ( net-www/mozilla )" - -src_unpack() { - kde_src_unpack - - if ! 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 - - cd ${S} && aclocal -} - -src_compile() { - use python || myconf="$myconf --without-python" - use java && myconf="$myconf --with-java=`java-config --jdk-home`" || myconf="$myconf --without-java" - use ruby || myconf="$myconf --without-ruby" - - # 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" - - use hppa && append-flags -ffunction-sections - - kde_src_compile -} |