summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-09-03 12:05:53 +0000
committerDon Seiler <rizzo@gentoo.org>2004-09-03 12:05:53 +0000
commit660f736108487dc2c527c5894c4877889351d847 (patch)
treec4427e3ba88fe7dd2d4cd888f688a100b8c61b1b
parentAdded kerberos USE flag. Closes #34783. (Manifest recommit) (diff)
downloadgentoo-2-660f736108487dc2c527c5894c4877889351d847.tar.gz
gentoo-2-660f736108487dc2c527c5894c4877889351d847.tar.bz2
gentoo-2-660f736108487dc2c527c5894c4877889351d847.zip
Adding explicit emake call for Bug #62650
-rw-r--r--x11-plugins/autoprofile/ChangeLog5
-rw-r--r--x11-plugins/autoprofile/autoprofile-2.08.ebuild6
2 files changed, 9 insertions, 2 deletions
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 <rizzo@gentoo.org> autoprofile-2.08.ebuild:
+ Adding explicit emake call for Bug #62650
02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
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"