net-im/librvp: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 00:52:54 +0000 (20:52 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:56 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-im/librvp/librvp-0.9.6.ebuild
net-im/librvp/librvp-0.9.7.ebuild

index 307e522caa1129e58cfb9522135275194badfb3c..6999a1f636ee964950fd9c34f48e675aede3207a 100644 (file)
@@ -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=6
 
 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"
@@ -22,8 +22,3 @@ 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
-}
index 6a79a17bc9bb1b3c473f38f4d076bb49a04158a8..c0b7fe1d6b5d376df5fedbfb16841882085286bb 100644 (file)
@@ -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"
@@ -22,8 +22,3 @@ 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
-}