From 111387063177be8360a93ba8dc3829612f9385de Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Wed, 2 Sep 2009 18:26:49 +0000 Subject: x11-plugins/pidgin-botsentry: Unquote MY_P, Quote WORKDIR, Switch to eapi-1 in order to depend upon glib:2 in RDEPEND svn path=/sunrise/; revision=9153 --- x11-plugins/pidgin-botsentry/ChangeLog | 5 +++++ x11-plugins/pidgin-botsentry/Manifest | 4 ++-- x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild | 8 +++++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/x11-plugins/pidgin-botsentry/ChangeLog b/x11-plugins/pidgin-botsentry/ChangeLog index 1eb21fb32..ca6591093 100644 --- a/x11-plugins/pidgin-botsentry/ChangeLog +++ b/x11-plugins/pidgin-botsentry/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Sep 2009; Romain Perier (mrpouet) + pidgin-botsentry-1.3.0.ebuild: + Unquote MY_P, Quote WORKDIR, Switch to eapi-1 in order to depend upon glib:2 + in RDEPEND + 30 Aug 2009; Russell Harmon (eatnumber1) pidgin-botsentry-1.3.0.ebuild: Fixed coding style issues. diff --git a/x11-plugins/pidgin-botsentry/Manifest b/x11-plugins/pidgin-botsentry/Manifest index 05186b4ae..95bb3315b 100644 --- a/x11-plugins/pidgin-botsentry/Manifest +++ b/x11-plugins/pidgin-botsentry/Manifest @@ -1,4 +1,4 @@ DIST bot-sentry-1.3.0.tar.bz2 280673 RMD160 b36bb4d36410f46115ca7e375e2fdba28749d30b SHA1 bf629d458196fd7f9d6085de28dbfc73f6ce3620 SHA256 e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736 -EBUILD pidgin-botsentry-1.3.0.ebuild 557 RMD160 d7b17c6b0820783d86be458c2129f9d7e45ad7c5 SHA1 9959f7af4a7fe19554e876fa0bfb28c0f36fdf3f SHA256 f17eb162acdc6a0612a2464137a726a713c6acb1d668c3de51a029dc31e8a989 -MISC ChangeLog 436 RMD160 d6157274c07912dd5bda468447f43bdf056b48d6 SHA1 5c6376f95a65b2455a1188944f5492606c89f1a8 SHA256 27bb8a697ce98961b4296a0cf2bfaeb3151e622d81ffbce7d0bb960b27245248 +EBUILD pidgin-botsentry-1.3.0.ebuild 563 RMD160 44f4c3992ff31db5324aa442fb7910a0a69e55e6 SHA1 17941fffb5cdb3467361e435a7dffc14fe32d4eb SHA256 86175fdc773cf97656de6ed3d317f8a437ab28e42c1ca6dc0265347ac829294b +MISC ChangeLog 622 RMD160 ffae789c0814154681a3ff98893efccaad6c3b9f SHA1 fab791e2db2fa482108c2208719b1c821a352dcf SHA256 e750bf2a04dc9ada649c0fbe4cc42cad51259e0b5ea93044388c8885ee97faef MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild b/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild index 467d2219a..582d75066 100644 --- a/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild +++ b/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -MY_P="bot-sentry-${PV}" +EAPI="1" + +MY_P=bot-sentry-${PV} DESCRIPTION="A Pidgin plugin to prevent Instant Message spam" HOMEPAGE="http://sourceforge.net/projects/pidgin-bs/" SRC_URI="mirror://sourceforge/pidgin-bs/${MY_P}.tar.bz2" @@ -13,11 +15,11 @@ KEYWORDS="~amd64" IUSE="" RDEPEND="net-im/pidgin - >=dev-libs/glib-2.0" + dev-libs/glib:2" DEPEND="${RDEPEND} dev-util/pkgconfig" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} src_install() { emake DESTDIR="${D}" install || die "Failed install phase" -- cgit v1.2.3-65-gdbad