summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-extprefs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:13:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-02 17:13:10 +0100
commit0bff53119f08d677db6c1a991bd30741682a8a08 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /x11-plugins/pidgin-extprefs
parent6c14fa2586d9e9c4427b5f727dc6c8ab77587cec (diff)
Revert "gentoo resync : 02.06.2018"
This reverts commit 6c14fa2586d9e9c4427b5f727dc6c8ab77587cec.
Diffstat (limited to 'x11-plugins/pidgin-extprefs')
-rw-r--r--x11-plugins/pidgin-extprefs/Manifest2
-rw-r--r--x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild8
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-extprefs/Manifest b/x11-plugins/pidgin-extprefs/Manifest
index 18cffead7a74..fe495976ec50 100644
--- a/x11-plugins/pidgin-extprefs/Manifest
+++ b/x11-plugins/pidgin-extprefs/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-extprefs-0.7.tar.gz 332742 BLAKE2B 39a12a595f6eb7a66b071ef4d3e94d7e4d54201baa29280f3dc24e790976dfd57e7f3a656cea398c76759d02b258429b0cae46fd4ed7c07ec9f2219f5b0e97e4 SHA512 f2157403463c1a9621396c84ea71c4e02a853796d5c7b7aa33def03f9b6eccc52a0fad7f5edcfa1506cdc2c6e9dfb056a445cdfa985b0c3885d7ffe666150c3a
-EBUILD pidgin-extprefs-0.7-r1.ebuild 441 BLAKE2B 679fe2ab1ba9f7b6c8b1b465e136e9547b9804b3a146b418302c3b015ac78306a9ca6732c6767eb8728ca95739f0db0b60db3117b03dc227af2bd24bbbe1e7b5 SHA512 a93bcf45803730e385328db75b05735a908fb3f8a4c2597a8eba4d3294217f3cb5e5de26d87b6c17f69cd1decd4182a0b6139c17aa5fd3972009563b3d45162d
+EBUILD pidgin-extprefs-0.7-r1.ebuild 497 BLAKE2B cd814efee45c306bc4611ea32a237e8fa219d679c9fdb5be576ea984910e4dd1e605f025b2bc5ec105e4e51cdf8f81e8767cb6511a55e98fc8e38c0b98dc8f04 SHA512 06074e470ab71c734b3482c1097e9717d70a02ca5cde640c9561248a428ecb3cdef3aba77c9fc8f131112cb85cbcffda68d31a19a49107fbe3cd996f9889cfe2
MISC metadata.xml 429 BLAKE2B bd54667274f11c399f2feb083848551bea785a62668c034fca214afaded40f4b798ffafd6393bd99a9c6db7c3d1abca893adff6163aae3dd1f98e7fafdcf02c0 SHA512 45d92936f57d4de39761a5c6f6b3a9b2645041109857a96b3910ec097c3e8fe140439953defb65dae391474d8ae3bb54f0e10fd9142c322b09fa7c916f4bddf0
diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
index cc4b162c7c60..b291a7b8d448 100644
--- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
+++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=2
DESCRIPTION="Extra preferences that are desired but are not worthy for Pidgin"
HOMEPAGE="http://gaim-extprefs.sourceforge.net"
@@ -16,3 +16,7 @@ RDEPEND="net-im/pidgin[gtk]"
DEPEND="
virtual/pkgconfig
${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}