net-im/tox-weechat: drop

This reverts commit 23434ed531.
Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-05-18 18:01:15 +01:00
parent 23434ed531
commit 7b98efb79d
2 changed files with 0 additions and 30 deletions

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mva@gentoo.org</email>
<description>Also, you can find me on IRC (FreeNode) as mva, or in Telegram as @mva_name</description>
<name>Vadim A. Misbakh-Soloviov</name>
</maintainer>
<longdescription>Long description of the package</longdescription>
</pkgmetadata>

View File

@@ -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
}