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 9D08C158090 for ; Wed, 18 May 2022 17:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6724E0921; Wed, 18 May 2022 17:01:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BEC4FE0921 for ; Wed, 18 May 2022 17:01:57 +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 B62DA3415F5 for ; Wed, 18 May 2022 17:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97144445 for ; Wed, 18 May 2022 17:01:54 +0000 (UTC) From: "Tony Olagbaiye" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Olagbaiye" Message-ID: <1652893275.7b98efb79d3a19bd932fbb9c6b381d883aa336df.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/tox-weechat/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/tox-weechat/metadata.xml net-im/tox-weechat/tox-weechat-9999.ebuild X-VCS-Directories: net-im/tox-weechat/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Tony Olagbaiye X-VCS-Revision: 7b98efb79d3a19bd932fbb9c6b381d883aa336df X-VCS-Branch: dev Date: Wed, 18 May 2022 17:01:54 +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: b20ff8c1-eda2-4980-9097-2e36bc2cb3c9 X-Archives-Hash: a1cfd826b7f71bad1c36cbff5a036120 commit: 7b98efb79d3a19bd932fbb9c6b381d883aa336df Author: Tony Olagbaiye fron io> AuthorDate: Wed May 18 17:01:15 2022 +0000 Commit: Tony Olagbaiye fron io> CommitDate: Wed May 18 17:01:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b98efb7 net-im/tox-weechat: drop This reverts commit 23434ed531125dd92333cbc4dc978b5d2a1dac2e. Signed-off-by: Tony Olagbaiye fron.io> net-im/tox-weechat/metadata.xml | 10 ---------- net-im/tox-weechat/tox-weechat-9999.ebuild | 20 -------------------- 2 files changed, 30 deletions(-) diff --git a/net-im/tox-weechat/metadata.xml b/net-im/tox-weechat/metadata.xml deleted file mode 100644 index 53d048c4e..000000000 --- a/net-im/tox-weechat/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - mva@gentoo.org - Also, you can find me on IRC (FreeNode) as mva, or in Telegram as @mva_name - Vadim A. Misbakh-Soloviov - - Long description of the package - \ No newline at end of file diff --git a/net-im/tox-weechat/tox-weechat-9999.ebuild b/net-im/tox-weechat/tox-weechat-9999.ebuild deleted file mode 100644 index 928f94c4c..000000000 --- a/net-im/tox-weechat/tox-weechat-9999.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake git-r3 patches - -DESCRIPTION="Tox plugin for WeeChat" -HOMEPAGE="https://github.com/haavard/tox-weechat" -EGIT_REPO_URI="https://github.com/haavard/tox-weechat" - -LICENSE="GPL-3" -SLOT="0" - -src_configure() { - local mycmakeargs=( - -DPLUGIN_PATH="/usr/$(get_libdir)/weechat/plugins" - ) - cmake_src_configure -}