From 0d64c470aa2f0d9d158becd5c4f936f20d3dd6ae Mon Sep 17 00:00:00 2001 From: Tom Wijsman Date: Wed, 1 Jan 2014 12:42:22 +0000 Subject: 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) --- dev-java/httpunit/ChangeLog | 8 ++++++-- dev-java/httpunit/httpunit-1.7.ebuild | 5 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'dev-java/httpunit') 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 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 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" -- cgit v1.2.3-65-gdbad