summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-04 16:13:07 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-04 16:13:07 +0000
commit22d87913a91ed9860ae63b50bf525ffdd176978a (patch)
tree8aa691379faf5ec63fc7cf86e2f3f425f2c99eb9 /dev-util
parentppc support is incomplete, masked (Manifest recommit) (diff)
downloadgentoo-2-22d87913a91ed9860ae63b50bf525ffdd176978a.tar.gz
gentoo-2-22d87913a91ed9860ae63b50bf525ffdd176978a.tar.bz2
gentoo-2-22d87913a91ed9860ae63b50bf525ffdd176978a.zip
fix manifest
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/checkstyle/Manifest4
-rw-r--r--dev-util/checkstyle/checkstyle-3.3.ebuild4
-rw-r--r--dev-util/checkstyle/checkstyle-3.4.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/checkstyle/Manifest b/dev-util/checkstyle/Manifest
index bdef3430d987..fc1ac0064ae4 100644
--- a/dev-util/checkstyle/Manifest
+++ b/dev-util/checkstyle/Manifest
@@ -1,6 +1,6 @@
+MD5 f5ed352a87ca18d788b38499a2250fa3 checkstyle-3.4.ebuild 1400
+MD5 74c585076ad78204f1c70194db030ab3 checkstyle-3.3.ebuild 1379
MD5 b87b7e76dbd53c3448ffe1291dc5906c ChangeLog 659
-MD5 a52a989c6f47ebb77a48fb3f48120a3b checkstyle-3.3.ebuild 1374
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 78e4d58b400dee69e0ec774a795a8fd1 checkstyle-3.4.ebuild 1395
MD5 3bfc61fcf1ab108f7cf96aef2c3acd0e files/digest-checkstyle-3.3 71
MD5 ee7955e25b09c5307250330d16910077 files/digest-checkstyle-3.4 71
diff --git a/dev-util/checkstyle/checkstyle-3.3.ebuild b/dev-util/checkstyle/checkstyle-3.3.ebuild
index 4238198dbd19..b60e74af8384 100644
--- a/dev-util/checkstyle/checkstyle-3.3.ebuild
+++ b/dev-util/checkstyle/checkstyle-3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3.ebuild,v 1.5 2004/08/30 18:28:06 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3.ebuild,v 1.6 2004/09/04 16:13:07 axxo Exp $
inherit java-pkg
@@ -24,7 +24,7 @@ RDEPEND=">=virtual/jre-1.3
dev-java/commons-cli
dev-java/commons-collections
dev-java/commons-logging
- dev-java/regexp-bin"
+ >=dev-java/regexp-1.3-r1"
src_compile() {
local antflags="compile.checkstyle"
diff --git a/dev-util/checkstyle/checkstyle-3.4.ebuild b/dev-util/checkstyle/checkstyle-3.4.ebuild
index 1c240a326c3d..c67d99990d4a 100644
--- a/dev-util/checkstyle/checkstyle-3.4.ebuild
+++ b/dev-util/checkstyle/checkstyle-3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.4.ebuild,v 1.1 2004/08/30 18:28:06 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.4.ebuild,v 1.2 2004/09/04 16:13:07 axxo Exp $
inherit java-pkg
@@ -25,7 +25,7 @@ RDEPEND=">=virtual/jre-1.3
dev-java/commons-cli
dev-java/commons-collections
dev-java/commons-logging
- dev-java/regexp-bin"
+ >=dev-java/regexp-1.3-r1"
src_compile() {
local antflags="compile.checkstyle"