summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-07-14 21:55:58 +0000
committerVlastimil Babka <caster@gentoo.org>2008-07-14 21:55:58 +0000
commitc0053c7389a7a63a0e8407625f3755709064f802 (patch)
tree16ec5c9a9fbc978983faaf687ab2d7aaaba3d9fe /dev-java
parentVersion bump, bug #231776. (diff)
downloadgentoo-2-c0053c7389a7a63a0e8407625f3755709064f802.tar.gz
gentoo-2-c0053c7389a7a63a0e8407625f3755709064f802.tar.bz2
gentoo-2-c0053c7389a7a63a0e8407625f3755709064f802.zip
Version bump, bug #231776.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/ant-commons-net/ChangeLog7
-rw-r--r--dev-java/ant-commons-net/ant-commons-net-1.7.1.ebuild12
2 files changed, 17 insertions, 2 deletions
diff --git a/dev-java/ant-commons-net/ChangeLog b/dev-java/ant-commons-net/ChangeLog
index f8c485d5c948..f8de9bd5dd01 100644
--- a/dev-java/ant-commons-net/ChangeLog
+++ b/dev-java/ant-commons-net/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/ant-commons-net
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ChangeLog,v 1.9 2007/05/12 18:10:28 wltjr Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ChangeLog,v 1.10 2008/07/14 21:55:58 caster Exp $
+
+ 14 Jul 2008; Vlastimil Babka <caster@gentoo.org> ChangeLog:
+ Version bump, bug #231776.
12 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
ant-commons-net-1.7.0.ebuild:
diff --git a/dev-java/ant-commons-net/ant-commons-net-1.7.1.ebuild b/dev-java/ant-commons-net/ant-commons-net-1.7.1.ebuild
new file mode 100644
index 000000000000..407b53e0ea1d
--- /dev/null
+++ b/dev-java/ant-commons-net/ant-commons-net-1.7.1.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-net/ant-commons-net-1.7.1.ebuild,v 1.1 2008/07/14 21:55:58 caster Exp $
+
+EAPI=1
+
+inherit ant-tasks
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+
+DEPEND=">=dev-java/commons-net-1.4.1-r1:0"
+RDEPEND="${DEPEND}"