Browse Source

Remove failed Psi plugins

Sergey Ilinykh 3 năm trước cách đây
mục cha
commit
502bb5f064

+ 0 - 11
net-im/psi-gnupg/metadata.xml

@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-	<longdescription lang="en">
-	More convenient handling of pgp sessions
-	</longdescription>
-</pkgmetadata>

+ 0 - 12
net-im/psi-gnupg/psi-gnupg-9999.ebuild

@@ -1,12 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PLUGIN_DIR="generic"
-inherit psi-plugin
-
-DESCRIPTION="Psi plugin for GnuPG message encryption"
-
-KEYWORDS=""
-IUSE=""

+ 0 - 21
net-im/psi-icqdie/ChangeLog

@@ -1,21 +0,0 @@
-# ChangeLog for net-im/psi-icqdie
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  05 Nov 2011; Nikoli <nikoli@lavabit.com> psi-icqdie-9999.ebuild:
-  update to EAPI4
-
-*psi-icqdie-0.1.5_pre5001 (10 Aug 2011)
-
-  10 Aug 2011; Nikoli <nikoli@lavabit.com> +psi-icqdie-0.1.5_pre5001.ebuild:
-  version bump
-
-  12 Dec 2010; Nikoli <nikoli@lavabit.com> +psi-icqdie-0.1.5_pre3377.ebuild:
-  version bump
-
-  21 Oct 2010; Nikoli <nikoli@lavabit.com> +psi-icqdie-0.1.5_pre3080.ebuild:
-  version bump
-
-  07 Aug 2009; A. Vinogradov <spamslepnoga@inbox.ru> ChangeLog:
-  create ChangeLog
-

+ 0 - 10
net-im/psi-icqdie/metadata.xml

@@ -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>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-	<longdescription lang="en">Psi "ICQDIE!" plugin.
-	</longdescription>
-</pkgmetadata>

+ 0 - 11
net-im/psi-icqdie/psi-icqdie-9999.ebuild

@@ -1,11 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit psi-plugin
-
-DESCRIPTION="Psi plugin generating weird replies to icq transport contacts."
-
-KEYWORDS=""
-IUSE=""

+ 0 - 17
net-im/psi-skins/ChangeLog

@@ -1,17 +0,0 @@
-# ChangeLog for net-im/psi-skins
-# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  05 Nov 2011; Nikoli <nikoli@lavabit.com> psi-skins-9999.ebuild:
-  update to EAPI4
-
-  17 Jan 2011; Rion <rion4ik@notagmail.com> psi-skins-9999.ebuild:
-  psi -> psi-plus
-
-  20 Oct 2010; Nikoli <nikoli@lavabit.com> psi-skins-9999.ebuild,
-  metadata.xml:
-  add themes USE flag
-
-  07 Aug 2009; A. Vinogradov <spamslepnoga@inbox.ru> ChangeLog:
-  create ChangeLog
-

+ 0 - 13
net-im/psi-skins/metadata.xml

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>rion4ik@gmail.com</email>
-		<name>rion</name>
-	</maintainer>
-	<longdescription lang="en">Psi skins plugin
-	</longdescription>
-	<use>
-		<flag name="themes">Pull in themes via <pkg>net-im/psi-skins-themes</pkg></flag>
-	</use>
-</pkgmetadata>

+ 0 - 33
net-im/psi-skins/psi-skins-9999.ebuild

@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit psi-plugin
-
-DESCRIPTION="Psi plugin for skins support."
-
-KEYWORDS=""
-IUSE="+themes"
-
-RDEPEND="themes? ( !net-im/psi-skins-themes )"
-
-src_unpack() {
-	psi-plugin_src_unpack
-
-	if use themes; then
-		EGIT_DIR="${EGIT_STORE_DIR}/psi-plus/resources" \
-		EGIT_CHECKOUT_DIR="${WORKDIR}/resources" \
-		EGIT_REPO_URI="https://github.com/psi-plus/resources.git" git-r3_src_unpack
-	fi
-}
-
-src_install() {
-	psi-plugin_src_install
-
-	if use themes; then
-		cd "${WORKDIR}/resources" || die
-		insinto /usr/share/psi-plus/skins
-		doins -r skins/*
-	fi
-}