diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 20:52:54 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:56 -0400 |
commit | bd53872e75052c1fc4921d32c9a027475c73c74e (patch) | |
tree | dd233a735eab60bc629c5945feea2cd6f77fca20 /net-im/librvp | |
parent | media-sound/vbrfixc: bump EAPI and drop eutils (diff) | |
download | gentoo-bd53872e75052c1fc4921d32c9a027475c73c74e.tar.gz gentoo-bd53872e75052c1fc4921d32c9a027475c73c74e.tar.bz2 gentoo-bd53872e75052c1fc4921d32c9a027475c73c74e.zip |
net-im/librvp: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-im/librvp')
-rw-r--r-- | net-im/librvp/librvp-0.9.6.ebuild | 13 | ||||
-rw-r--r-- | net-im/librvp/librvp-0.9.7.ebuild | 13 |
2 files changed, 8 insertions, 18 deletions
diff --git a/net-im/librvp/librvp-0.9.6.ebuild b/net-im/librvp/librvp-0.9.6.ebuild index 307e522caa11..6999a1f636ee 100644 --- a/net-im/librvp/librvp-0.9.6.ebuild +++ b/net-im/librvp/librvp-0.9.6.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=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 -} diff --git a/net-im/librvp/librvp-0.9.7.ebuild b/net-im/librvp/librvp-0.9.7.ebuild index 6a79a17bc9bb..c0b7fe1d6b5d 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" @@ -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 -} |