summaryrefslogtreecommitdiff
path: root/x11-plugins/guifications
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/guifications
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'x11-plugins/guifications')
-rw-r--r--x11-plugins/guifications/Manifest2
-rw-r--r--x11-plugins/guifications/guifications-2.16.ebuild14
2 files changed, 5 insertions, 11 deletions
diff --git a/x11-plugins/guifications/Manifest b/x11-plugins/guifications/Manifest
index 004f7bba3ef6..22eacb60d4bc 100644
--- a/x11-plugins/guifications/Manifest
+++ b/x11-plugins/guifications/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-guifications-2.16.tar.bz2 543136 BLAKE2B dd34108210914386dbd2780b4f2a23cb615a51e8cabe39e16867721815b017b8f897906e06eb7cef1cb96e60e70ce3c02ad20d8a1a906159848cfaf64eaa7b76 SHA512 fee1741a37df102ed3620caed9024c1a2ac5919c1a9c4182bdb19685a4d3412a1ff72e5e58ce65fdc2689f1d90432ea22c3912a9ecda80a95af96d57c86c9cf0
-EBUILD guifications-2.16.ebuild 829 BLAKE2B 6f68ecd39afdbb416e7d25c22701a57d6b32e7eb58e5da8885b2b0ee43ffea6dae677b80e62a8385cb689c4dd5b8d24b2e9f40dd2ee28f2a2e1f898e1184c638 SHA512 dad8f3dd623d0df6abe5977b5556640c6311a9416d92f21948a33cfb669ee8384e50e0fd4465896bb687b5da89a54d49ce8fd0e576f5de55565985bfed9202dc
+EBUILD guifications-2.16.ebuild 645 BLAKE2B 46126eae4aed062cb30f4cc40f6f5f91bc13b4ad925fc5be945039e42e7f6805bea1cab02afda4f0ab73ed074fab891653c36f860b733e021bc1dd088bc7a0b2 SHA512 f169c81911559e12105a527661775fcaa262b1463fd760f169f1ea416bf58842ad902756073930910b919212c1e9964fae6932e00e0a08d092e8b9192813c16f
MISC metadata.xml 296 BLAKE2B c1f1e3e2594aa042f53398bdfb81697c7b3ff9a9473f6f40be235924196bea0bb16ecb0849d35db20a33fd5b52c286568c42e9481600229d7cf228fa9e34cdd3 SHA512 e0c54608b40170468a0ea5526bf15b1202a3f60a5911f6695f89caae84d152316a44c4c3cbc6e059f80f5a69c7757ba78ca582b571088b13a4b5dcc0f2ac4f9f
diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild
index 70ceda6a6a73..f50721872ac7 100644
--- a/x11-plugins/guifications/guifications-2.16.ebuild
+++ b/x11-plugins/guifications/guifications-2.16.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
-
-inherit eutils
+EAPI=6
MY_PN=pidgin-${PN}
MY_PV=${PV/_beta/beta}
MY_P=${MY_PN}-${MY_PV}
S="${WORKDIR}/${MY_P}"
+
DESCRIPTION="Guifications is a graphical notification plugin for pidgin"
HOMEPAGE="http://plugins.guifications.org/"
SRC_URI="http://downloads.guifications.org/plugins//Guifications2/${MY_P}.tar.bz2"
@@ -27,10 +26,5 @@ DEPEND="${DEPEND}
src_configure() {
econf \
$(use_enable debug ) \
- $(use_enable nls) || die "econf failure"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "make install failure"
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION || die
+ $(use_enable nls)
}