diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2014-01-01 12:42:22 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2014-01-01 12:42:22 +0000 |
commit | 0d64c470aa2f0d9d158becd5c4f936f20d3dd6ae (patch) | |
tree | 7e65bf0488c160e1a3621f9ce08e92662b1a4d47 /dev-java/httpunit | |
parent | amd64/x86 stable wrt bug #495548 (diff) | |
download | gentoo-2-0d64c470aa2f0d9d158becd5c4f936f20d3dd6ae.tar.gz gentoo-2-0d64c470aa2f0d9d158becd5c4f936f20d3dd6ae.tar.bz2 gentoo-2-0d64c470aa2f0d9d158becd5c4f936f20d3dd6ae.zip |
Remove TODO comment as META-INF is usual Java metadata and that thus isn't a problem here.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/httpunit')
-rw-r--r-- | dev-java/httpunit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/httpunit/httpunit-1.7.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/httpunit/ChangeLog b/dev-java/httpunit/ChangeLog index cccccba2b896..40e5e3bd9c5c 100644 --- a/dev-java/httpunit/ChangeLog +++ b/dev-java/httpunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/httpunit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.8 2013/08/15 09:27:38 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/ChangeLog,v 1.9 2014/01/01 12:42:22 tomwij Exp $ + + 01 Jan 2014; Tom Wijsman <TomWij@gentoo.org> httpunit-1.7.ebuild: + Remove TODO comment as META-INF is usual Java metadata and that thus isn't a + problem here. 15 Aug 2013; Tom Wijsman <TomWij@gentoo.org> httpunit-1.6.2-r3.ebuild: Reverted last commit because it changes stable behavior. diff --git a/dev-java/httpunit/httpunit-1.7.ebuild b/dev-java/httpunit/httpunit-1.7.ebuild index 5a688edc42b9..1197a7e093bd 100644 --- a/dev-java/httpunit/httpunit-1.7.ebuild +++ b/dev-java/httpunit/httpunit-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.2 2013/08/14 09:30:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.7.ebuild,v 1.3 2014/01/01 12:42:22 tomwij Exp $ EAPI="5" @@ -10,7 +10,6 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="HttpUnit emulates the relevant portions of browser behavior." HOMEPAGE="http://httpunit.sourceforge.net/" -# TODO What is metainf for? Where did it come from? SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="MIT" |