summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-rhythmbox
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-02 10:47:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-02 10:47:13 +0100
commit6c14fa2586d9e9c4427b5f727dc6c8ab77587cec (patch)
tree401ffbc2ade49ce18f6182969ec5fb697a57ce48 /x11-plugins/pidgin-rhythmbox
parentd4bd6695641f6d2ec7ff8681913d304e995902f5 (diff)
gentoo resync : 02.06.2018
Diffstat (limited to 'x11-plugins/pidgin-rhythmbox')
-rw-r--r--x11-plugins/pidgin-rhythmbox/Manifest2
-rw-r--r--x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild9
2 files changed, 3 insertions, 8 deletions
diff --git a/x11-plugins/pidgin-rhythmbox/Manifest b/x11-plugins/pidgin-rhythmbox/Manifest
index 6450e7b5abd9..dcb6c79f597e 100644
--- a/x11-plugins/pidgin-rhythmbox/Manifest
+++ b/x11-plugins/pidgin-rhythmbox/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-rhythmbox-2.0.tar.gz 320758 BLAKE2B b2d69803e25fce14f6a6ae79e44dbed8c15149b78450574972aaae0565fdbc77546da8e0a7416977b7823af41a7ee3604f411ef01e3bce3ada90d64b02459edf SHA512 7672bac993d2fa07be6f456c9dc32281689456cd5541245e1a3819592d333fec12afbd7ca42e517f02a0f1415e1fe5c3a3d25aa6fa032b8bdbca0d7d2dbda7d4
-EBUILD pidgin-rhythmbox-2.0.ebuild 623 BLAKE2B b3dcb0366d3385e3b104fcb59b9ce8013639c1c29eb8b540b65cbd7c8ec1f07a35b87a5ba7c2448bc8497463a94975c5851c613a24bda23671aa718d2b5eaae1 SHA512 ff04a0cd165008532a0450d5c3f9f3c1f8108b02e42e72fb3fbc670d80e432c576e073844d2f1dc656fb8a7ceb8d94d2d39656fa05273b69907c2ac7cb667bd5
+EBUILD pidgin-rhythmbox-2.0.ebuild 494 BLAKE2B c7dc67b85f7d4fb8dabf6b0e6be0a441e75ebb85aec2064d71abc025eebed3b12f9a77d7e443319af17304760b6453a06003996ad3a6761d4d98577990dec94a SHA512 c7c8a76478633f17aee01298d5cafa4086bfad8c23be6a0809a32e029adb37afa553d517a31361cb1cca1e2740c898f44db1eba9cc962b38f10be927b095ba54
MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
index 215239d48b94..242ddbd16662 100644
--- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
+++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
@@ -1,7 +1,7 @@
-# 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
DESCRIPTION="automatically update your pidgin profile with current info from Rhythmbox"
HOMEPAGE="http://jon.oberheide.org/pidgin-rhythmbox/"
@@ -17,8 +17,3 @@ RDEPEND="net-im/pidgin
>=x11-libs/gtk+-2.4:2
dev-libs/dbus-glib"
DEPEND="${RDEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-}