summaryrefslogtreecommitdiff
path: root/net-im/librvp
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/librvp')
-rw-r--r--net-im/librvp/Manifest3
-rw-r--r--net-im/librvp/librvp-0.9.7.ebuild29
-rw-r--r--net-im/librvp/metadata.xml10
3 files changed, 0 insertions, 42 deletions
diff --git a/net-im/librvp/Manifest b/net-im/librvp/Manifest
deleted file mode 100644
index bfacdc689047..000000000000
--- a/net-im/librvp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST librvp-0.9.7.tar.gz 478014 BLAKE2B 5e57bb7899037084f7e1f9a1f5816f199efb200a62b3e56e400ac5850fc2cb9fcffc9248c61b4ccbc73a67cf628ae06af36d443047ffc67f351c795320f58132 SHA512 dd097f3b845288771be33b553cfc0da90a87350e2021f9fe706e6b7479abc3bb1c7d08a9f38f9376fee235a5491c30bb65e7bd968901626ddf0499aa5ca1580c
-EBUILD librvp-0.9.7.ebuild 694 BLAKE2B 9a60123634f8a47881a2f641328e2d930d2c498c9d1fc9403e737b50c650b55873a017fdfc4e7a33931910fbc19ecfa04f2dd73a4f1924c176f9dcdd10de41fd SHA512 734d29e3d60dfa04036fc1e76eb7ac74f6fed7a6bf4f4d019e55687226c0de7c4ebc7969385a40b103c5ddb7d5ea8ac5c1d9d249269defb1385324d24cc72b2c
-MISC metadata.xml 405 BLAKE2B 3d5b5b0363bcaf94d2fb3e61d45a3f731b17df1269338f38231380850a08bb449e17dd6df421a78d16089ad679c0dc4cce65ecde5ca2fd6162eafcea07da4c52 SHA512 5b067ad731a4d6b16755f1b0eabb0d45c10d4e31f2d8cb8f154e59a48c3fe12048aac5190a0c86ece41f79ca6a520ed78eed337add8d1321262f7e7fcf83c0bd
diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
deleted file mode 100644
index c51d20139da9..000000000000
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-RDEPEND="net-im/pidgin[gtk]
- virtual/libcrypt:="
-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 \
- --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/net-im/librvp/metadata.xml b/net-im/librvp/metadata.xml
deleted file mode 100644
index 9513683eeb85..000000000000
--- a/net-im/librvp/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- This is an RVP (Microsoft Exchange Instant Messaging) plugin for
- Gaim 1.x and Pidgin. It's based on some work done at Lucent and
- available through http://www.bell-labs.com/project/wwexptools/
- </longdescription>
-</pkgmetadata>