summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-02-04 12:28:27 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-02-04 12:28:27 +0000
commit93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d (patch)
tree0533986a84d392e23480c295d59fce60d3a3e5f9 /dev-java/jexcelapi
parentRemove old ebuilds. (diff)
downloadhistorical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.tar.gz
historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.tar.bz2
historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.zip
Remove old versions.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-gentoo i686
Diffstat (limited to 'dev-java/jexcelapi')
-rw-r--r--dev-java/jexcelapi/ChangeLog8
-rw-r--r--dev-java/jexcelapi/jexcelapi-2.6.4.ebuild48
-rw-r--r--dev-java/jexcelapi/jexcelapi-2.6.6.ebuild48
3 files changed, 6 insertions, 98 deletions
diff --git a/dev-java/jexcelapi/ChangeLog b/dev-java/jexcelapi/ChangeLog
index d15c8bf69508..21af52ab731b 100644
--- a/dev-java/jexcelapi/ChangeLog
+++ b/dev-java/jexcelapi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jexcelapi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.21 2008/10/25 17:12:28 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/ChangeLog,v 1.22 2009/02/04 12:26:27 betelgeuse Exp $
+
+ 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org>
+ -jexcelapi-2.6.4.ebuild, -jexcelapi-2.6.6.ebuild:
+ Remove old versions.
25 Oct 2008; nixnut <nixnut@gentoo.org> jexcelapi-2.6.8.ebuild:
Stable on ppc wrt bug 243136
diff --git a/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild
deleted file mode 100644
index 8fc764a8f51e..000000000000
--- a/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.4.ebuild,v 1.4 2007/11/02 07:33:16 opfer Exp $
-
-JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2
-
-MY_P="${P//-/_}"
-MY_P="${MY_P//./_}"
-
-DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets"
-HOMEPAGE="http://jexcelapi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="2.5"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- find -name "*.jar" | xargs rm -v
- find -name "*.class" -delete
- rm -fr docs
-
- # sun-jdk-1.5/jikes fails
- java-pkg_filter-compiler jikes
-}
-
-src_compile() {
- eant -f build/build.xml jxl $(use_doc docs)
-}
-
-src_install() {
- java-pkg_newjar jxl.jar ${PN}.jar
-
- java-pkg_dohtml index.html tutorial.html
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc "${S}"/src/*
-}
diff --git a/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild
deleted file mode 100644
index 04ab394c96a9..000000000000
--- a/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.6.6.ebuild,v 1.4 2008/03/13 01:07:13 ken69267 Exp $
-
-JAVA_PKG_IUSE="doc source"
-inherit java-pkg-2 java-ant-2
-
-MY_P="${P//-/_}"
-MY_P="${MY_P//./_}"
-
-DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets"
-HOMEPAGE="http://jexcelapi.sourceforge.net/"
-SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="2.5"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.4
- dev-java/ant-core"
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- find -name "*.jar" | xargs rm -v
- find -name "*.class" -delete
- rm -fr docs
-
- # sun-jdk-1.5/jikes fails
- java-pkg_filter-compiler jikes
-}
-
-src_compile() {
- eant -f build/build.xml jxl $(use_doc docs)
-}
-
-src_install() {
- java-pkg_newjar jxl.jar ${PN}.jar
-
- java-pkg_dohtml index.html tutorial.html
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc "${S}"/src/*
-}