From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED5DB139694 for ; Fri, 17 Feb 2017 20:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4076AE0C83; Fri, 17 Feb 2017 20:35:29 +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 1DCCFE0C83 for ; Fri, 17 Feb 2017 20:35:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A06E533BF1B for ; Fri, 17 Feb 2017 20:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40EE44B51 for ; Fri, 17 Feb 2017 20:35:26 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1487363719.4bb5d2a229101f557ac995767c9283d8d7aa3b9f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild app-text/ghostscript-gpl/metadata.xml X-VCS-Directories: app-text/ghostscript-gpl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 4bb5d2a229101f557ac995767c9283d8d7aa3b9f X-VCS-Branch: master Date: Fri, 17 Feb 2017 20:35:26 +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: 6c958f7a-76d5-4b8e-a87b-9f8bdaf92125 X-Archives-Hash: db1e4c3cea2ff4c5f19d45d3386e9e94 commit: 4bb5d2a229101f557ac995767c9283d8d7aa3b9f Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Feb 17 20:35:10 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Feb 17 20:35:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb5d2a2 app-text/ghostscript-gpl: Rename and clarify idn useflag, bug 578862 Thanks to gentoo_usr fake-box.com Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild | 8 ++++---- app-text/ghostscript-gpl/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild index 021fdb2f9f..c030a61236 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20-r2.ebuild @@ -33,8 +33,8 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -# IUSE="cups dbus djvu gtk idn l10n_de static-libs tiff X" -IUSE="cups dbus gtk idn l10n_de static-libs tiff X" +# IUSE="cups dbus djvu gtk l10n_de static-libs tiff unicode X" +IUSE="cups dbus gtk l10n_de static-libs tiff unicode X" # RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -50,7 +50,7 @@ COMMON_DEPEND=" cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) - idn? ( net-dns/libidn ) + unicode? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) " @@ -188,7 +188,7 @@ src_configure() { $(use_enable dbus) \ $(use_enable gtk) \ $(use_with cups pdftoraster) \ - $(use_with idn libidn) \ + $(use_with unicode libidn) \ $(use_with tiff system-libtiff) \ $(use_with X x) diff --git a/app-text/ghostscript-gpl/metadata.xml b/app-text/ghostscript-gpl/metadata.xml index 503a83f6bc..842d89a951 100644 --- a/app-text/ghostscript-gpl/metadata.xml +++ b/app-text/ghostscript-gpl/metadata.xml @@ -8,4 +8,7 @@ djvu + + Add support for unicode passwords via net-dns/libidn +