summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-privacy-please
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-privacy-please
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'x11-plugins/pidgin-privacy-please')
-rw-r--r--x11-plugins/pidgin-privacy-please/Manifest2
-rw-r--r--x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild8
2 files changed, 3 insertions, 7 deletions
diff --git a/x11-plugins/pidgin-privacy-please/Manifest b/x11-plugins/pidgin-privacy-please/Manifest
index 319293bfbb05..b51a5b7e5ec4 100644
--- a/x11-plugins/pidgin-privacy-please/Manifest
+++ b/x11-plugins/pidgin-privacy-please/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-privacy-please-0.7.1.tar.gz 346421 BLAKE2B 051dca780d11eb6c8e4fed65a0dc6d660185f6210fd5c76021dd80bfa89894ee3dfbc829344498f87b8af25dd048d19bcaa4070f669b723a9374fe62685b8acd SHA512 4acec4556c209b6ff5b059244d79894efba984cdebaaf5893c67ba384126127614aea676af6deb89561f6d5776abdbdc915061db9e1004c0fea3339d45a6646a
-EBUILD pidgin-privacy-please-0.7.1.ebuild 652 BLAKE2B a10d06b8a4f7cd30f2f7587e08f8026607c2c1dc8728f81a6431ae6ff3abb5c3a795ec0267248106f9cb6c2aa52cb606817a316f195cf78f72c8961f94f85485 SHA512 1a33142994937247796dbbf3e007c26231cc862da2532b00fe51bd02853c24a759fbac4c06a923cbaabf11cc3bdb03f7dd44f570191cbb295bdcbe8e60e1f16f
+EBUILD pidgin-privacy-please-0.7.1.ebuild 538 BLAKE2B 98f0123f94094f1adcbf2de495082e3588409d52a8655c89bcb112045eac00f5282d6141769c0db4f2c0db89b18705232e98a6f19013d5e8c944151cdaf733a0 SHA512 f9150376dd56b6069df66192e011881b96f0c84fac2973762ecf657ef66545312a6988bb6f1e11ef8ba7b1992f21c671a463d88af76a8ad3bbac698c115c6794
MISC metadata.xml 334 BLAKE2B 892b9a2151c44706bb807b5170a162ecd40c79a50c886c0cf6330ad6156f779cb12cfd64f880b5aafb0296d7bc2c3276494054100d1bcfb4cc27c093148f3a5e SHA512 f0cf3b9a7247fb819ba9d9e2a872c6e2f07b61666c5339f3e55804d947231d85050f29a2bf269cf99a955e0fd659d864d3f0ecb4d7987ce5a8c123a94cfd75da
diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
index 68ee1c6cecfe..0af2b95d9d4e 100644
--- a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
inherit autotools
@@ -19,11 +19,7 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
+ default
sed -e 's: -Wall -g3::' -i configure.ac || die
eautoreconf
}
-
-src_install() {
- emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
- dodoc AUTHORS ChangeLog NEWS README || die
-}