From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1133439-garchives=archives.gentoo.org@lists.gentoo.org> 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 87590138334 for <garchives@archives.gentoo.org>; Wed, 25 Dec 2019 20:28:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D059AE0949; Wed, 25 Dec 2019 20:28:18 +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 A4191E0949 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2019 20:28:18 +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 9BC4E34DB64 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2019 20:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DE9230 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2019 20:28:16 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> 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" <leio@gentoo.org> Message-ID: <1577305670.a218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/btparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/btparser/Manifest dev-libs/btparser/btparser-0.26.ebuild dev-libs/btparser/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-libs/btparser/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: a218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e X-VCS-Branch: master Date: Wed, 25 Dec 2019 20:28:16 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01886e4f-5ed7-4e7a-8c75-d632596dc994 X-Archives-Hash: 6a8f74fdcdae5a12d22d40a06262a4fb commit: a218b39aa1b9cfd8c3f2989e9de1bfc2d63ac60e Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Wed Dec 25 20:18:57 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Wed Dec 25 20:27:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a218b39a dev-libs/btparser: remove last-rited package Closes: https://bugs.gentoo.org/700380 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-libs/btparser/Manifest | 1 - dev-libs/btparser/btparser-0.26.ebuild | 41 ---------------------------------- dev-libs/btparser/metadata.xml | 11 --------- profiles/package.mask | 6 ----- 4 files changed, 59 deletions(-) diff --git a/dev-libs/btparser/Manifest b/dev-libs/btparser/Manifest deleted file mode 100644 index e5fd63b2801..00000000000 --- a/dev-libs/btparser/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST btparser-0.26.tar.gz 564940 BLAKE2B 979b530764d0ebb413c670c44aeb05bc3ac6dfbce54d35ff62ca851aa671a58aa223972ad3a6880e0d8f2e9c849ff60ee3adbc35cfae0f996aa085e771383375 SHA512 c5520f0aae3217482b97eac7c9cc5ae9be596df936ce958d84cb8e46a67c4b97a9184f9cd4bcab185d35c64f5ea98acd6cfb6f98512b9fa492a3aa9931d6668c diff --git a/dev-libs/btparser/btparser-0.26.ebuild b/dev-libs/btparser/btparser-0.26.ebuild deleted file mode 100644 index 797e437f244..00000000000 --- a/dev-libs/btparser/btparser-0.26.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 ) - -inherit autotools gnome2 python-single-r1 - -DESCRIPTION="Parser and analyzer for backtraces produced by GDB" -HOMEPAGE="https://github.com/abrt/btparser" -SRC_URI="https://github.com/abrt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0/2" -KEYWORDS="amd64 x86" - -IUSE="static-libs" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=dev-libs/glib-2.21:2 -" -DEPEND="${RDEPEND}" - -# Incomplete tarball for tests -RESTRICT="test" - -src_prepare() { - eautoreconf # to prevent maintainer mode - gnome2_src_prepare -} - -src_configure() { - export PYTHON_CFLAGS=$(python_get_CFLAGS) - export PYTHON_LIBS=$(python_get_LIBS) - - gnome2_src_configure \ - $(use_enable static-libs static) -} diff --git a/dev-libs/btparser/metadata.xml b/dev-libs/btparser/metadata.xml deleted file mode 100644 index f7b718373ec..00000000000 --- a/dev-libs/btparser/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <upstream> - <remote-id type="github">abrt/btparser</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index a211e35bda0..1be730af032 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -719,12 +719,6 @@ net-wireless/bcm43xx-fwcutter sys-apps/nix sys-apps/guix -# Mart Raudsepp <leio@gentoo.org> (2019-11-17) -# Obsolete library with no remaining consumers. -# Only older dev-libs/libreport versions used it. -# Removal in 30 days. Bug #700380. -dev-libs/btparser - # Mart Raudsepp <leio@gentoo.org> (2019-11-17) # Obsolete library with no consumers. # Removal in 30 days. Bug #700332.