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 9CC46139695 for ; Thu, 23 Mar 2017 05:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C35E321C092; Thu, 23 Mar 2017 05:33:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 956BD21C092 for ; Thu, 23 Mar 2017 05:33:00 +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 8107F3415D2 for ; Thu, 23 Mar 2017 05:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2589471D7 for ; Thu, 23 Mar 2017 05:32:58 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1490247161.7855419231aa1cbe4759f0f8dda18392a65e2b2e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libgxps/Manifest app-text/libgxps/libgxps-0.2.5.ebuild X-VCS-Directories: app-text/libgxps/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7855419231aa1cbe4759f0f8dda18392a65e2b2e X-VCS-Branch: master Date: Thu, 23 Mar 2017 05:32:58 +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: 6b00d647-b16f-46d3-93e2-d173567cda83 X-Archives-Hash: 7c44fc26e32a23b16539b7eb24df751b commit: 7855419231aa1cbe4759f0f8dda18392a65e2b2e Author: Mart Raudsepp gentoo org> AuthorDate: Thu Mar 23 05:32:23 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Mar 23 05:32:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78554192 app-text/libgxps: bump to 0.2.5 Package-Manager: Portage-2.3.4, Repoman-2.3.1 app-text/libgxps/Manifest | 1 + app-text/libgxps/libgxps-0.2.5.ebuild | 48 +++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest index 3cd5a67f69a..83bda1a5793 100644 --- a/app-text/libgxps/Manifest +++ b/app-text/libgxps/Manifest @@ -1 +1,2 @@ DIST libgxps-0.2.4.tar.xz 335256 SHA256 e9d6aa02836d9d4823a51705d3e1dee6fc4bce11d72566024042cfaac56ec7a4 SHA512 3e2821931a63483281952d9818dc77295caa8a514d0a25deffd922d98a9db8ced4141cc8489781715a021af361a2e41210aad1fb773f94dff0f864f8e45d2681 WHIRLPOOL 57a7f460e5cfc449b5ca95cd2e8d658d8857b4618cf79896a5da05fbd24e5c38092392f39ef5c96e20b30e1267317ef6e9c3bfd9eada105117bd29a53dd86ebf +DIST libgxps-0.2.5.tar.xz 346532 SHA256 3e7594c5c9b077171ec9ccd3ff2b4f4c4b29884d26d4f35e740c8887b40199a0 SHA512 f449c4cb989910797c84614ce9f141d4e9adcda0c18f309f656de397ba5deabfa9b4c558c81be7f52bc44c048c401616775989cd1ff9408eeea44f46ef56635b WHIRLPOOL db7514e785f46a3fbf32db9962c2644837855116acbbf37373388c3cfed3b88645c4a574fe8e2ae41913b68250d9448dd3566d9b15b258c74810262f4411f9b8 diff --git a/app-text/libgxps/libgxps-0.2.5.ebuild b/app-text/libgxps/libgxps-0.2.5.ebuild new file mode 100644 index 00000000000..83673244041 --- /dev/null +++ b/app-text/libgxps/libgxps-0.2.5.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Library for handling and rendering XPS documents" +HOMEPAGE="https://wiki.gnome.org/Projects/libgxps" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug +introspection jpeg lcms static-libs tiff" + +RDEPEND=" + >=app-arch/libarchive-2.8 + >=dev-libs/glib-2.36:2 + media-libs/freetype:2 + media-libs/libpng:0 + >=x11-libs/cairo-1.10[svg] + introspection? ( >=dev-libs/gobject-introspection-0.10.1:= ) + jpeg? ( virtual/jpeg:0 ) + lcms? ( media-libs/lcms:2 ) + tiff? ( media-libs/tiff:0[zlib] ) +" +DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + dev-util/gtk-doc-am + virtual/pkgconfig +" + +# There is no automatic test suite, only an interactive test application +RESTRICT="test" + +src_configure() { + gnome2_src_configure \ + --enable-man \ + --disable-test \ + $(use_enable debug) \ + $(use_enable introspection) \ + $(use_with jpeg libjpeg) \ + $(use_with lcms liblcms2) \ + $(use_enable static-libs static) \ + $(use_with tiff libtiff) +}