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 639EE138359 for ; Wed, 23 Sep 2020 11:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6939AE0849; Wed, 23 Sep 2020 11:08:03 +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 3E8D0E085E for ; Wed, 23 Sep 2020 11:08:03 +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 4BECC340D69 for ; Wed, 23 Sep 2020 11:08:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69798389 for ; Wed, 23 Sep 2020 11:07:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1600859273.bb886480e5b17a808034602f7b0a90e29a749a52.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbattbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbattbar/Manifest x11-misc/xbattbar/xbattbar-1.4.8.ebuild X-VCS-Directories: x11-misc/xbattbar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb886480e5b17a808034602f7b0a90e29a749a52 X-VCS-Branch: master Date: Wed, 23 Sep 2020 11:07:59 +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: 22a26646-d81d-429e-b268-259eed94bf72 X-Archives-Hash: 4421127846ba083e5aab11d605a05ea0 commit: bb886480e5b17a808034602f7b0a90e29a749a52 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 23 11:02:12 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 23 11:07:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb886480 x11-misc/xbattbar: Remove old Signed-off-by: Michał Górny gentoo.org> x11-misc/xbattbar/Manifest | 1 - x11-misc/xbattbar/xbattbar-1.4.8.ebuild | 51 --------------------------------- 2 files changed, 52 deletions(-) diff --git a/x11-misc/xbattbar/Manifest b/x11-misc/xbattbar/Manifest index 4c1741883e7..7ba85fedee8 100644 --- a/x11-misc/xbattbar/Manifest +++ b/x11-misc/xbattbar/Manifest @@ -1,2 +1 @@ -DIST xbattbar_1.4.8.orig.tar.gz 16254 BLAKE2B 3e2215bcee10f140a078266e128ae17185e5900090b057e845f966098c69371ab5115d3cdc620a87e27e2dd223a83ab33e5fef55119cdbac68491c0e88e63585 SHA512 1ec535ba997da4aa08b225b61b22eb87d74fc15c522d30f5361e1f56db6fd774f4230a95afdb7f1170144c0939724a80118c7289ea50d027a76649fa20164191 DIST xbattbar_1.4.9.orig.tar.gz 19105 BLAKE2B e33631f02266150fc494312c0a78cba145813e3f19ffa4a8fd46ce3adde3e50cb820617e5118a9bb6935fb7be26840e6a9525bf95e2f2fbf585e4e2542d35228 SHA512 e6d0efe0a97b2cb7d0c8a992b7a68a26155dfb625649a5fc8abc4bc37b2c286224185b57d6b2d3671f571690d278970976da5380c1d1bbcd9212e2001f9c40b8 diff --git a/x11-misc/xbattbar/xbattbar-1.4.8.ebuild b/x11-misc/xbattbar/xbattbar-1.4.8.ebuild deleted file mode 100644 index 07f440b75dc..00000000000 --- a/x11-misc/xbattbar/xbattbar-1.4.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs - -DESCRIPTION="Advanced Power Management battery status display for X" -HOMEPAGE="https://packages.qa.debian.org/x/xbattbar.html" -SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND=" - dev-lang/perl - x11-libs/libX11 -" -RDEPEND=" - ${DEPEND} - ${PYTHON_DEPS} - !ppc? ( >=sys-power/acpi-1.5 ) -" # ppc has APM - -src_prepare() { - epatch \ - "${FILESDIR}"/${PN}-1.4.5.patch \ - "${FILESDIR}"/${PN}-1.4.8-const.patch - - sed -i \ - -e "s:usr/lib:usr/$(get_libdir):" \ - xbattbar.c || die - - tc-export PKG_CONFIG -} - -src_compile() { - use kernel_linux && append-flags -Dlinux - emake \ - CC=$(tc-getCC) \ - LIBDIR="$(get_libdir)" \ - LDFLAGS="${LDFLAGS}" - python_fix_shebang ${PN}-check-sys -} - -src_install() { - emake DESTDIR="${D}" LIBDIR="$(get_libdir)" install - dodoc README -}