summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-16 10:13:12 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-16 10:13:12 +0000
commit0c605cf84bd01edf9e7fbdbdba44767c0dcdcfe6 (patch)
tree226b9c63bfafaf75c7c7af552c9d3ad10ec26e85 /dev-java
parentUpdated freebsd patch to build fine on GLIBC systems, too. (diff)
downloadgentoo-2-0c605cf84bd01edf9e7fbdbdba44767c0dcdcfe6.tar.gz
gentoo-2-0c605cf84bd01edf9e7fbdbdba44767c0dcdcfe6.tar.bz2
gentoo-2-0c605cf84bd01edf9e7fbdbdba44767c0dcdcfe6.zip
dep/style fixes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jess-bin/files/digest-jess-bin-6.1.61
-rw-r--r--dev-java/jess-bin/jess-bin-6.1.6.ebuild51
-rw-r--r--dev-java/jess-bin/jess-bin-6.1.7.ebuild12
3 files changed, 5 insertions, 59 deletions
diff --git a/dev-java/jess-bin/files/digest-jess-bin-6.1.6 b/dev-java/jess-bin/files/digest-jess-bin-6.1.6
deleted file mode 100644
index e9d21ad75efd..000000000000
--- a/dev-java/jess-bin/files/digest-jess-bin-6.1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19458867fc8f788a626e1728cd2058d3 Jess61p6.tgz 410575
diff --git a/dev-java/jess-bin/jess-bin-6.1.6.ebuild b/dev-java/jess-bin/jess-bin-6.1.6.ebuild
deleted file mode 100644
index 47efe78ca793..000000000000
--- a/dev-java/jess-bin/jess-bin-6.1.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jess-bin/jess-bin-6.1.6.ebuild,v 1.2 2004/10/16 17:22:36 axxo Exp $
-
-inherit java-pkg
-
-DESCRIPTION="Jess, the expert system shell for the Java platform"
-HOMEPAGE="http://herzberg.ca.sandia.gov/jess/"
-SRC_URI="Jess61p6.tgz"
-MY_PN="Jess61p6"
-
-LICENSE="jess"
-SLOT="0"
-KEYWORDS="~x86"
-RESTRICT="fetch"
-IUSE="doc"
-DEPEND=">=virtual/jre-1.2"
-
-S=${WORKDIR}/${MY_PN}
-
-pkg_nofetch() {
- einfo "Please visit http://herzberg.ca.sandia.gov/jess/download.shtml"
- einfo "and download ${SRC_URI}."
- einfo "Just save it in ${DISTDIR} !"
-}
-
-src_compile() { :; }
-
-src_install() {
- java-pkg_dojar jess.jar
-
- dodoc README
-
- if use doc; then
- einfo "Installing documentation..."
- java-pkg_dohtml -r docs/*
- insinto /usr/share/doc/${P/-bin}/examples/
- doins examples/*
- local dirs="pumps simple xfer"
-
- for i in $dirs; do
- insinto /usr/share/doc/${P/-bin}/examples/$i
- doins jess/examples/$i/*
- done
- fi
-}
-
-pkg_postinst() {
- einfo "Online Documentation: "
- einfo " http://herzberg.ca.sandia.gov/jess/docs/index.shtml"
-}
diff --git a/dev-java/jess-bin/jess-bin-6.1.7.ebuild b/dev-java/jess-bin/jess-bin-6.1.7.ebuild
index 58ccb39424cf..f37730ea4c3e 100644
--- a/dev-java/jess-bin/jess-bin-6.1.7.ebuild
+++ b/dev-java/jess-bin/jess-bin-6.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jess-bin/jess-bin-6.1.7.ebuild,v 1.2 2004/10/16 17:22:36 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jess-bin/jess-bin-6.1.7.ebuild,v 1.3 2005/07/16 10:13:12 axxo Exp $
inherit java-pkg
@@ -14,7 +14,8 @@ SLOT="0"
KEYWORDS="~x86 ~ppc"
RESTRICT="fetch"
IUSE="doc"
-DEPEND=">=virtual/jre-1.2"
+DEPEND=""
+RDEPEND=">=virtual/jre-1.2"
S=${WORKDIR}/${MY_PN}
@@ -24,21 +25,18 @@ pkg_nofetch() {
einfo "Just save it in ${DISTDIR} !"
}
-src_compile() { :; }
-
src_install() {
java-pkg_dojar jess.jar
dodoc README
if use doc; then
- einfo "Installing documentation..."
+ echo "Installing documentation..."
java-pkg_dohtml -r docs/*
insinto /usr/share/doc/${P/-bin}/examples/
doins examples/*
- local dirs="pumps simple xfer"
- for i in $dirs; do
+ for i in pumps simple xfer; do
insinto /usr/share/doc/${P/-bin}/examples/$i
doins jess/examples/$i/*
done