summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-hotkeys
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 /x11-plugins/pidgin-hotkeys
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'x11-plugins/pidgin-hotkeys')
-rw-r--r--x11-plugins/pidgin-hotkeys/Manifest2
-rw-r--r--x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild11
2 files changed, 3 insertions, 10 deletions
diff --git a/x11-plugins/pidgin-hotkeys/Manifest b/x11-plugins/pidgin-hotkeys/Manifest
index 156486b50404..06a80ba2f66c 100644
--- a/x11-plugins/pidgin-hotkeys/Manifest
+++ b/x11-plugins/pidgin-hotkeys/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-hotkeys-0.2.4.tar.gz 341912 BLAKE2B fe4b6d841010df2bfc17febbbc54d0dc10eb65f3c414b17728a92afb856232df1a7a9996631dc2564102346236cb5e7ae2fb3b10f67679dbaed11f3d83b03372 SHA512 99897a47f91c5ceacabdec13859526f6af6270e171b94b49183ad5cc5118b5e3f5377d02ffd0bdbdbaafdd6f23f400deb604a8fe686cd29103187276f20aca86
-EBUILD pidgin-hotkeys-0.2.4.ebuild 557 BLAKE2B adfe70a8416554796dd0ee8e2d8736b8422fdb1c8bae92c54e5e296e3b751d574e97cb9a29ec95559b0b815c8ca2f76e0f39574b8cc25f6a44c28cecd012f624 SHA512 45fe81a9138ce923bf0f4528bc1280aaf769219538a24c9e3886edf9514246c4ab6a108764f44231ba529061ced0ca7dd3e2a3a4f2d3952bb93ba6ca7e322528
+EBUILD pidgin-hotkeys-0.2.4.ebuild 439 BLAKE2B cb346013d7694bf71735f682e131c03a96ae2c07f8c3e66a30c420c6f85467f395eba73aadd44584157b7e9659b35c0e0cea877cc4e4d31d0b8007235881fa94 SHA512 b77966c7410e5063110f8a10a424fd17895f6610ff0efc07606620392fa1dbac5a771d4d73905af4866e8e75165d754ec26bb4ebefe93e78ab711cd5df1ccff3
MISC metadata.xml 251 BLAKE2B 99192664732f32e705cd16da0ea6202a2c41eac9b2f6abc69a094e94bffdce35792d531a08d19d5bb0ace3d8ad89f072ec455e601f66d4c4a8e790e00f145f89 SHA512 615ed628ead3eb359fe7bacd719a1d29798bdc41026cb26fa2100cc49e09df2b3ceccd529e929de39b53ac83cb173d2260b21f561808bd62234aaea55b2af878
diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
index ba63fde3c455..f9dae97f4ded 100644
--- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
+++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
-
-inherit eutils
+EAPI=6
DESCRIPTION="Pidgin plugin to define global hotkeys for various actions"
HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/"
@@ -19,8 +17,3 @@ RDEPEND="net-im/pidgin[gtk]
DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README NEWS || die
-}