summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-18 22:19:02 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-18 22:23:48 +0100
commitf9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4 (patch)
tree2d6f4328233d69e5d400c704593f4eb458a4c9f9 /net-im/librvp
parentnet-mail/libpst: Drop old (diff)
downloadgentoo-f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4.tar.gz
gentoo-f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4.tar.bz2
gentoo-f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4.zip
net-im/librvp: Drop old
Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-im/librvp')
-rw-r--r--net-im/librvp/Manifest1
-rw-r--r--net-im/librvp/librvp-0.9.6.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/net-im/librvp/Manifest b/net-im/librvp/Manifest
index cf3d2e11ed50..bfb646675132 100644
--- a/net-im/librvp/Manifest
+++ b/net-im/librvp/Manifest
@@ -1,2 +1 @@
-DIST librvp-0.9.6.tar.gz 464935 BLAKE2B 4698484eb8bef18a67c16618c2083968ab765da0b73c85e71e3aee7f08a52acb9d69f680743cabf1e9300b5aa13d79ef1eeedc3b38db9ef85b09cd114708017b SHA512 5ec9aafbfc937b3bac648632e879393b826bd8206d7c16f921705855f0f6e7aadc18b8e119aa8b356e3095d1a0ff798a8d576386dd097b7f7794f577c8190c46
DIST librvp-0.9.7.tar.gz 478014 BLAKE2B 5e57bb7899037084f7e1f9a1f5816f199efb200a62b3e56e400ac5850fc2cb9fcffc9248c61b4ccbc73a67cf628ae06af36d443047ffc67f351c795320f58132 SHA512 dd097f3b845288771be33b553cfc0da90a87350e2021f9fe706e6b7479abc3bb1c7d08a9f38f9376fee235a5491c30bb65e7bd968901626ddf0499aa5ca1580c
diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild
deleted file mode 100644
index 0352f42f8322..000000000000
--- a/net-im/librvp/librvp-0.9.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
-HOMEPAGE="https://www.waider.ie/hacks/workshop/c/rvp/"
-SRC_URI="https://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin[gtk]"
-DEPEND="virtual/pkgconfig
- ${RDEPEND}"
-
-src_configure() {
- econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
- --with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
-}