From 830ea85af3ad892f9c5fc21170f1d5590b2bda14 Mon Sep 17 00:00:00 2001 From: Piotr Szymaniak Date: Wed, 29 Jun 2011 18:24:29 +0000 Subject: x11-plugins/pidgin-extended-blist-sort: EAPI bump, added missing useflag depend. svn path=/sunrise/; revision=12177 --- x11-plugins/pidgin-extended-blist-sort/ChangeLog | 6 +++++- x11-plugins/pidgin-extended-blist-sort/Manifest | 4 ++-- .../pidgin-extended-blist-sort-1.6.ebuild | 11 +++++++---- 3 files changed, 14 insertions(+), 7 deletions(-) (limited to 'x11-plugins/pidgin-extended-blist-sort') diff --git a/x11-plugins/pidgin-extended-blist-sort/ChangeLog b/x11-plugins/pidgin-extended-blist-sort/ChangeLog index 6497df3c4..4f44f84a0 100644 --- a/x11-plugins/pidgin-extended-blist-sort/ChangeLog +++ b/x11-plugins/pidgin-extended-blist-sort/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for x11-plugins/pidgin-extended-blist-sort -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Jun 2011; Piotr Szymaniak + pidgin-extended-blist-sort-1.6.ebuild: + EAPI bump, added missing useflag depend. + 07 Mar 2010; Angelo D'Autilia (sYdRo) -pidgin-extended-blist-sort-1.4.ebuild, +pidgin-extended-blist-sort-1.6.ebuild: diff --git a/x11-plugins/pidgin-extended-blist-sort/Manifest b/x11-plugins/pidgin-extended-blist-sort/Manifest index 9357dbbbd..776b95fc1 100644 --- a/x11-plugins/pidgin-extended-blist-sort/Manifest +++ b/x11-plugins/pidgin-extended-blist-sort/Manifest @@ -1,4 +1,4 @@ DIST extended_blist_sort-1.6.tar.gz 339612 RMD160 e264128dd05abd759215f30556e8a8439b57b71e SHA1 08b2783f5f0126d99e083e6ee1b35ff72389215e SHA256 eb141c27fdedc490ea56a3a855fbcdec548a588d7d656ca44b11ac9f98cc3d00 -EBUILD pidgin-extended-blist-sort-1.6.ebuild 617 RMD160 91cae6b4db89a5809db223db4236f3c0e24b860e SHA1 ee446e0ee9e8f8286ccbb3234a17cecc16fcf1ec SHA256 27601fe93e0585a8181eaf74e377cc8b62609ea23d29fee076496c66b0e99ab8 -MISC ChangeLog 626 RMD160 7f24dc2541f3dba230f86325e1d819f00a9ac829 SHA1 d1d07880ca7a5b8a2db7f53680025de86f36a0bb SHA256 1b49f9c559df85cb65120b1ac70fcc8af7a5eb4496bb61018a7e08826fe6855f +EBUILD pidgin-extended-blist-sort-1.6.ebuild 613 RMD160 4f5e7d318cb4afd08d98202ff2bb7f7db5bfff4e SHA1 5d0d1ccb1a9af0c0b7a2337c98e5a7e43a0a8687 SHA256 0883fc9bc6abe7bce0d239c77947188ca7728678ab457d25ee8cfa3021edb26e +MISC ChangeLog 764 RMD160 f2003d70cff9e0fd8598bfd689ba0a5f1f349a92 SHA1 e7ee657fdbb51c2dd14339b64659fcfb813dea42 SHA256 1356cd07d203620f4205fd934fdb6cb08d19f5c70497493a6ee095d39b38adf7 MISC metadata.xml 406 RMD160 40876870a4452f33a273f7145116a104bda71d75 SHA1 ece44aa7264061901858e13c2f227f05499d6988 SHA256 aa5f2a8354652d2b66312b1ea54a9cbdfcff4408250321a8d8baebd1cb7e3a01 diff --git a/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild index 376393b50..b8ce354ee 100644 --- a/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild +++ b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=4 + MY_P="extended_blist_sort-${PV}" DESCRIPTION="Pidgin plugin that provides several new sort options for the buddy list" @@ -13,11 +15,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="net-im/pidgin" +RDEPEND="net-im/pidgin[gtk]" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README || die + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog README } -- cgit v1.2.3-65-gdbad