summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dcopjava/dcopjava-3.3.1.ebuild')
-rw-r--r--kde-base/dcopjava/dcopjava-3.3.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/dcopjava/dcopjava-3.3.1.ebuild b/kde-base/dcopjava/dcopjava-3.3.1.ebuild
new file mode 100644
index 000000000000..e0d617ebd7a3
--- /dev/null
+++ b/kde-base/dcopjava/dcopjava-3.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dcopjava/dcopjava-3.3.1.ebuild,v 1.1 2004/11/06 17:23:32 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"
+inherit kde-meta
+
+DESCRIPTION="Java bindings for DCOP"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/jdk"
+RDEPEND="virtual/jre"
+PATCHES="$FILESDIR/no-gtk-glib-check.diff"
+
+myconf="$myconf --with-java=`java-config --jdk-home`"
+
+pkg_setup() {
+ ewarn "This package is consdered broken by upstream. You're on your own."
+} \ No newline at end of file