summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-07-13 20:44:03 +0000
committerDan Armak <danarmak@gentoo.org>2002-07-13 20:44:03 +0000
commit26d5d23a40627756459ce53476d1e3446c271000 (patch)
tree9973a5b3a6003516be39dd4a343eed45d388b802 /kde-base/kdebindings
parentdisable pm/kpackage building to make package compile (diff)
downloadhistorical-26d5d23a40627756459ce53476d1e3446c271000.tar.gz
historical-26d5d23a40627756459ce53476d1e3446c271000.tar.bz2
historical-26d5d23a40627756459ce53476d1e3446c271000.zip
remove old version, mainly because it generates eclass-related problems
Diffstat (limited to 'kde-base/kdebindings')
-rw-r--r--kde-base/kdebindings/files/digest-kdebindings-3.0.1.200206042
-rw-r--r--kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-base/kdebindings/files/digest-kdebindings-3.0.1.20020604 b/kde-base/kdebindings/files/digest-kdebindings-3.0.1.20020604
deleted file mode 100644
index 6e0ddb8eabb9..000000000000
--- a/kde-base/kdebindings/files/digest-kdebindings-3.0.1.20020604
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a00ae8155309dee2d48004cc26ecb08f kdebindings-3.0.1-20020604.diff 9099
-MD5 19405b2df3b11c89bdd711d8a5fb89e2 kdebindings-3.0.1.tar.bz2 5044663
diff --git a/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild b/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild
deleted file mode 100644
index 2d389f2ce64e..000000000000
--- a/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.0.1.20020604.ebuild,v 1.4 2002/07/11 06:30:26 drobbins Exp $
-
-# TODO: add gnustep bindings
-
-inherit kde-patch kde-dist
-
-DESCRIPTION="${DESCRIPTION}Bindings"
-
-newdepend ">=kde-base/kdebase-${PV}
- =x11-libs/gtk+-1.2*
- sys-devel/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()
-{
- base_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
-}