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 4B0D1138350 for ; Thu, 30 Apr 2020 15:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72375E0982; Thu, 30 Apr 2020 15:10:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 47DFDE0982 for ; Thu, 30 Apr 2020 15:10:55 +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 48DE434EE7C for ; Thu, 30 Apr 2020 15:10:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C10C210 for ; Thu, 30 Apr 2020 15:10:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1588259407.68f0e11f3cd97856b4e0a8942cc2ba7e77387edf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/bootchart2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/bootchart2/bootchart2-0.14.8.ebuild X-VCS-Directories: app-benchmarks/bootchart2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 68f0e11f3cd97856b4e0a8942cc2ba7e77387edf X-VCS-Branch: master Date: Thu, 30 Apr 2020 15:10:51 +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: fe1856cb-fb67-447f-8efb-5695f507404a X-Archives-Hash: 90a0f258a57bf2e08ec050bf4b7a4c85 commit: 68f0e11f3cd97856b4e0a8942cc2ba7e77387edf Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 30 11:20:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 30 15:10:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f0e11f app-benchmarks/bootchart2: Drop 0.14.8 (r0) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-benchmarks/bootchart2/bootchart2-0.14.8.ebuild | 79 ---------------------- 1 file changed, 79 deletions(-) diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.8.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.8.ebuild deleted file mode 100644 index 9795de0b3bf..00000000000 --- a/app-benchmarks/bootchart2/bootchart2-0.14.8.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit linux-info python-r1 systemd toolchain-funcs - -DESCRIPTION="Performance analysis and visualization of the system boot process" -HOMEPAGE="https://github.com/mmeeks/bootchart/" -SRC_URI="https://github.com/mmeeks/bootchart/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="svg test X" -RESTRICT="!test? ( test )" - -REQUIRED_USE=" - X? ( ${PYTHON_REQUIRED_USE} ) - test? ( X )" - -RDEPEND=" - !app-benchmarks/bootchart - X? ( - dev-python/pycairo[svg(+)?,${PYTHON_USEDEP}] - dev-python/pygtk[$(python_gen_usedep 'python2*')] - ${PYTHON_DEPS} - ) - sys-apps/lsb-release" -DEPEND="${PYTHON_DEPS}" - -S="${WORKDIR}"/${PN%2}-${PV} - -CONFIG_CHECK="~PROC_EVENTS ~TASKSTATS ~TASK_DELAY_ACCT ~TMPFS" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.14.7-sysmacros.patch #579922 - tc-export CC - sed -i \ - -e "/^install/s:py-install-compile::g" \ - -e "/^SYSTEMD_UNIT_DIR/s:=.*:= $(systemd_get_unitdir):g" \ - Makefile || die - sed -i \ - -e '/^EXIT_PROC/s:^.*$:EXIT_PROC="agetty mgetty mingetty:g' \ - bootchartd.conf bootchartd.in || die -} - -src_test() { - python_foreach_impl emake test -} - -src_install() { - export DOCDIR=/usr/share/doc/${PF} - default - - # Note: LIBDIR is hardcoded as /lib in collector/common.h, so we shouldn't - # just change it. Since no libraries are installed, /lib is fine. - keepdir /lib/bootchart/tmpfs - - installation() { - python_domodule pybootchartgui - - python_newscript pybootchartgui.py pybootchartgui - } - use X && python_foreach_impl installation - - newinitd "${FILESDIR}"/${PN}.init ${PN} - -} - -pkg_postinst() { - elog "If you are using an initrd during boot" - echo - elog "please add the init script to your default runlevel" - elog "rc-update add bootchart2 default" - echo -}