summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2007-06-10 15:03:57 +0000
committerMiroslav Šulc <fordfrog@gentoo.org>2007-06-10 15:03:57 +0000
commit94ef985e7665ab2a9d48f356567c90af00006326 (patch)
treeba5a3197c8a7912ff003b64c1597017f21282858 /dev-util/checkstyle
parentBlock games-misc/bsd-games because they collide on /usr/games/bin/canfield (diff)
downloadgentoo-2-94ef985e7665ab2a9d48f356567c90af00006326.tar.gz
gentoo-2-94ef985e7665ab2a9d48f356567c90af00006326.tar.bz2
gentoo-2-94ef985e7665ab2a9d48f356567c90af00006326.zip
Fixed missing app-arch/zip in DEPEND
(Portage version: 2.1.2.10)
Diffstat (limited to 'dev-util/checkstyle')
-rw-r--r--dev-util/checkstyle/ChangeLog5
-rw-r--r--dev-util/checkstyle/checkstyle-4.2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/checkstyle/ChangeLog b/dev-util/checkstyle/ChangeLog
index ddaa3f8cd46f..79e7be933201 100644
--- a/dev-util/checkstyle/ChangeLog
+++ b/dev-util/checkstyle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/checkstyle
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.27 2007/05/28 10:58:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.28 2007/06/10 15:03:57 fordfrog Exp $
+
+ 10 Jun 2007; Miroslav Šulc <fordfrog@gentoo.org> checkstyle-4.2.ebuild:
+ Fixed missing app-arch/zip in DEPEND
28 May 2007; nixnut <nixnut@gentoo.org> checkstyle-4.2.ebuild:
Stable on ppc wrt bug 178938
diff --git a/dev-util/checkstyle/checkstyle-4.2.ebuild b/dev-util/checkstyle/checkstyle-4.2.ebuild
index e46fb16c1f8e..6707cd6249c3 100644
--- a/dev-util/checkstyle/checkstyle-4.2.ebuild
+++ b/dev-util/checkstyle/checkstyle-4.2.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-4.2.ebuild,v 1.5 2007/05/28 10:58:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-4.2.ebuild,v 1.6 2007/06/10 15:03:57 fordfrog Exp $
+JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
MY_P="${PN}-src-${PV}"
@@ -12,7 +13,7 @@ SRC_URI="mirror://sourceforge/checkstyle/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
-IUSE="doc source test"
+IUSE="test"
COMMON_DEP="dev-java/antlr
=dev-java/commons-beanutils-1.7*