From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A0FE1397D5 for ; Sun, 16 Aug 2015 14:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A82E0804; Sun, 16 Aug 2015 14:04:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F04AE0804 for ; Sun, 16 Aug 2015 14:04:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65247340A02 for ; Sun, 16 Aug 2015 14:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B87BD14D for ; Sun, 16 Aug 2015 14:04:18 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1439737347.92b44a68171d3a0d820c714ea0d65385d6206f49.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 92b44a68171d3a0d820c714ea0d65385d6206f49 X-VCS-Branch: master Date: Sun, 16 Aug 2015 14:04:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c728bd63-45fd-4c5c-bea0-39e324e76aba X-Archives-Hash: 4b3e3c5698c6194a7a58a28c582e57fb commit: 92b44a68171d3a0d820c714ea0d65385d6206f49 Author: Patrice Clement gentoo org> AuthorDate: Sun Aug 16 15:02:27 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 16 15:02:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b44a68 profiles: Mask dev-java/httpunit for removal. See bug 557920. Signed-off-by: Patrice Clement gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index b5306e7..c56977b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,12 @@ #--- END OF EXAMPLES --- + +# Patrice Clement (16 Aug 2015) +# Last release was in 2008. Does not compile with recent JDKs (>= 1.8). +# Masked for removal. See bug #557920. +dev-java/httpunit + # Patrice Clement (16 Aug 2015) # Project discontinued: part of the java.util namespace as of Java 8. # See https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html.