diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-05-03 22:20:59 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-05-03 22:20:59 +0000 |
commit | 00ec2b9caa5d66e66f444b8e1bb71c15328d54ec (patch) | |
tree | 0ef44955bd3343c862de4283ff97a193c3fd9394 /dev-java | |
parent | fix description (Manifest recommit) (diff) | |
download | gentoo-2-00ec2b9caa5d66e66f444b8e1bb71c15328d54ec.tar.gz gentoo-2-00ec2b9caa5d66e66f444b8e1bb71c15328d54ec.tar.bz2 gentoo-2-00ec2b9caa5d66e66f444b8e1bb71c15328d54ec.zip |
Clean up. Marking stable on x86.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-net/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-1.0.0.ebuild | 24 | ||||
-rw-r--r-- | dev-java/commons-net/commons-net-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-java/commons-net/files/digest-commons-net-1.0.0 | 2 |
4 files changed, 7 insertions, 29 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog index 9cf5a9dd8ad7..0efd3c4b4709 100644 --- a/dev-java/commons-net/ChangeLog +++ b/dev-java/commons-net/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-net # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.6 2004/05/03 22:19:13 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.7 2004/05/03 22:20:59 zx Exp $ + + 08 May 2004; Chris Aniszczyk <zx@gentoo.org> -commons-net-1.0.0.ebuild, + commons-net-1.1.0.ebuild: + Clean up. Marking 1.1.0 stable on x86 08 May 2004; Chris Aniszczyk <zx@gentoo.org> commons-net-1.1.0.ebuild: Version bump diff --git a/dev-java/commons-net/commons-net-1.0.0.ebuild b/dev-java/commons-net/commons-net-1.0.0.ebuild deleted file mode 100644 index 2caefc3c955b..000000000000 --- a/dev-java/commons-net/commons-net-1.0.0.ebuild +++ /dev/null @@ -1,24 +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-net/commons-net-1.0.0.ebuild,v 1.4 2004/01/19 05:06:09 strider Exp $ - -inherit jakarta-commons - -S="${WORKDIR}/${P}" -DESCRIPTION="The purpose of the library is to provide fundamental protocol access, not higher-level abstractions." -HOMEPAGE="http://jakarta.apache.org/commons/net/index.html" -SRC_URI="mirror://apache/jakarta/commons/net/source/${P}-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 amd64" -IUSE="doc jikes junit" - -src_compile() { - jakarta-commons_src_compile myconf make - jakarta-commons_src_install dojar - use doc && jakarta-commons_src_compile makedoc - use doc && jakarta-commons_src_install html -} diff --git a/dev-java/commons-net/commons-net-1.1.0.ebuild b/dev-java/commons-net/commons-net-1.1.0.ebuild index eebedd0f379f..537ecbaa2861 100644 --- a/dev-java/commons-net/commons-net-1.1.0.ebuild +++ b/dev-java/commons-net/commons-net-1.1.0.ebuild @@ -1,6 +1,6 @@ # 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-net/commons-net-1.1.0.ebuild,v 1.3 2004/05/03 22:19:13 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.1.0.ebuild,v 1.4 2004/05/03 22:20:59 zx Exp $ inherit eutils java-pkg @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="x86 ppc sparc amd64" IUSE="jikes" src_unpack() { diff --git a/dev-java/commons-net/files/digest-commons-net-1.0.0 b/dev-java/commons-net/files/digest-commons-net-1.0.0 deleted file mode 100644 index 92e24bb6cdf4..000000000000 --- a/dev-java/commons-net/files/digest-commons-net-1.0.0 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 242498404f582d044f6644d37444df17 /commons-net-1.0.0.ebuild 880 -MD5 54e84a689719aa66c7564324606199a5 commons-net-1.0.0-src.tar.gz 134465 |