summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dcopjava/dcopjava-3.4.0_beta2.ebuild')
-rw-r--r--kde-base/dcopjava/dcopjava-3.4.0_beta2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-base/dcopjava/dcopjava-3.4.0_beta2.ebuild b/kde-base/dcopjava/dcopjava-3.4.0_beta2.ebuild
deleted file mode 100644
index 389ec14f1758..000000000000
--- a/kde-base/dcopjava/dcopjava-3.4.0_beta2.ebuild
+++ /dev/null
@@ -1,30 +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/dcopjava/dcopjava-3.4.0_beta2.ebuild,v 1.2 2005/02/27 20:21:30 danarmak Exp $
-
-# NOTE TODO install a jar file rather than a tree of class files, and use java-pkg.eclass,
-# in keeping with policy
-
-KMNAME=kdebindings
-KMEXTRACTONLY="kdejava/configure.in.in"
-KM_MAKEFILESREV=1
-MAXKDEVER=3.4.0_rc1
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="Java bindings for DCOP"
-KEYWORDS="-*" # broken according to upstream - 3.4a1 README
-IUSE=""
-DEPEND="virtual/jdk"
-RDEPEND="virtual/jre"
-PATCHES="$FILESDIR/no-gtk-glib-check.diff"
-
-
-pkg_setup() {
- ewarn "This package is consdered broken by upstream. You're on your own."
-}
-
-src_compile () {
- myconf="$myconf --with-java=`java-config --jdk-home`"
- kde-meta_src_compile
-} \ No newline at end of file