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 E61751580D3 for ; Sat, 25 Nov 2023 06:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01FDE2BC032; Sat, 25 Nov 2023 06:21:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D88872BC03E for ; Sat, 25 Nov 2023 06:21:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3797034027D for ; Sat, 25 Nov 2023 06:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8826D13E0 for ; Sat, 25 Nov 2023 06:21:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700893178.9a0c636a730211b467c3f1506a62a02d7aa05891.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild X-VCS-Directories: x11-plugins/gkrellm-vaiobright/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a0c636a730211b467c3f1506a62a02d7aa05891 X-VCS-Branch: master Date: Sat, 25 Nov 2023 06:21:12 +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: 1c42d481-1055-4b40-94ae-2d4ef8d172c6 X-Archives-Hash: 29c3ac967cf8621121a6c6b1e2c45591 commit: 9a0c636a730211b467c3f1506a62a02d7aa05891 Author: Sam James gentoo org> AuthorDate: Sat Nov 25 06:15:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 25 06:19:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0c636a x11-plugins/gkrellm-vaiobright: drop 2.5-r3 Signed-off-by: Sam James gentoo.org> .../gkrellm-vaiobright-2.5-r3.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild deleted file mode 100644 index 0074a851a8ad..000000000000 --- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gkrellm-plugin multilib toolchain-funcs - -MY_P=${P/gkrellm-/} - -DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm" -SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz" -HOMEPAGE="http://nerv-un.net/~dragorn/" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 x86" - -RDEPEND="app-admin/gkrellm:2[X]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-textrel.patch - "${FILESDIR}"/${P}-fixinfo.patch -) - -src_configure() { - tc-export CC PKG_CONFIG - - PLUGIN_SO=( vaiobright$(get_modname) ) - default -}