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 3080059CA9 for ; Tue, 29 Mar 2016 00:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6C11E086D; Tue, 29 Mar 2016 00:52:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69747E086D for ; Tue, 29 Mar 2016 00:52:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D12B3409ED for ; Tue, 29 Mar 2016 00:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 567D7226 for ; Tue, 29 Mar 2016 00:52:31 +0000 (UTC) From: "Andrew John Hughes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew John Hughes" Message-ID: <1459212731.4d66fe0a8073fcc4916381029599101a71bc4018.gnu_andrew@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/icedtea/ChangeLog dev-java/icedtea/metadata.xml X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gnu_andrew X-VCS-Committer-Name: Andrew John Hughes X-VCS-Revision: 4d66fe0a8073fcc4916381029599101a71bc4018 X-VCS-Branch: master Date: Tue, 29 Mar 2016 00:52:31 +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: f6600d0a-18e9-4c27-b221-d2c7b3e50936 X-Archives-Hash: 0518d2df8c8398af117688258c829a85 commit: 4d66fe0a8073fcc4916381029599101a71bc4018 Author: Andrew John Hughes member fsf org> AuthorDate: Tue Mar 29 00:52:11 2016 +0000 Commit: Andrew John Hughes member fsf org> CommitDate: Tue Mar 29 00:52:11 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=4d66fe0a dev-java/icedtea: Document the CUPS flag, as it's not obvious what it does. Package-Manager: portage-2.2.27 dev-java/icedtea/ChangeLog | 3 +++ dev-java/icedtea/metadata.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog index 6ba7c3e..ee1721c 100644 --- a/dev-java/icedtea/ChangeLog +++ b/dev-java/icedtea/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Mar 2016; Andrew John Hughes metadata.xml: + dev-java/icedtea: Document the CUPS flag, as it's not obvious what it does. + *icedtea-7.2.6.5 (25 Mar 2016) 25 Mar 2016; Andrew John Hughes diff --git a/dev-java/icedtea/metadata.xml b/dev-java/icedtea/metadata.xml index b5480c2..0dfefa9 100644 --- a/dev-java/icedtea/metadata.xml +++ b/dev-java/icedtea/metadata.xml @@ -22,6 +22,7 @@ The IcedTea project provides a harness to build the source code from OpenJDK (http://openjdk.java.net) using Free Software build tools along with additional tools such as a browser plugin and Web Start support via NetX. Use the CACAO virtual machine rather than HotSpot. + Link against the CUPS library at compile time, rather than using it dynamically at runtime. Don't install the X backend for AWT, needed by some GUIs (used to be X flag) Enable better font rendering using fontconfig. Use the JamVM virtual machine rather than HotSpot.