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 84454138334 for ; Sat, 16 Mar 2019 23:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A5AE097E; Sat, 16 Mar 2019 23:45:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55809E097E for ; Sat, 16 Mar 2019 23:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8587335D12 for ; Sat, 16 Mar 2019 23:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FE16567 for ; Sat, 16 Mar 2019 23:45:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1552779905.f4b30b2549347d8af9f389a5a79d003f0b723466.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xtrans/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xtrans/Manifest x11-libs/xtrans/xtrans-1.4.0.ebuild X-VCS-Directories: x11-libs/xtrans/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f4b30b2549347d8af9f389a5a79d003f0b723466 X-VCS-Branch: master Date: Sat, 16 Mar 2019 23:45:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 437dc185-ddc4-4333-bd5d-ee070d29f32a X-Archives-Hash: 073251f5cf41470cca7b4bc366c5b4fd commit: f4b30b2549347d8af9f389a5a79d003f0b723466 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 16 23:30:59 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 16 23:45:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b30b25 x11-libs/xtrans: Version bump to 1.4.0 Signed-off-by: Matt Turner gentoo.org> x11-libs/xtrans/Manifest | 1 + x11-libs/xtrans/xtrans-1.4.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/x11-libs/xtrans/Manifest b/x11-libs/xtrans/Manifest index f0776ae4a97..b4a193f56c7 100644 --- a/x11-libs/xtrans/Manifest +++ b/x11-libs/xtrans/Manifest @@ -1 +1,2 @@ DIST xtrans-1.3.5.tar.bz2 186833 BLAKE2B 890506df749d9a1e873ff626614bfd0989115916a896baaf811d0e1568fc939073f8226b096dfda86f5c917b7af72478560fcfaa7d8fb160107f9adddd0091d7 SHA512 049fb996313e8a1625b66e1645a5f56d8a26c5dd91afe5869269716fce05f6c97c84f8ce4a6df2057106b47982c8291cecc223bef241f694174434c981a7029b +DIST xtrans-1.4.0.tar.bz2 185371 BLAKE2B 15e5ff810f8df94fa6a050dab00158646003ecc7b200e199eb713d8bd6e7ca8df1769490ebc3d8b8920915bb5f2ede698f01a1a120ca09acfc85f225c4d618f8 SHA512 4fea89a3455c0e13321cbefa43340016dbb59bdd0dbdb5b796c1a6d2a6b1fd63cf1327b769ab426286b9c54b32ec764a50cd2b46228e4e43b841bda6b94de214 diff --git a/x11-libs/xtrans/xtrans-1.4.0.ebuild b/x11-libs/xtrans/xtrans-1.4.0.ebuild new file mode 100644 index 00000000000..b767aff3581 --- /dev/null +++ b/x11-libs/xtrans/xtrans-1.4.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_PACKAGE_NAME="lib${PN}" +# this package just installs some .c and .h files, no libraries +XORG_STATIC=no +XORG_DOC=doc +inherit xorg-3 + +DESCRIPTION="X.Org xtrans library" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc docs) + $(use_with doc xmlto) + --without-fop + ) +}