From c5283d322accc6097afec74eab24550829788bab Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Mar 2018 04:19:44 +0000 Subject: gentoo resync : 23.03.2018 --- x11-plugins/pidgin-birthday-reminder/Manifest | 3 +- .../pidgin-birthday-reminder-1.7-r1.ebuild | 4 +-- .../pidgin-birthday-reminder-1.7.ebuild | 32 ---------------------- 3 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild (limited to 'x11-plugins/pidgin-birthday-reminder') diff --git a/x11-plugins/pidgin-birthday-reminder/Manifest b/x11-plugins/pidgin-birthday-reminder/Manifest index 3e81d2a8805c..e897eb67141b 100644 --- a/x11-plugins/pidgin-birthday-reminder/Manifest +++ b/x11-plugins/pidgin-birthday-reminder/Manifest @@ -1,4 +1,3 @@ DIST pidgin-birthday-reminder-1.7.tar.gz 470361 BLAKE2B ea97e495fa04b5a4860b5363034058defcecd0ae7d911ed2f0eb0e56331ece6d66063ae83a2ec0fd346d935a122b35f45818f58755676c7fc598bbd52e5be5be SHA512 1213c193b141f006caf9cfa7b55b052f54f00426414353e758224a1aa35a70436c452b52ea25fa088c346f4f0da25af40b2f4991452a2d3aabf13d40c8438e47 -EBUILD pidgin-birthday-reminder-1.7-r1.ebuild 693 BLAKE2B abab2523de0b7465c65ddf7d95fd82c917e3bacb7bfb0c5a91ed76882125410bc8b615cb5ad9e093a366c0e073552f57307e968137dacac83cf0aa9d4c2009f8 SHA512 98a234f0f604fe7bece1f9f8cde8a5162befd77a3b6d3fb8a0a744ee5488ea24fe9024ed935e903d93af7a436492c7f0090e10da94dae2eba953845fc81a5824 -EBUILD pidgin-birthday-reminder-1.7.ebuild 691 BLAKE2B 100d22e789063b4ffb4e79c72794db16159a9769c6a4dff980cbebbd0d48ae216cf6860b272a63a2c020fd92edf5587f1a07734c829f13e74b628b7e02f8a3f7 SHA512 e3983029775e77730535b256a2a0f4752014414857b9f3233a582bc16b20f6d7742d347c4ef1d799a473f570c91abf004701b7a253f33bd9dc2ac40f1d42f047 +EBUILD pidgin-birthday-reminder-1.7-r1.ebuild 691 BLAKE2B 1427d316aa2109bd82de11eea17c06030efaffd9a23cf6f632df352f34667466fdec4b52307c3fa43cb32dffb8bceaedd8c0bc537d746e25ec198c394f6f74e9 SHA512 80f48cd814bd85351dddbebcb5e5b8d3ebfa19ef89dfa921bbe915f22efde530bf14b9f1daf9aa31980801c14bab18ad8cef4f1bbf2ebdda59562f199c0f9379 MISC metadata.xml 332 BLAKE2B 283d1793e270bb0cef2e29186fa856137691eb190f93785e8b44eb4f90a7202b4f8f7f6db5249c6adabce476d0c735853c1f3d8ee358fede6f16ad9e79ce7864 SHA512 7739843b129ac9c2903fe411c9627888d75fc3723197e683ef5eec84abe95b197c1b6da7c62f0c94010006d612f3997f950024076d964697d66ce2c305812103 diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild index 8b2365c21a5b..27bae531e0e7 100644 --- a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild +++ b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="static-libs" RDEPEND="net-im/pidgin[gtk]" diff --git a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild b/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild deleted file mode 100644 index 8eff0ad4ea57..000000000000 --- a/x11-plugins/pidgin-birthday-reminder/pidgin-birthday-reminder-1.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -DESCRIPTION="Plugin for Pidgin that reminds you of your buddies birthdays" -HOMEPAGE="https://launchpad.net/pidgin-birthday-reminder" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="net-im/pidgin[gtk]" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - econf \ - $(use_enable static-libs static) -} - -src_install() { - default - - if ! use static-libs ; then - find "${D}" -type f -name '*.la' -delete || die "la removal failed" - fi -} -- cgit v1.2.3