From 660f736108487dc2c527c5894c4877889351d847 Mon Sep 17 00:00:00 2001 From: Don Seiler Date: Fri, 3 Sep 2004 12:05:53 +0000 Subject: Adding explicit emake call for Bug #62650 --- x11-plugins/autoprofile/ChangeLog | 5 ++++- x11-plugins/autoprofile/autoprofile-2.08.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'x11-plugins') diff --git a/x11-plugins/autoprofile/ChangeLog b/x11-plugins/autoprofile/ChangeLog index 8c5c1b42361e..3a0c453462df 100644 --- a/x11-plugins/autoprofile/ChangeLog +++ b/x11-plugins/autoprofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/autoprofile # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.12 2004/09/02 18:22:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/ChangeLog,v 1.13 2004/09/03 12:05:53 rizzo Exp $ + + 03 Sep 2004; Don Seiler autoprofile-2.08.ebuild: + Adding explicit emake call for Bug #62650 02 Sep 2004; Pieter Van den Abeele autoprofile-2.07.ebuild, autoprofile-2.08.ebuild: diff --git a/x11-plugins/autoprofile/autoprofile-2.08.ebuild b/x11-plugins/autoprofile/autoprofile-2.08.ebuild index 8d50227e99f8..0d4b32007fc7 100644 --- a/x11-plugins/autoprofile/autoprofile-2.08.ebuild +++ b/x11-plugins/autoprofile/autoprofile-2.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.08.ebuild,v 1.2 2004/09/02 18:22:39 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/autoprofile/autoprofile-2.08.ebuild,v 1.3 2004/09/03 12:05:53 rizzo Exp $ DESCRIPTION="AutoProfile is a fully-featured profile manager for the popular instant messenger client Gaim." HOMEPAGE="http://hkn.eecs.berkeley.edu/~casey/autoprofile/" @@ -11,6 +11,10 @@ KEYWORDS="~x86 ppc" IUSE="" DEPEND=">=net-im/gaim-0.82" +src_compile() { + emake || die +} + src_install() { dodir /usr/lib/gaim make install PREFIX=${D}/usr || die "make install failed" -- cgit v1.2.3-65-gdbad