diff options
-rw-r--r-- | x11-plugins/pidgin-botsentry/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild | 18 |
2 files changed, 5 insertions, 15 deletions
diff --git a/x11-plugins/pidgin-botsentry/Manifest b/x11-plugins/pidgin-botsentry/Manifest index 868ee9f..6ed432a 100644 --- a/x11-plugins/pidgin-botsentry/Manifest +++ b/x11-plugins/pidgin-botsentry/Manifest @@ -1,2 +1,2 @@ DIST bot-sentry-1.3.0.tar.bz2 280673 RMD160 b36bb4d36410f46115ca7e375e2fdba28749d30b SHA1 bf629d458196fd7f9d6085de28dbfc73f6ce3620 SHA256 e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736 -EBUILD pidgin-botsentry-1.3.0.ebuild 718 RMD160 66cd8490ca09805367307964f697658b0356c4cc SHA1 d9d0b4799b5860cb947cd335ef212ca6ff8a7994 SHA256 58333494fed4b46119fff673f4bc621620629347b408e00593c245d866bdf785 +EBUILD pidgin-botsentry-1.3.0.ebuild 575 RMD160 16942d835e24464de70fcbe93faac88b29790234 SHA1 ef8f0c43d6ae905b59067ba19b2b6d4c138f11bc SHA256 d0bb68f0a7f29c990ebc01d681fe4ad9a2802a0f5a8977c87514ada608767c27 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 06f9b72..e846c09 100644 --- a/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild +++ b/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-encryption/pidgin-encryption-3.0.ebuild,v 1.8 2009/02/05 05:11:25 darkside Exp $ +# $Header: $ -EAPI="2" inherit eutils -DESCRIPTION="" -HOMEPAGE="" +DESCRIPTION="Bot Sentry is a Pidgin plugin to prevent Instant Message spam." +HOMEPAGE="http://sourceforge.net/projects/pidgin-bs/" SRC_URI="mirror://sourceforge/pidgin-bs/bot-sentry-${PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="nls" RDEPEND="net-im/pidgin >=dev-libs/glib-2.0" @@ -22,14 +20,6 @@ DEPEND="${RDEPEND} S="${WORKDIR}/bot-sentry-${PV}" -src_configure() { - econf || die "failed running configure" -} - -src_compile() { - emake || die "Make failed" -} - src_install() { - emake DESTDIR="${D}" install || die "Install failed" + emake DESTDIR="${D}" install || die "Failed install phase" } |