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 E1F331382C5 for ; Tue, 22 May 2018 16:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 193E8E0802; Tue, 22 May 2018 16:09:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D13FFE0802 for ; Tue, 22 May 2018 16:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 66C98335C75 for ; Tue, 22 May 2018 16:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CEA72A1 for ; Tue, 22 May 2018 16:09:24 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527005348.8e9e8ff169019c6c772cfeae7a17bc3b66361c5e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/satyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/satyr/Manifest dev-libs/satyr/metadata.xml dev-libs/satyr/satyr-0.26.ebuild X-VCS-Directories: dev-libs/satyr/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8e9e8ff169019c6c772cfeae7a17bc3b66361c5e X-VCS-Branch: master Date: Tue, 22 May 2018 16:09:24 +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: c67e0cdc-c044-4094-b64d-1fbe8f23dfaa X-Archives-Hash: 8eea7020d96019aabd11d7d293d111a9 commit: 8e9e8ff169019c6c772cfeae7a17bc3b66361c5e Author: Aaron Bauman gentoo org> AuthorDate: Tue May 22 16:09:08 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 22 16:09:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9e8ff1 dev-libs/satyr: new package Package is to support the revbump of dev-libs/libreport. Closes: https://bugs.gentoo.org/619538 Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-libs/satyr/Manifest | 1 + dev-libs/satyr/metadata.xml | 8 +++++++ dev-libs/satyr/satyr-0.26.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-libs/satyr/Manifest b/dev-libs/satyr/Manifest new file mode 100644 index 00000000000..cb6c8364e06 --- /dev/null +++ b/dev-libs/satyr/Manifest @@ -0,0 +1 @@ +DIST satyr-0.26.tar.gz 434820 BLAKE2B 4463c69e6ac2eb8237f599bfeed308265a906c6e3efa154b14eb6ee7acdc65580da9baf5ecb99e4efa4f8c00f7656ff2a747e607f2293b12a513ed680986fe08 SHA512 45dfc42e05e93fa0417c8c5d6811097cabaa0f4dcfb79df13d3840d789cfd41c84382ae84882ca120b1a3120987123a306656324cf39f306046a5d30547db656 diff --git a/dev-libs/satyr/metadata.xml b/dev-libs/satyr/metadata.xml new file mode 100644 index 00000000000..39980802b1d --- /dev/null +++ b/dev-libs/satyr/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/dev-libs/satyr/satyr-0.26.ebuild b/dev-libs/satyr/satyr-0.26.ebuild new file mode 100644 index 00000000000..400a2a442d4 --- /dev/null +++ b/dev-libs/satyr/satyr-0.26.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit autotools python-r1 toolchain-funcs + +DESCRIPTION="Satyr is a collection of low-level algorithms for program failure processing" +HOMEPAGE="https://github.com/abrt/satyr" +SRC_URI="https://github.com/abrt/${PN}/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0/3" + +IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="python? ( ${PYTHON_DEPS} ) + >=dev-libs/elfutils-0.158 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + default + ./gen-version || die # Needs to be run before full autoreconf + eautoreconf + use python && python_copy_sources +} + +src_configure() { + local myargs=( + --localstatedir="${EPREFIX}/var" + --without-rpm + # Build breaks without and we aren't supporting Python2 anyway + --without-python2 + $(usex python "--with-python3" "--without-python3") + ) + + econf "${myargs[@]}" +}