diff options
Diffstat (limited to 'x11-plugins/pidgin-bot-sentry')
-rw-r--r-- | x11-plugins/pidgin-bot-sentry/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/x11-plugins/pidgin-bot-sentry/Manifest b/x11-plugins/pidgin-bot-sentry/Manifest index 71bd649bb67e..66833896b90b 100644 --- a/x11-plugins/pidgin-bot-sentry/Manifest +++ b/x11-plugins/pidgin-bot-sentry/Manifest @@ -1,3 +1,3 @@ DIST bot-sentry-1.3.0.tar.bz2 280673 BLAKE2B 30dd8b7811b6cb6e9779fd15cb32f94c7f01302ccb1c827aa9033c1784d5ea501a569561419796fcedfabf2e6e9cf64e3bf8f0f311e272327c534cde6237567b SHA512 ec665eee2f9b64eccabd10116cb1d1e4be046bc9a6132cb815373be915d265b29b33d41298047f82f920f5daac70a966169ecb201450ba47d76d090c581ee788 -EBUILD pidgin-bot-sentry-1.3.0.ebuild 655 BLAKE2B f1a0097f8f908317452e8787c34945c1fb572d5174645053f63daf1198e93b709629c4997e69aabb1578902b2426c62ef8a105e39ec510f5affa3e5e3ac5af76 SHA512 fb5b61b2dcf0a4f116bc703c1c8fea09ea86a94ae04f3de888764e16b3a6e1981193416ed00cadad6add27553d8abb2e47dd42558f6903dfb32cd5764ea94f8c +EBUILD pidgin-bot-sentry-1.3.0.ebuild 582 BLAKE2B 8dd50b220131c03011049aaf332978e22e9a3364517059811478688c413eceb42d5202c564cfabe6c210965e6d2c5712a5ca505046cb5ed0c46cc1d15d43974d SHA512 bff9384fc7ccb0d9949c6b14637b6437acb8783df17f355ca071561ac54faf98a13981435103a5508fb812206a2b4b4988756116e7ce001c207a516c09ed93bd MISC metadata.xml 632 BLAKE2B e050f74b9e54fcc3e43f6f8ccf6db556bf9835dcaa1ccd4109272a491379a607eae353e623e6fa90b9c0d628971028a39c7081fa5482744828acd0acc697f410 SHA512 04ea684e516bbe941f75cbb6b0687a780aa26a02c1b759c1790cdb94d4a58fbf8d26a437a45f857e2b984fa2bffa4270f867e8768fead87e4442bd23dc21504a diff --git a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild index 848cafaec1f4..576645b15f09 100644 --- a/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild +++ b/x11-plugins/pidgin-bot-sentry/pidgin-bot-sentry-1.3.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="3" - -inherit eutils multilib +EAPI=6 MY_P="${P#pidgin-}" + DESCRIPTION="Bot Sentry is a Pidgin plugin to prevent Instant Message (IM) spam" HOMEPAGE="http://pidgin-bs.sourceforge.net/" SRC_URI="mirror://sourceforge/pidgin-bs/${MY_P}.tar.bz2" @@ -17,7 +16,6 @@ IUSE="" RDEPEND="net-im/pidgin[gtk] x11-libs/gtk+:2" - DEPEND="${RDEPEND} >=dev-util/intltool-0.40 virtual/pkgconfig" @@ -25,6 +23,6 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_P}" src_install() { - emake install DESTDIR="${D}" || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README + default + find "${D}" -name '*.la' -delete || die } |