From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52F54138334 for ; Mon, 18 Feb 2019 21:24:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48546E08D6; Mon, 18 Feb 2019 21:24:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25989E08D6 for ; Mon, 18 Feb 2019 21:24:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B194335CFF for ; Mon, 18 Feb 2019 21:24:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AA07550 for ; Mon, 18 Feb 2019 21:24:00 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1550525028.f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/librvp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/librvp/Manifest net-im/librvp/librvp-0.9.6.ebuild X-VCS-Directories: net-im/librvp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4 X-VCS-Branch: master Date: Mon, 18 Feb 2019 21:24:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 49a03605-742e-4b82-976b-676d51ae8cc7 X-Archives-Hash: b5fa22a7cdeeb2ebb6ec53cea40bb001 commit: f9d4ddd8cf1cf99de49bd66bbb37e71874ceb0a4 Author: Pacho Ramos gentoo org> AuthorDate: Mon Feb 18 21:19:02 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Feb 18 21:23:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d4ddd8 net-im/librvp: Drop old Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> net-im/librvp/Manifest | 1 - net-im/librvp/librvp-0.9.6.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/net-im/librvp/Manifest b/net-im/librvp/Manifest index cf3d2e11ed5..bfb64667513 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 0352f42f832..00000000000 --- 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 -}