summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 18:54:18 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 18:54:18 +0000
commitb79907d77cd2a8da8f633de4abe7927b4be9e297 (patch)
tree4fe6be0e7596cd00d19d3ff2c9cc4d87a243e38f /dev-java
parentfix license (diff)
downloadhistorical-b79907d77cd2a8da8f633de4abe7927b4be9e297.tar.gz
historical-b79907d77cd2a8da8f633de4abe7927b4be9e297.tar.bz2
historical-b79907d77cd2a8da8f633de4abe7927b4be9e297.zip
fix license
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild4
-rw-r--r--dev-java/dom4j/dom4j-1.3.ebuild18
-rw-r--r--dev-java/dom4j/dom4j-1.4.ebuild18
-rw-r--r--dev-java/oro/oro-2.0.6-r2.ebuild26
-rw-r--r--dev-java/oro/oro-2.0.7.ebuild26
-rw-r--r--dev-java/xom/xom-1.0.14.ebuild16
6 files changed, 55 insertions, 53 deletions
diff --git a/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild b/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
index 542e3f628eac..045f624a1b7e 100644
--- a/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
+++ b/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild,v 1.5 2003/06/19 00:48:55 absinthe Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/blackdown-jdk/blackdown-jdk-1.4.1.ebuild,v 1.6 2003/08/05 18:50:31 vapier Exp $
IUSE="doc"
diff --git a/dev-java/dom4j/dom4j-1.3.ebuild b/dev-java/dom4j/dom4j-1.3.ebuild
index 11ad137bdb4b..21ab7747a0d8 100644
--- a/dev-java/dom4j/dom4j-1.3.ebuild
+++ b/dev-java/dom4j/dom4j-1.3.ebuild
@@ -1,24 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.3.ebuild,v 1.6 2003/03/03 12:56:57 vladimir Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.3.ebuild,v 1.7 2003/08/05 18:51:54 vapier Exp $
-S=${WORKDIR}/dom4j-${PV}
-DESCRIPTION="dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP."
+DESCRIPTION="easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP."
+HOMEPAGE="http://dom4j.sourceforge.net/"
SRC_URI="mirror://sourceforge/dom4j/${P}.tar.gz"
-HOMEPAGE="http://dom4j.sourceforge.net"
-DEPEND=">=virtual/jdk-1.3"
-RDEPEND=">=virtual/jdk-1.3"
+
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="x86"
-IUSE=""
+
+DEPEND=">=virtual/jdk-1.3"
+RDEPEND=">=virtual/jdk-1.3"
src_compile() {
cd ${WORKDIR}/dom4j-patched-${PV}
sh build.sh || die "Compilation Failed"
}
-src_install () {
+src_install() {
cd ${WORKDIR}/dom4j-patched-${PV}
# If you need another jar change the name
# of the file in dojar to the one you need
diff --git a/dev-java/dom4j/dom4j-1.4.ebuild b/dev-java/dom4j/dom4j-1.4.ebuild
index 4b62ba122642..de152c540dfc 100644
--- a/dev-java/dom4j/dom4j-1.4.ebuild
+++ b/dev-java/dom4j/dom4j-1.4.ebuild
@@ -1,24 +1,24 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.4.ebuild,v 1.1 2003/04/23 06:16:50 strider Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/dom4j/dom4j-1.4.ebuild,v 1.2 2003/08/05 18:51:54 vapier Exp $
-S=${WORKDIR}/dom4j-${PV}
-DESCRIPTION="dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP."
+DESCRIPTION="easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP."
+HOMEPAGE="http://dom4j.sourceforge.net/"
SRC_URI="mirror://sourceforge/dom4j/${P}.tar.gz"
-HOMEPAGE="http://dom4j.sourceforge.net"
-DEPEND=">=virtual/jdk-1.3"
-RDEPEND=">=virtual/jdk-1.3"
+
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="x86"
-IUSE=""
+
+DEPEND=">=virtual/jdk-1.3"
+RDEPEND=">=virtual/jdk-1.3"
src_compile() {
cd ${WORKDIR}/dom4j-${PV}
sh build.sh || die "Compilation Failed"
}
-src_install () {
+src_install() {
cd ${WORKDIR}/dom4j-${PV}
# If you need another jar change the name
# of the file in dojar to the one you need
diff --git a/dev-java/oro/oro-2.0.6-r2.ebuild b/dev-java/oro/oro-2.0.6-r2.ebuild
index fee9a8bb2d59..ef063961c41e 100644
--- a/dev-java/oro/oro-2.0.6-r2.ebuild
+++ b/dev-java/oro/oro-2.0.6-r2.ebuild
@@ -1,20 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6-r2.ebuild,v 1.3 2003/04/26 05:36:58 strider Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6-r2.ebuild,v 1.4 2003/08/05 18:53:42 vapier Exp $
-S=${WORKDIR}/jakarta-oro-${PV}
DESCRIPTION="A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc."
-SRC_URI="mirror://apache/jakarta/oro/source/jakarta-oro-${PV}.tar.gz"
HOMEPAGE="http://jakarta.apache.org/oro/index.html"
-DEPEND=">=virtual/jdk-1.3
- >=dev-java/ant-1.4
- jikes? ( >=dev-java/jikes-1.17 )"
-REDEPND=">=virtual/jdk-1.3"
+SRC_URI="mirror://apache/jakarta/oro/source/jakarta-oro-${PV}.tar.gz"
+
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="x86 ppc sparc"
IUSE="doc jikes"
+DEPEND=">=virtual/jdk-1.3
+ >=dev-java/ant-1.4
+ jikes? ( >=dev-java/jikes-1.17 )"
+RDEPEND=">=virtual/jdk-1.3"
+
+S=${WORKDIR}/jakarta-oro-${PV}
+
src_compile() {
local myc
@@ -29,14 +32,11 @@ src_compile() {
fi
}
-src_install () {
+src_install() {
mv jakarta-oro*.jar oro.jar
dojar oro.jar || die "Failed Installing"
dodoc BUGS CHANGES COMPILE CONTRIBUTORS README STYLE TODO
dohtml *.html
- if [ -n "`use doc`" ] ; then
- dodir /usr/share/doc/${P}
- dohtml -r docs/
- fi
+ [ -n "`use doc`" ] && dohtml -r docs/
}
diff --git a/dev-java/oro/oro-2.0.7.ebuild b/dev-java/oro/oro-2.0.7.ebuild
index 2ded54566df3..8b7ddb1f050f 100644
--- a/dev-java/oro/oro-2.0.7.ebuild
+++ b/dev-java/oro/oro-2.0.7.ebuild
@@ -1,20 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.7.ebuild,v 1.3 2003/07/11 21:41:54 aliz Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.7.ebuild,v 1.4 2003/08/05 18:53:42 vapier Exp $
-S=${WORKDIR}/jakarta-oro-${PV}
DESCRIPTION="A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc."
-SRC_URI="mirror://apache/jakarta/oro/source/jakarta-${PN}-${PV}.tar.gz"
HOMEPAGE="http://jakarta.apache.org/oro/index.html"
-DEPEND=">=virtual/jdk-1.3
- >=dev-java/ant-1.4
- jikes? ( >=dev-java/jikes-1.17 )"
-REDEPND=">=virtual/jdk-1.3"
+SRC_URI="mirror://apache/jakarta/oro/source/jakarta-${PN}-${PV}.tar.gz"
+
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc"
IUSE="doc jikes"
+DEPEND=">=virtual/jdk-1.3
+ >=dev-java/ant-1.4
+ jikes? ( >=dev-java/jikes-1.17 )"
+RDEPEND=">=virtual/jdk-1.3"
+
+S=${WORKDIR}/jakarta-oro-${PV}
+
src_compile() {
local myc
@@ -29,14 +32,11 @@ src_compile() {
fi
}
-src_install () {
+src_install() {
mv jakarta-oro*.jar oro.jar
dojar oro.jar || die "Failed Installing"
dodoc CHANGES COMPILE CONTRIBUTORS ISSUES LICENSE README STYLE TODO
dohtml *.html
- if [ -n "`use doc`" ] ; then
- dodir /usr/share/doc/${P}
- dohtml -r docs/
- fi
+ [ -n "`use doc`" ] && dohtml -r docs/
}
diff --git a/dev-java/xom/xom-1.0.14.ebuild b/dev-java/xom/xom-1.0.14.ebuild
index cc452e58f1b9..cbe53f26a03d 100644
--- a/dev-java/xom/xom-1.0.14.ebuild
+++ b/dev-java/xom/xom-1.0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xom/xom-1.0.14.ebuild,v 1.2 2003/05/26 08:49:16 absinthe Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xom/xom-1.0.14.ebuild,v 1.3 2003/08/05 18:54:18 vapier Exp $
inherit java-pkg
@@ -8,15 +8,17 @@ inherit java-pkg
S=${WORKDIR}/XOM
XOMVER="xom-1.0d14"
DESCRIPTION="XOM is a new XML object model. It is a tree-based API for processing XML with Java that strives for correctness and simplicity."
-SRC_URI="http://cafeconleche.org/XOM/${XOMVER}.zip"
HOMEPAGE="http://cafeconleche.org/XOM/index.html"
-DEPEND=">=dev-java/ant-1.4"
-RDEPEND=">=virtual/jdk-1.2"
+SRC_URI="http://cafeconleche.org/XOM/${XOMVER}.zip"
+
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha"
IUSE="doc"
+DEPEND=">=dev-java/ant-1.4"
+RDEPEND=">=virtual/jdk-1.2"
+
src_compile() {
local myc
cd ${WORKDIR}/XOM
@@ -24,8 +26,8 @@ src_compile() {
ANT_OPTS=${myc} ant jar || die "Failed Compiling"
}
-src_install () {
- mv ${WORKDIR}/XOM/build/${XOMVER}.jar xom.jar
+src_install() {
+ mv ${WORKDIR}/XOM/build/${XOMVER}.jar xom.jar
java-pkg_dojar xom.jar || die "Failed Installing"
dodoc Todo.txt