summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/exolabcore/ChangeLog6
-rw-r--r--dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild65
-rw-r--r--dev-java/exolabcore/files/digest-exolabcore-0.3.7_p200502053
-rw-r--r--dev-java/flute/ChangeLog5
-rw-r--r--dev-java/flute/files/digest-flute-1.33
-rw-r--r--dev-java/flute/flute-1.3.ebuild50
6 files changed, 9 insertions, 123 deletions
diff --git a/dev-java/exolabcore/ChangeLog b/dev-java/exolabcore/ChangeLog
index e751d34a38cb..b090e8f7959f 100644
--- a/dev-java/exolabcore/ChangeLog
+++ b/dev-java/exolabcore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/exolabcore
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.12 2007/10/18 13:27:56 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.13 2007/10/24 04:28:25 wltjr Exp $
+
+ 24 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org>
+ -exolabcore-0.3.7_p20050205.ebuild:
+ Removed java gen 1 ebuild
18 Oct 2007; Christoph Mende <angelos@gentoo.org>
exolabcore-0.3.7_p20050205-r1.ebuild:
diff --git a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild
deleted file mode 100644
index 311756ae9774..000000000000
--- a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild,v 1.10 2006/10/05 15:39:28 gustavoz Exp $
-
-inherit eutils java-pkg
-
-MY_DATE="${PV##*_p}"
-MY_PV="${PV%%_p*}"
-MY_P="${PN}-${MY_DATE}"
-
-DESCRIPTION="Exolab Build Tools"
-HOMEPAGE="http://openjms.cvs.sourceforge.net/openjms/exolabcore/"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
-LICENSE="Exolab"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc jikes source"
-
-RDEPEND=">=virtual/jre-1.4
- dev-java/cdegroot-db
- dev-java/commons-cli
- dev-java/commons-logging
- dev-java/exolabtools
- =dev-java/jakarta-oro-2.0*
- =dev-java/xerces-1.3*"
-DEPEND=">=virtual/jdk-1.4
- ${RDEPEND}
- dev-java/ant-core
- jikes? ( dev-java/jikes )
- source? ( app-arch/zip )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}/src"
- epatch "${FILESDIR}/${P}-buildfile.patch"
-
- cd "${S}/lib"
- rm -f *.jar
- java-pkg_jar-from cdegroot-db-1
- java-pkg_jar-from commons-cli-1
- java-pkg_jar-from commons-logging
- java-pkg_jar-from exolabtools
- java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar oro.jar
- java-pkg_jar-from xerces-1.3
-}
-
-src_compile() {
- cd "${S}/src"
-
- local antflags="jar"
- use doc && antflags="${antflags} javadoc"
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- ant ${antflags} || die "ant failed"
-}
-
-src_install() {
- java-pkg_newjar dist/${PN}-${MY_PV}.jar ${PN}.jar
-
- use doc && java-pkg_dohtml -r build/doc/*
- use source && java-pkg_dosrc src/main/*
-}
diff --git a/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 b/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205
deleted file mode 100644
index e0e05e402cbd..000000000000
--- a/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 701a04dcf29f238746c3bf6415b3ba78 exolabcore-20050205.tar.bz2 118062
-RMD160 0a6817c3eb54b38b77bee91e5c638854f4a776e5 exolabcore-20050205.tar.bz2 118062
-SHA256 43b7b62a7c1534fcc3a50ad7f1e745036989762435f307fcbca29940148f25ab exolabcore-20050205.tar.bz2 118062
diff --git a/dev-java/flute/ChangeLog b/dev-java/flute/ChangeLog
index c7c7f6d57e46..27d518a6f20f 100644
--- a/dev-java/flute/ChangeLog
+++ b/dev-java/flute/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/flute
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/flute/ChangeLog,v 1.10 2007/08/21 16:48:02 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/flute/ChangeLog,v 1.11 2007/10/24 04:30:15 wltjr Exp $
+
+ 24 Oct 2007; William L. Thomson Jr. <wltjr@gentoo.org> -flute-1.3.ebuild:
+ Removed java gen 1 ebuild
21 Aug 2007; Christian Faulhammer <opfer@gentoo.org> flute-1.3-r1.ebuild:
stable x86, bug 189321
diff --git a/dev-java/flute/files/digest-flute-1.3 b/dev-java/flute/files/digest-flute-1.3
deleted file mode 100644
index be3514a74936..000000000000
--- a/dev-java/flute/files/digest-flute-1.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ff5aed841977d7a0de143752356fee8f flutejava-1.3.zip 270464
-RMD160 56b9cf1ad90506f49e8d6090ac79f1bc79ea9545 flutejava-1.3.zip 270464
-SHA256 57abb83e042088a1956d6d92933ff84d6d3839e0b8477b90d77ebce5cbe3e78b flutejava-1.3.zip 270464
diff --git a/dev-java/flute/flute-1.3.ebuild b/dev-java/flute/flute-1.3.ebuild
deleted file mode 100644
index 9d835c0c6a01..000000000000
--- a/dev-java/flute/flute-1.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/flute/flute-1.3.ebuild,v 1.5 2005/07/16 13:35:53 axxo Exp $
-
-inherit java-pkg
-
-DESCRIPTION="Flute is an implementation for SAC"
-HOMEPAGE="http://www.w3.org/Style/CSS/SAC/"
-SRC_URI="http://www.w3.org/2002/06/flutejava-${PV}.zip"
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc jikes source"
-
-RDEPEND=">=virtual/jre-1.4
- dev-java/sac"
-DEPEND=">=virtual/jdk-1.4
- ${RDEPEND}
- dev-java/ant-core
- app-arch/unzip
- jikes? ( dev-java/jikes )
- source? ( app-arch/zip )"
-
-src_unpack() {
- unpack ${A}
-
- cp ${FILESDIR}/build.xml ${S}
-
- cd ${S}
- rm -f flute.jar
-
- mkdir src
- mv org src
-}
-
-src_compile() {
- echo "classpath=$(java-pkg_getjars sac)" > ${S}/build.properties
-
- local antflags=""
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- ant ${antflags} || die "Compiling failed"
-}
-
-src_install() {
- java-pkg_dojar ${S}/dist/flute.jar
-
- use doc && java-pkg_dohtml -r ${S}/dist/doc/*
- use source && java-pkg_dosrc ${S}/src/*
-}