From fe0d5e8ad362a9e2d5c7e361a7fb604208b8e5e2 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Thu, 7 Jul 2005 16:36:01 +0000 Subject: Removed default src_install. (Portage version: 2.0.51.22-r1) --- net-irc/muh/muh-2.1_rc1.ebuild | 11 ++++------- net-irc/muh/muh-2.2_beta1.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'net-irc/muh') diff --git a/net-irc/muh/muh-2.1_rc1.ebuild b/net-irc/muh/muh-2.1_rc1.ebuild index 6950c6824029..901b5d49cdee 100644 --- a/net-irc/muh/muh-2.1_rc1.ebuild +++ b/net-irc/muh/muh-2.1_rc1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.8 2004/08/08 00:09:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.1_rc1.ebuild,v 1.9 2005/07/07 16:36:01 swegener Exp $ MY_P=${P/_/} -S=${WORKDIR}/${MY_P} + DESCRIPTION="Persistent IRC bouncer" HOMEPAGE="http://mind.riot.org/muh/" IUSE="" @@ -14,10 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~sparc alpha ~hppa ~mips" -src_compile() { - econf || die "configure failed" - emake || die "compile failed" -} +S="${WORKDIR}"/${MY_P} src_install() { einstall install || die "install failed" diff --git a/net-irc/muh/muh-2.2_beta1.ebuild b/net-irc/muh/muh-2.2_beta1.ebuild index 88ec17947113..6820a2417be6 100644 --- a/net-irc/muh/muh-2.2_beta1.ebuild +++ b/net-irc/muh/muh-2.2_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2_beta1.ebuild,v 1.3 2004/08/08 00:09:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/muh/muh-2.2_beta1.ebuild,v 1.4 2005/07/07 16:36:01 swegener Exp $ MY_P=${P/_/} @@ -15,7 +15,7 @@ IUSE="ipv6" DEPEND="" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}"/${MY_P} src_compile() { econf $(use_enable ipv6) || die "econf failed" -- cgit v1.2.3-65-gdbad