aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTony Olagbaiye <bqv@fron.io>2022-05-18 18:01:15 +0100
committerTony Olagbaiye <bqv@fron.io>2022-05-18 18:01:15 +0100
commit7b98efb79d3a19bd932fbb9c6b381d883aa336df (patch)
tree4db16329f82235a9b7e74c519a681127eed6bc04 /net-im
parentnet-im/tox-weechat: new package, add 9999 (diff)
downloadguru-7b98efb79d3a19bd932fbb9c6b381d883aa336df.tar.gz
guru-7b98efb79d3a19bd932fbb9c6b381d883aa336df.tar.bz2
guru-7b98efb79d3a19bd932fbb9c6b381d883aa336df.zip
net-im/tox-weechat: drop
This reverts commit 23434ed531125dd92333cbc4dc978b5d2a1dac2e. Signed-off-by: Tony Olagbaiye <bqv@fron.io>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tox-weechat/metadata.xml10
-rw-r--r--net-im/tox-weechat/tox-weechat-9999.ebuild20
2 files changed, 0 insertions, 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 @@
-<?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> \ 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
-}