summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-04-02 19:46:52 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-04-02 19:46:52 +0000
commit80cc8572c6dd5a30c5f01ccd640300b1b6cd7d41 (patch)
tree1ee177d065cdbf0838e243ac5f51282a99149e39 /dev-util/checkstyle
parentstable on amd64 and x86 (diff)
downloadhistorical-80cc8572c6dd5a30c5f01ccd640300b1b6cd7d41.tar.gz
historical-80cc8572c6dd5a30c5f01ccd640300b1b6cd7d41.tar.bz2
historical-80cc8572c6dd5a30c5f01ccd640300b1b6cd7d41.zip
cleanup, removed old revision with a dependency to regexp.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-util/checkstyle')
-rw-r--r--dev-util/checkstyle/ChangeLog6
-rw-r--r--dev-util/checkstyle/Manifest12
-rw-r--r--dev-util/checkstyle/checkstyle-3.3-r1.ebuild4
-rw-r--r--dev-util/checkstyle/checkstyle-3.3.ebuild52
-rw-r--r--dev-util/checkstyle/files/digest-checkstyle-3.31
5 files changed, 12 insertions, 63 deletions
diff --git a/dev-util/checkstyle/ChangeLog b/dev-util/checkstyle/ChangeLog
index 87af0c7251aa..6454a9750eb9 100644
--- a/dev-util/checkstyle/ChangeLog
+++ b/dev-util/checkstyle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/checkstyle
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.11 2005/03/27 21:15:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/ChangeLog,v 1.12 2005/04/02 19:46:52 luckyduck Exp $
+
+ 02 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> checkstyle-3.3-r1.ebuild,
+ -checkstyle-3.3.ebuild:
+ cleanup, removed old revision with a dependency to regexp.
*checkstyle-3.4-r3 (27 Mar 2005)
diff --git a/dev-util/checkstyle/Manifest b/dev-util/checkstyle/Manifest
index ffc36b54aced..6d3858e77930 100644
--- a/dev-util/checkstyle/Manifest
+++ b/dev-util/checkstyle/Manifest
@@ -2,17 +2,15 @@
Hash: SHA1
MD5 eb2fe27c4a0ffc2c320ddbd3c745eaad checkstyle-3.4-r3.ebuild 2106
-MD5 bb6d5cb197fc14a67693ae074a3b0bc3 checkstyle-3.3-r1.ebuild 1707
-MD5 4f1d6824c2824d3e9c56c88aec8fc434 checkstyle-3.3.ebuild 1686
-MD5 f1e0e0c48f341c9c93713c4af4bc9e03 ChangeLog 1878
+MD5 0dbe3d55243143e3320df20a75d99a97 checkstyle-3.3-r1.ebuild 1706
+MD5 dbc41a59517c724b23afff6abe275e8e ChangeLog 2044
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 3bfc61fcf1ab108f7cf96aef2c3acd0e files/digest-checkstyle-3.3 71
MD5 3bfc61fcf1ab108f7cf96aef2c3acd0e files/digest-checkstyle-3.3-r1 71
MD5 ee7955e25b09c5307250330d16910077 files/digest-checkstyle-3.4-r3 71
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCRyKB06ebR+OMO78RAnGwAJ9Zz0j5hr/l6uexOvDf1372NrA47gCcDMdR
-oq/Q1UIs3xxsFWmhc8bzNyM=
-=RwnR
+iD8DBQFCTvbC06ebR+OMO78RAkEkAJwKVvBsmFOhHhlI2FVEv/GsWzmecwCdEsD7
+nt2SivqNLnOEuOczeIF94Rw=
+=1zzZ
-----END PGP SIGNATURE-----
diff --git a/dev-util/checkstyle/checkstyle-3.3-r1.ebuild b/dev-util/checkstyle/checkstyle-3.3-r1.ebuild
index fa06e8b6ac7c..ed4cd2e55041 100644
--- a/dev-util/checkstyle/checkstyle-3.3-r1.ebuild
+++ b/dev-util/checkstyle/checkstyle-3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3-r1.ebuild,v 1.1 2005/03/27 21:15:36 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/checkstyle/checkstyle-3.3-r1.ebuild,v 1.2 2005/04/02 19:46:52 luckyduck Exp $
inherit java-pkg
@@ -9,7 +9,7 @@ HOMEPAGE="http://checkstyle.sourceforge.net"
SRC_URI="mirror://sourceforge/checkstyle/${PN}-src-${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~sparc ~amd64"
+KEYWORDS="x86 ~sparc ~amd64"
IUSE="doc jikes"
S=${WORKDIR}/${PN}-src-${PV}
diff --git a/dev-util/checkstyle/checkstyle-3.3.ebuild b/dev-util/checkstyle/checkstyle-3.3.ebuild
deleted file mode 100644
index 700095ab24c5..000000000000
--- a/dev-util/checkstyle/checkstyle-3.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 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.8 2005/01/14 19:19:29 luckyduck Exp $
-
-inherit java-pkg
-
-DESCRIPTION="A development tool to help programmers write Java code that adheres to a coding standard."
-HOMEPAGE="http://checkstyle.sourceforge.net"
-SRC_URI="mirror://sourceforge/checkstyle/${PN}-src-${PV}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ~sparc ~amd64"
-IUSE="doc jikes"
-
-S=${WORKDIR}/${PN}-src-${PV}
-
-DEPEND=">=virtual/jdk-1.4
- >=dev-java/ant-1.5
- jikes? ( dev-java/jikes )"
-
-RDEPEND=">=virtual/jre-1.3
- dev-java/antlr
- dev-java/commons-beanutils
- dev-java/commons-cli
- dev-java/commons-collections
- dev-java/commons-logging
- >=dev-java/regexp-1.3-r1"
-
-src_compile() {
- local antflags="compile.checkstyle"
- use doc && antflags="${antflags} javadoc"
- use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- ant ${antflags} || die "ant :("
-}
-
-src_install() {
- insinto /usr/share/checkstyle
- jar cfm ${P}.jar config/manifest.mf -C target/checkstyle .
- java-pkg_dojar ${P}.jar
- use doc && java-pkg_dohtml -r docs/*
- dodoc README RIGHTS.antlr TODO
- mv docs/checkstyle_checks.xml ${D}/usr/share/checkstyle/checkstyle_checks.xml
- mv docs/sun_checks.xml ${D}/usr/share/checkstyle/sun_checks.xml
- mv contrib ${D}/usr/share/checkstyle
-
- echo '#!/bin/bash' > checkstyle
- echo '' >> checkstyle
- echo '`java-config -J` -cp `java-config -p checkstyle,antlr,commons-beanutils,commons-cli-1,commons-collections,commons-logging,regexp` com.puppycrawl.tools.checkstyle.Main "$@"' >> checkstyle
-
- insinto /usr
- dobin checkstyle
-}
diff --git a/dev-util/checkstyle/files/digest-checkstyle-3.3 b/dev-util/checkstyle/files/digest-checkstyle-3.3
deleted file mode 100644
index e8c6fd42cc1e..000000000000
--- a/dev-util/checkstyle/files/digest-checkstyle-3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 034f31ce020fa35b48882b762b4999b2 checkstyle-src-3.3.tar.gz 1277240