logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: a1ea4e11806ac44ded2ab4cdff64dbe1e73328ad
parent 1f1b5954faf9c1b4c706ed310b1bb9c1caff293f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 23 May 2022 20:54:35 +0200

x11-plugins/purple-discord: Clean out, left discord years ago

Fixes: https://bugs.gentoo.org/807808

Diffstat:

Dx11-plugins/purple-discord/metadata.xml8--------
Dx11-plugins/purple-discord/purple-discord-9999.ebuild19-------------------
2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/x11-plugins/purple-discord/metadata.xml b/x11-plugins/purple-discord/metadata.xml @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>contact@hacktivis.me</email> - <name>Haelwenn (lanodan) Monnier</name> - </maintainer> -</pkgmetadata> diff --git a/x11-plugins/purple-discord/purple-discord-9999.ebuild b/x11-plugins/purple-discord/purple-discord-9999.ebuild @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit git-r3 - -DESCRIPTION="Pidgin/Purple PRotocol PLugin for Discord" -HOMEPAGE="https://github.com/EionRobb/purple-discord" -EGIT_REPO_URI="${HOMEPAGE}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="net-im/pidgin - dev-libs/json-glib" -RDEPEND="${DEPEND}"