summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2010-02-21 00:25:54 +0000
committerVlastimil Babka <caster@gentoo.org>2010-02-21 00:25:54 +0000
commite6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9 (patch)
treeeb8439cc42863785d8ab9baabc32c21798e108c3 /dev-java/ant-jdepend
parentAdd LDP-1 for man-pages-fr and others. (diff)
downloadhistorical-e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9.tar.gz
historical-e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9.tar.bz2
historical-e6497af3fa9fedc8d148c6d94d7cf5e48e3b4fb9.zip
Version bump, bug #305929.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'dev-java/ant-jdepend')
-rw-r--r--dev-java/ant-jdepend/ChangeLog8
-rw-r--r--dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild3
-rw-r--r--dev-java/ant-jdepend/ant-jdepend-1.8.0.ebuild13
3 files changed, 22 insertions, 2 deletions
diff --git a/dev-java/ant-jdepend/ChangeLog b/dev-java/ant-jdepend/ChangeLog
index 8feae71b5a28..f1b03f35ceda 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ChangeLog,v 1.16 2010/01/03 20:33:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ChangeLog,v 1.17 2010/02/21 00:23:40 caster Exp $
+
+*ant-jdepend-1.8.0 (20 Feb 2010)
+
+ 20 Feb 2010; Vlastimil Babka <caster@gentoo.org>
+ +ant-jdepend-1.8.0.ebuild:
+ Version bump, bug #305929.
03 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
ant-jdepend-1.7.1.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
index 79606156b57f..fad3c3f38388 100644
--- a/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild
+++ b/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2010 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.6 2010/01/03 20:33:02 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-jdepend/ant-jdepend-1.7.1.ebuild,v 1.7 2010/02/21 00:23:40 caster Exp $
EAPI=1
inherit ant-tasks
KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
DEPEND=">=dev-java/jdepend-2.9-r2:0"
RDEPEND="${DEPEND}"
diff --git a/dev-java/ant-jdepend/ant-jdepend-1.8.0.ebuild b/dev-java/ant-jdepend/ant-jdepend-1.8.0.ebuild
new file mode 100644
index 000000000000..840727aaae77
--- /dev/null
+++ b/dev-java/ant-jdepend/ant-jdepend-1.8.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2010 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.8.0.ebuild,v 1.1 2010/02/21 00:23:40 caster Exp $
+
+EAPI=1
+
+inherit ant-tasks
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=dev-java/jdepend-2.9-r2:0"
+RDEPEND="${DEPEND}"