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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 319F915808F for ; Tue, 15 Mar 2022 23:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 047A1E0809; Tue, 15 Mar 2022 23:37:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 498CDE07E0 for ; Tue, 15 Mar 2022 23:37:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 067913435EE for ; Tue, 15 Mar 2022 23:37:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06177324 for ; Tue, 15 Mar 2022 23:37:47 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1647387460.0bd9ec8806c6bd534b9f092dc4240d551450e3c3.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cbatticon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/cbatticon/Manifest x11-misc/cbatticon/cbatticon-1.6.10.ebuild X-VCS-Directories: x11-misc/cbatticon/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0bd9ec8806c6bd534b9f092dc4240d551450e3c3 X-VCS-Branch: master Date: Tue, 15 Mar 2022 23:37:47 +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: 2e0e1922-298d-40b3-a385-1587f09e6ce2 X-Archives-Hash: 54f7e01f957949b9b1c313cef83221df commit: 0bd9ec8806c6bd534b9f092dc4240d551450e3c3 Author: Marek Szuba gentoo org> AuthorDate: Tue Mar 15 21:43:47 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Mar 15 23:37:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd9ec88 x11-misc/cbatticon: drop 1.6.10 Signed-off-by: Marek Szuba gentoo.org> x11-misc/cbatticon/Manifest | 1 - x11-misc/cbatticon/cbatticon-1.6.10.ebuild | 51 ------------------------------ 2 files changed, 52 deletions(-) diff --git a/x11-misc/cbatticon/Manifest b/x11-misc/cbatticon/Manifest index 4b1b3ca4edf1..80a38418d58f 100644 --- a/x11-misc/cbatticon/Manifest +++ b/x11-misc/cbatticon/Manifest @@ -1,2 +1 @@ -DIST cbatticon-1.6.10.tar.gz 32402 BLAKE2B 91ba6eb581b4cd0b31ae5a49b12970fc7d02d1ba790bffc80886c05ad2b0573ee1aca479d90591498dd6d816bb7e24bee6918e5a8fa8823cf376a3a3da598993 SHA512 cf499eb7ac1d775918a7af01700a9e8eeefd9e31a44fd63c9f38bff83945cea9fb21dde960052768f8d0a0c004caeea115f2d80cb3838789859d43e432eae055 DIST cbatticon-1.6.12.tar.gz 34670 BLAKE2B cfae33c7e5393626a4e17d649bb7e242d35cfe7f79fda1b85e058a93a6b1c6da61ed9ff4463a44b5d6efa17d78f960021671d6bde1581af3e3eae70f369b6d52 SHA512 4946bf8a0514c0d595dd335a1388fd0e2c1cbb4d4e7fa774ab58bca4914d635d23cf32d7299dc9cad0f4dc7a37d88b875d9432234bfea0251f699d7776e5b019 diff --git a/x11-misc/cbatticon/cbatticon-1.6.10.ebuild b/x11-misc/cbatticon/cbatticon-1.6.10.ebuild deleted file mode 100644 index 5992136aee48..000000000000 --- a/x11-misc/cbatticon/cbatticon-1.6.10.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils toolchain-funcs - -DESCRIPTION="A lightweight and fast battery icon that sits in your system tray" -HOMEPAGE="https://github.com/valr/cbatticon" -SRC_URI="https://github.com/valr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~riscv x86" -IUSE="libnotify" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:3 - libnotify? ( x11-libs/libnotify ) -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default - - strip-linguas -i . -} - -src_compile() { - tc-export CC - emake \ - $(usex libnotify WITH_NOTIFY=1 WITH_NOTIFY=0) \ - V=1 \ - VERSION="${PF}" \ - WITH_GTK3=1 -} - -src_install() { - emake \ - DESTDIR="${D}" \ - DOCDIR="/usr/share/doc/${PF}" \ - LANGUAGES="${LINGUAS}" \ - V=1 VERSION="${PF}" \ - install - - dodoc Changelog -}