summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jdictrayapi/jdictrayapi-0.8.7.ebuild')
-rw-r--r--dev-java/jdictrayapi/jdictrayapi-0.8.7.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-java/jdictrayapi/jdictrayapi-0.8.7.ebuild b/dev-java/jdictrayapi/jdictrayapi-0.8.7.ebuild
deleted file mode 100644
index 243363e..0000000
--- a/dev-java/jdictrayapi/jdictrayapi-0.8.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils java-pkg
-
-DESCRIPTION="The JDesktop Integration Components (JDIC) tray icon API"
-HOMEPAGE="https://jdic.dev.java.net/"
-
-#The numbers in the URI depend on the version
-SRC_URI="https://jdic.dev.java.net/files/documents/880/9849/jdic-${PV}-src.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-
-MY_P="jdic"
-S="${WORKDIR}/${MY_P}-${PV}-src/${MY_P}"
-
-IUSE=""
-DEPEND=">=virtual/jdk-1.4.2
- >=dev-java/ant-core-1.5.4"
-RDEPEND=">=virtual/jre-1.4.2"
-
-src_compile() {
- ant buildtray || die in src_compile
-}
-
-src_install() {
- cd ${WORKDIR}/${MY_P}-${PV}-src/
- dodoc COPYING
- dohtml README.html
-
- cd $S/dist/linux
- java-pkg_dojar jdic.jar
- java-pkg_doso libtray.so
-}