summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/ant-jdepend/ChangeLog10
-rw-r--r--dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild12
2 files changed, 20 insertions, 2 deletions
diff --git a/dev-java/ant-jdepend/ChangeLog b/dev-java/ant-jdepend/ChangeLog
index c75deaac4570..0974d1a3020b 100644
--- a/dev-java/ant-jdepend/ChangeLog
+++ b/dev-java/ant-jdepend/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/ant-jdepend
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ChangeLog,v 1.9 2007/05/12 18:12:57 wltjr Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ChangeLog,v 1.10 2008/07/14 21:57:42 caster Exp $
+
+*ant-jdepend-1.7.1 (14 Jul 2008)
+
+ 14 Jul 2008; Vlastimil Babka <caster@gentoo.org>
+ +ant-jdepend-1.7.1.ebuild:
+ Version bump, bug #231776.
12 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-jdepend-1.7.0.ebuild:
diff --git a/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild b/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild
new file mode 100644
index 000000000000..ea28490a28be
--- /dev/null
+++ b/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild,v 1.1 2008/07/14 21:57:42 caster Exp $
+
+EAPI=1
+
+inherit ant-tasks
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+
+DEPEND=">=dev-java/jdepend-2.9-r2:0"
+RDEPEND="${DEPEND}"