summaryrefslogtreecommitdiff
path: root/net-im/librvp/librvp-0.9.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /net-im/librvp/librvp-0.9.7.ebuild
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'net-im/librvp/librvp-0.9.7.ebuild')
-rw-r--r--net-im/librvp/librvp-0.9.7.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild
index 6a79a17bc9bb..8099329ca4ad 100644
--- a/net-im/librvp/librvp-0.9.7.ebuild
+++ b/net-im/librvp/librvp-0.9.7.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=7
inherit multilib
DESCRIPTION="An RVP (Microsoft Exchange Instant Messaging) plugin for Pidgin"
-HOMEPAGE="http://www.waider.ie/hacks/workshop/c/rvp/"
-SRC_URI="http://www.waider.ie/hacks/workshop/c/rvp/${P}.tar.gz"
+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"
@@ -19,11 +19,6 @@ DEPEND="virtual/pkgconfig
${RDEPEND}"
src_configure() {
- econf --with-gaim-plugin-dir=/usr/$(get_libdir)/pidgin \
- --with-gaim-data-dir=/usr/share/pixmaps/pidgin
-}
-
-src_install() {
- make install DESTDIR="${D}" || die "install failure"
- dodoc AUTHORS ChangeLog INSTALL NEWS README
+ econf --with-gaim-plugin-dir="${EPREFIX}"/usr/$(get_libdir)/pidgin \
+ --with-gaim-data-dir="${EPREFIX}"/usr/share/pixmaps/pidgin
}