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 | 81293711fa08e7222f18ded77ab9c2111ed26534 (patch) | |
tree | 93ba261fcb35b3bfc954997339de515ce5cc9e89 /dev-java | |
parent | fix description (diff) | |
download | historical-81293711fa08e7222f18ded77ab9c2111ed26534.tar.gz historical-81293711fa08e7222f18ded77ab9c2111ed26534.tar.bz2 historical-81293711fa08e7222f18ded77ab9c2111ed26534.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/Manifest | 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 |
5 files changed, 9 insertions, 33 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/Manifest b/dev-java/commons-net/Manifest index cfe5d98f4a71..6831d1c444df 100644 --- a/dev-java/commons-net/Manifest +++ b/dev-java/commons-net/Manifest @@ -1,10 +1,8 @@ MD5 8d2530819a8c7fbb244dcfc3c8d10c24 commons-net-1.2.0.ebuild 1157 -MD5 c4c1638c5af365748edd4aefd0f33b93 commons-net-1.0.0.ebuild 873 -MD5 029a915cfc49fe786eda5f135e0c8148 ChangeLog 925 +MD5 28ef45b88d4f88ba262e9bab2632dd05 ChangeLog 1068 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 ac92300a0f13dea19c83b8c5c82a0a20 commons-net-1.1.0.ebuild 1048 +MD5 7b99a8c986f8b9eff9d38fb8e094c132 commons-net-1.1.0.ebuild 1044 MD5 e2628a3419f04cdb65cb4a3caad1c9df files/gentoo.diff 4678 MD5 cd5dd0f16006dfa0491e9fb71981d402 files/gentoo-1.2.diff 3152 -MD5 16b505d863a0b82e8e4dfe1746744399 files/digest-commons-net-1.0.0 140 MD5 bf7e171a6deff0530e8f453dbc3d00bf files/digest-commons-net-1.1.0 73 MD5 75c004007c915a00649f49e806ababe4 files/digest-commons-net-1.2.0 73 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 |