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 4EA21139085 for ; Tue, 7 Feb 2017 17:39:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 769B7E0D47; Tue, 7 Feb 2017 17:39:53 +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 52E1EE0D46 for ; Tue, 7 Feb 2017 17:39:53 +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 3B52F341686 for ; Tue, 7 Feb 2017 17:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F20E3DC8 for ; Tue, 7 Feb 2017 17:39:50 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1486488922.df62694c9598c4205bdfe836aa871fd4ec854ef0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/podofo-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/podofo-build/podofo-build-0.9.5.ebuild X-VCS-Directories: virtual/podofo-build/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: df62694c9598c4205bdfe836aa871fd4ec854ef0 X-VCS-Branch: master Date: Tue, 7 Feb 2017 17:39:50 +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: 0d5d442a-ae2a-4065-96af-ddf4e17769e2 X-Archives-Hash: 2ccfeb9ab252a3b7417ba03e1022d619 commit: df62694c9598c4205bdfe836aa871fd4ec854ef0 Author: Zac Medico gentoo org> AuthorDate: Tue Feb 7 17:35:22 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Feb 7 17:35:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df62694c virtual/podofo-build: version bump to 0.9.5 Package-Manager: Portage-2.3.3, Repoman-2.3.1 virtual/podofo-build/podofo-build-0.9.5.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/virtual/podofo-build/podofo-build-0.9.5.ebuild b/virtual/podofo-build/podofo-build-0.9.5.ebuild new file mode 100644 index 00000000..9aec30e --- /dev/null +++ b/virtual/podofo-build/podofo-build-0.9.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual package for building against PoDoFo" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="+boost idn debug test" + +# Pull in boost for build-against header dependency (see bug #503802). +RDEPEND=" + app-text/podofo:0/${PV}[boost=,idn=,debug=,test=] + boost? ( dev-libs/boost ) +" +DEPEND=""