diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-05-15 21:01:46 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-05-15 21:01:46 +0000 |
commit | 7a66e6c7a3bdaa88ba83bc3bb853ee7109495e5e (patch) | |
tree | 16d38d3b5a0374516329d8ce1f5b2d3c7e2b0fe8 /dev-java/ant-commons-logging | |
parent | Version bump. (diff) | |
download | gentoo-2-7a66e6c7a3bdaa88ba83bc3bb853ee7109495e5e.tar.gz gentoo-2-7a66e6c7a3bdaa88ba83bc3bb853ee7109495e5e.tar.bz2 gentoo-2-7a66e6c7a3bdaa88ba83bc3bb853ee7109495e5e.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/ant-commons-logging')
-rw-r--r-- | dev-java/ant-commons-logging/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/ant-commons-logging/ant-commons-logging-1.8.1.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/dev-java/ant-commons-logging/ChangeLog b/dev-java/ant-commons-logging/ChangeLog index 3ec1e46fe23e..a82005c29c2c 100644 --- a/dev-java/ant-commons-logging/ChangeLog +++ b/dev-java/ant-commons-logging/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/ant-commons-logging # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.17 2010/02/21 00:22:36 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-commons-logging/ChangeLog,v 1.18 2010/05/15 21:01:46 caster Exp $ + +*ant-commons-logging-1.8.1 (15 May 2010) + + 15 May 2010; Vlastimil Babka <caster@gentoo.org> + +ant-commons-logging-1.8.1.ebuild: + Version bump. *ant-commons-logging-1.8.0 (20 Feb 2010) diff --git a/dev-java/ant-commons-logging/ant-commons-logging-1.8.1.ebuild b/dev-java/ant-commons-logging/ant-commons-logging-1.8.1.ebuild new file mode 100644 index 000000000000..4a957e046768 --- /dev/null +++ b/dev-java/ant-commons-logging/ant-commons-logging-1.8.1.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-commons-logging/ant-commons-logging-1.8.1.ebuild,v 1.1 2010/05/15 21:01:46 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/commons-logging-1.0.4-r2:0" +RDEPEND="${DEPEND}" |