summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild')
-rw-r--r--dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild
deleted file mode 100644
index e42be92a14be..000000000000
--- a/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild,v 1.5 2004/02/22 07:40:43 zx Exp $
-
-inherit jakarta-commons
-
-MY_PV=${PV/_/-}-1
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications."
-HOMEPAGE="http://jakarta.apache.org/commons/fileupload/index.html"
-SRC_URI="mirror://apache/jakarta/commons/fileupload/source/${PN}-${MY_PV}-src.tar.gz"
-DEPEND=">=virtual/jdk-1.3
- >=dev-java/ant-1.4"
-RDEPEND=">=virtual/jdk-1.3"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc"
-IUSE="jikes"
-
-src_compile() {
- jakarta-commons_src_compile myconf make
-}