summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-07 16:36:01 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-07 16:36:01 +0000
commitfe0d5e8ad362a9e2d5c7e361a7fb604208b8e5e2 (patch)
tree3dc433bacbbe614a02b744b4631112e92b5d0903 /net-irc/muh
parentMarked stable on x86. (diff)
downloadgentoo-2-fe0d5e8ad362a9e2d5c7e361a7fb604208b8e5e2.tar.gz
gentoo-2-fe0d5e8ad362a9e2d5c7e361a7fb604208b8e5e2.tar.bz2
gentoo-2-fe0d5e8ad362a9e2d5c7e361a7fb604208b8e5e2.zip
Removed default src_install.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-irc/muh')
-rw-r--r--net-irc/muh/muh-2.1_rc1.ebuild11
-rw-r--r--net-irc/muh/muh-2.2_beta1.ebuild6
2 files changed, 7 insertions, 10 deletions
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"